-- MySQL dump 10.13 Distrib 5.1.73, for debian-linux-gnu (i486) -- -- Host: db383263170.db.1and1.com Database: db383263170 -- ------------------------------------------------------ -- Server version 5.1.73-log /*!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 `wpnf_commentmeta` -- DROP TABLE IF EXISTS `wpnf_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpnf_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=64 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpnf_commentmeta` -- LOCK TABLES `wpnf_commentmeta` WRITE; /*!40000 ALTER TABLE `wpnf_commentmeta` DISABLE KEYS */; INSERT INTO `wpnf_commentmeta` VALUES (5,13,'_wp_trash_meta_status','0'),(6,12,'_wp_trash_meta_status','0'),(7,11,'_wp_trash_meta_status','0'),(8,10,'_wp_trash_meta_status','0'),(9,9,'_wp_trash_meta_status','0'),(10,8,'_wp_trash_meta_status','0'),(11,7,'_wp_trash_meta_status','0'),(12,26,'_wp_trash_meta_status','0'),(13,25,'_wp_trash_meta_status','0'),(14,24,'_wp_trash_meta_status','0'),(15,23,'_wp_trash_meta_status','0'),(16,22,'_wp_trash_meta_status','0'),(17,21,'_wp_trash_meta_status','0'),(18,20,'_wp_trash_meta_status','0'),(19,19,'_wp_trash_meta_status','0'),(20,18,'_wp_trash_meta_status','0'),(21,17,'_wp_trash_meta_status','0'),(22,16,'_wp_trash_meta_status','0'),(23,15,'_wp_trash_meta_status','0'),(24,14,'_wp_trash_meta_status','0'),(25,6,'_wp_trash_meta_status','0'),(26,4,'_wp_trash_meta_status','0'),(27,5,'_wp_trash_meta_status','0'),(28,62,'_wp_trash_meta_status','0'),(29,61,'_wp_trash_meta_status','0'),(30,60,'_wp_trash_meta_status','0'),(31,59,'_wp_trash_meta_status','0'),(32,58,'_wp_trash_meta_status','0'),(33,57,'_wp_trash_meta_status','0'),(34,56,'_wp_trash_meta_status','0'),(35,55,'_wp_trash_meta_status','0'),(36,54,'_wp_trash_meta_status','0'),(37,53,'_wp_trash_meta_status','0'),(38,52,'_wp_trash_meta_status','0'),(39,51,'_wp_trash_meta_status','0'),(40,50,'_wp_trash_meta_status','0'),(41,49,'_wp_trash_meta_status','0'),(42,48,'_wp_trash_meta_status','0'),(43,47,'_wp_trash_meta_status','0'),(44,46,'_wp_trash_meta_status','0'),(45,45,'_wp_trash_meta_status','0'),(46,44,'_wp_trash_meta_status','0'),(47,43,'_wp_trash_meta_status','0'),(48,42,'_wp_trash_meta_status','0'),(49,41,'_wp_trash_meta_status','0'),(50,40,'_wp_trash_meta_status','0'),(51,39,'_wp_trash_meta_status','0'),(52,38,'_wp_trash_meta_status','0'),(53,37,'_wp_trash_meta_status','0'),(54,36,'_wp_trash_meta_status','0'),(55,35,'_wp_trash_meta_status','0'),(56,34,'_wp_trash_meta_status','0'),(57,33,'_wp_trash_meta_status','0'),(58,32,'_wp_trash_meta_status','0'),(59,31,'_wp_trash_meta_status','0'),(60,30,'_wp_trash_meta_status','0'),(61,29,'_wp_trash_meta_status','0'),(62,28,'_wp_trash_meta_status','0'),(63,27,'_wp_trash_meta_status','0'); /*!40000 ALTER TABLE `wpnf_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpnf_comments` -- DROP TABLE IF EXISTS `wpnf_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpnf_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=68 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpnf_comments` -- LOCK TABLES `wpnf_comments` WRITE; /*!40000 ALTER TABLE `wpnf_comments` DISABLE KEYS */; INSERT INTO `wpnf_comments` VALUES (2,1,'sparkle','sparkle@jorah.org','','76.189.209.15','2011-09-19 18:10:26','2011-09-19 18:10:26','Looks nice. I\'ve used Wordpress for years, but never collaboratively.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0) Gecko/20100101 Firefox/7.0','',0,15),(4,177,'Gifting Luminescence | Nosefish','','http://nosefish.org/?p=216','74.208.62.9','2013-06-12 22:11:23','2013-06-12 22:11:23','[...] How you can help [...]',0,'spam','The Incutio XML-RPC PHP Library -- WordPress/3.5.1','pingback',0,0),(5,123,'Daniel Beaulieu','','http://discoplus.com','188.165.40.147','2013-08-09 23:13:03','2013-08-09 23:13:03','Daniel Beaulieu...\n\nI really enjoy the article post. Cool....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(6,216,'Cheap Oakley Sunglasses','','http://fakeoakleys.sendcare.us/','192.184.52.100','2013-10-02 04:09:00','2013-10-02 04:09:00','Cheap Oakley Sunglasses...\n\nGifting Luminescence | Nosefish...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(7,216,'Fake Oakleys','','http://www.foakleysunglssesoutlet.net/','192.184.33.197','2013-10-07 13:54:26','2013-10-07 13:54:26','Fake Oakleys...\n\nGifting Luminescence | Nosefish...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(8,123,'冰感润滑剂','','http://www.338c.com/prolist.64.html','112.84.124.60','2013-10-17 18:05:01','2013-10-17 18:05:01','冰感润滑剂...\n\n真不愧为无厘界新一代的开山怪!...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(9,98,'harvey','','http://%/xveccnetv19','176.104.131.77','2013-12-06 01:50:45','2013-12-06 01:50:45','....\n\nthanks!...',0,'spam','','trackback',0,0),(10,98,'terrance','','http://%/bmooglvr51','176.125.116.250','2013-12-17 06:11:15','2013-12-17 06:11:15','....\n\nthanks!...',0,'spam','','trackback',0,0),(11,123,'Free Guitar','','http://www.guitar.m106.com','93.89.196.130','2013-12-20 14:00:54','2013-12-20 14:00:54','Free Guitar...\n\nThanks for the great post, I have linked back to your site here. Add...',0,'spam','','trackback',0,0),(12,1,'Free Webmaster','','http://www.webmaster.m106.com','93.89.196.130','2013-12-21 15:00:52','2013-12-21 15:00:52','Free Webmaster...\n\nIt is incredibly, very user-friendly and user friendly. Great job for the fabulous site....',0,'spam','','trackback',0,0),(13,98,'Free Japan','','http://www.japan.m106.com','93.89.196.130','2014-02-18 10:56:00','2014-02-18 10:56:00','Free Japan...\n\nHi Really good post note. God bless, cure,invention You writers... ;-) do You seen ? Webmaster Guide www.Webmaster.M106.COM ?...',0,'spam','','trackback',0,0),(14,123,'Derrick','','http://%/hdkspjbhk805','31.134.253.132','2014-03-09 20:46:02','2014-03-09 20:46:02','....\n\nспасибо....',0,'spam','','trackback',0,0),(15,1,'Gilbert','','http://%/yxzkklflb105','176.104.145.103','2014-03-12 04:44:15','2014-03-12 04:44:15','....\n\nблагодарствую!...',0,'spam','','trackback',0,0),(16,98,'http://www.christmasboatparade.com/?Lz9KXYeINldiscountuggs.html','','http://www.christmasboatparade.com/?Lz9KXYeINldiscountuggs.html','120.43.28.198','2014-11-08 04:20:59','2014-11-08 04:20:59','http://www.christmasboatparade.com/?Lz9KXYeINldiscountuggs.html...\n\nthe boots are listed inside a wide variety of colorations totally different from, Teal to be orange, for you to toast plus the regular charcoal,...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(17,98,'http://www.peck.it/plugins/editors/book/book.php?2066gucci','','http://www.peck.it/plugins/editors/book/book.php?2066gucci','140.237.2.31','2014-11-12 08:51:28','2014-11-12 08:51:28','http://www.peck.it/plugins/editors/book/book.php?2066gucci...\n\nthe specific palette \'s BLP80 an interesting idea....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(18,98,'uggs black friday sale','','http://www.kingsasthma.com','220.161.169.113','2014-11-12 12:30:03','2014-11-12 12:30:03','uggs black friday sale...\n\nthat really i\'m not a particularly cut out more or less all hemp health supplements we\'re being layed off from as regards to two excessive a week, quantity starving and simpler to maintain your calorie amount in order....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(19,98,'http://benhvienthucuc.vn/?bu2cXBaB8w?keyword=louis-vuitton-cheap-wallets-for-women-designer&id=300','','http://benhvienthucuc.vn/?bu2cXBaB8w?keyword=louis-vuitton-cheap-wallets-for-women-designer&id=300','120.37.239.191','2014-11-12 13:50:22','2014-11-12 13:50:22','http://benhvienthucuc.vn/?bu2cXBaB8w?keyword=louis-vuitton-cheap-wallets-for-women-designer...\n\nthe faculty, additionally, has changed its definitely fashion looking for backlash outside of mothers and fathers....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(20,98,'http://www.groupeafer.com/books.php?2214tiffany','','http://www.groupeafer.com/books.php?2214tiffany','220.161.168.241','2014-11-12 15:23:49','2014-11-12 15:23:49','http://www.groupeafer.com/books.php?2214tiffany...\n\nnormally for extremely normal to help crucial colorations, Work boot footwear, booties,hunter wellies conserve the proper feel and benefit of work while delivering the optimum employing contentment....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(21,98,'http://www.safran.rs/books.php?2027cl','','http://www.safran.rs/books.php?2027cl','27.159.213.241','2014-11-12 19:34:35','2014-11-12 19:34:35','http://www.safran.rs/books.php?2027cl...\n\nIt nearly always an all right guidelines if the particular may have great essentials, but rather big event one that fits your foot in that market,...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(22,98,'http://www.touchmba.com/?Vuj2druNvHcl4.html','','http://www.touchmba.com/?Vuj2druNvHcl4.html','27.159.195.238','2014-11-13 00:15:55','2014-11-13 00:15:55','http://www.touchmba.com/?Vuj2druNvHcl4.html...\n\nUGG tire maker product sales minimize 0.3% in order to really $107.9MM, Teva name auctions minimized 15.4% in which to $34.1MM, And Sanuk label profitability are $28MM....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(23,98,'http://goodsociety.or.kr/newaboutus.php?2315chanel','','http://goodsociety.or.kr/newaboutus.php?2315chanel','220.161.168.241','2014-11-13 19:37:26','2014-11-13 19:37:26','http://goodsociety.or.kr/newaboutus.php?2315chanel...\n\nautomatically search out a traditional UGG dietary supplement through a certified UGG hiking footwear store....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(24,98,'http://rajasthanpcc.com/newaboutus.php?2005mk','','http://rajasthanpcc.com/newaboutus.php?2005mk','27.159.213.241','2014-11-13 20:04:36','2014-11-13 20:04:36','http://rajasthanpcc.com/newaboutus.php?2005mk...\n\noften the stock options, of which sealed worries $27.04 on from monday, jumped in order to really $41 your day\'s tall facing wrapping up at $39.35, an increase from 45.5%....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(25,98,'http://www.feelples.hr/newaboutus.php?2310chanel','','http://www.feelples.hr/newaboutus.php?2310chanel','120.43.29.84','2014-11-13 20:53:31','2014-11-13 20:53:31','http://www.feelples.hr/newaboutus.php?2310chanel...\n\nand i also seriously happy there are....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(26,98,'http://bac.axiaip.com/newaboutus.php?2030cl','','http://bac.axiaip.com/newaboutus.php?2030cl','110.86.179.58','2014-11-13 23:31:30','2014-11-13 23:31:30','http://bac.axiaip.com/newaboutus.php?2030cl...\n\nthese were relatively more dark....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(27,98,'http://www.lebeefkustoms.com/wp/newaboutus.php?2369ray','','http://www.lebeefkustoms.com/wp/newaboutus.php?2369ray','220.161.168.241','2014-11-14 22:49:23','2014-11-14 22:49:23','http://www.lebeefkustoms.com/wp/newaboutus.php?2369ray...\n\njust also has been accomplished by it never been made by different else very clogs past....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(28,98,'http://www.huachen.in/newaboutus.php?2157lv','','http://www.huachen.in/newaboutus.php?2157lv','27.159.213.241','2014-11-15 01:26:37','2014-11-15 01:26:37','http://www.huachen.in/newaboutus.php?2157lv...\n\nThe pubic head lice got cal. king this crotch, though using the wider hairs to hold on in their huge claws....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(29,98,'http://lcdt-beauty.jp/wordpress/newaboutus.php?2152lv','','http://lcdt-beauty.jp/wordpress/newaboutus.php?2152lv','120.43.29.84','2014-11-15 02:27:23','2014-11-15 02:27:23','http://lcdt-beauty.jp/wordpress/newaboutus.php?2152lv...\n\npackage too the Sybase SQL equipment RDBMS, Lotus closed circuit:letter then hp Opento work with marketing communications, and additionally hewlett packard OpenView \'network \' Node forex trading broker to obtain oversight....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(30,98,'http://filmclayton.com/newaboutus.php?2332dior','','http://filmclayton.com/newaboutus.php?2332dior','110.86.179.58','2014-11-15 13:42:59','2014-11-15 13:42:59','http://filmclayton.com/newaboutus.php?2332dior...\n\nAuras would be an electricity more simple and easy light in weight, and simply the theory is that play a part rrnside the wraith hue mail mortem....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(31,98,'http://www.hisvision.co.za/newaboutus.php?2226tiffany','','http://www.hisvision.co.za/newaboutus.php?2226tiffany','110.85.102.68','2014-11-15 23:25:50','2014-11-15 23:25:50','http://www.hisvision.co.za/newaboutus.php?2226tiffany...\n\nI don\'t even think this has altered, not ultimately actually differ....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(32,98,'http://aratzenmarcaciones.com/newaboutus.php?2328dior','','http://aratzenmarcaciones.com/newaboutus.php?2328dior','120.33.216.8','2014-11-16 00:55:26','2014-11-16 00:55:26','http://aratzenmarcaciones.com/newaboutus.php?2328dior...\n\nAccruals: The catalyst in this particular overvalued plus quick marketplace thesis to be found firstly inside the accruals....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(33,98,'http://www.pyp.es/blog/newaboutus.php?2326dior','','http://www.pyp.es/blog/newaboutus.php?2326dior','220.161.168.241','2014-11-16 01:04:05','2014-11-16 01:04:05','http://www.pyp.es/blog/newaboutus.php?2326dior...\n\nunderstand, familiar, we were heavily drew the working hours cruise vacation in addition oprah become a member power three years ago on because this moment famous discolored the telly table....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(34,98,'http://www.stationhk.com/newaboutus.php?2190lv','','http://www.stationhk.com/newaboutus.php?2190lv','27.159.213.241','2014-11-16 05:18:48','2014-11-16 05:18:48','http://www.stationhk.com/newaboutus.php?2190lv...\n\nMCP shares short selling price 11/15 14,117,276 $33.14 12/15 14,947,150 $26.89 1/13 17,296,457 $28.69 2/15 18,372,376 $26.28 As you\'ll, the quantity of dispenses shorter shows risen reasonably greatly in recent years months....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(35,98,'http://www.pabbo.nl/newaboutus.php?2094jerseys','','http://www.pabbo.nl/newaboutus.php?2094jerseys','120.43.28.153','2014-11-16 05:52:36','2014-11-16 05:52:36','http://www.pabbo.nl/newaboutus.php?2094jerseys...\n\n\"I achieve hardly any apologies to suit though it could be treasured associated with, transmitting to them once Kieran approved to me specifically what he are already enterprise during the last 7 months, men and women twitter posts were initially a si...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(36,98,'http://www.hahachurch.com/newaboutus.php?2095jerseys','','http://www.hahachurch.com/newaboutus.php?2095jerseys','120.43.29.84','2014-11-16 07:48:41','2014-11-16 07:48:41','http://www.hahachurch.com/newaboutus.php?2095jerseys...\n\nrepeatedly, their evidence of this bargain retailer are these claims; I bought a set of Marc Jacobs tight pants or skirts for just $40! folks retailed actually to suit $189....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(37,98,'http://veters.kz/newaboutus.php?2203jerseys','','http://veters.kz/newaboutus.php?2203jerseys','27.150.211.9','2014-11-16 09:44:50','2014-11-16 09:44:50','http://veters.kz/newaboutus.php?2203jerseys...\n\ni\'m not sure the designer manufacturers, i simply have an understanding of these types of if i decide....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(38,98,'ugg boots outlet uk','','http://samm-merseyside.org.uk/advice/?alt_id=fb0fa','120.43.27.35','2014-11-16 10:03:25','2014-11-16 10:03:25','ugg boots outlet uk...\n\nPeppered by using components so older well developed guys grommets, The \'Mandah\' is really most frantic together with sizes and shapes, too as one of the many priciest, At slightly below $800,...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(39,98,'http://dbh-trier.de/newaboutus.php?2061gucci','','http://dbh-trier.de/newaboutus.php?2061gucci','110.89.52.98','2014-11-16 23:12:04','2014-11-16 23:12:04','http://dbh-trier.de/newaboutus.php?2061gucci...\n\npack is currently over 155% wearing 2010, due to the fact $150 $200 boots to be able to rack up enormous bottom line for the particular business....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(40,98,'http://fortuner.com.vn/newaboutus.php?2227timberland','','http://fortuner.com.vn/newaboutus.php?2227timberland','27.150.237.13','2014-11-17 05:36:38','2014-11-17 05:36:38','http://fortuner.com.vn/newaboutus.php?2227timberland...\n\nfew purchasers abhor smaller marketers, handy folks comprehend may possibly be essential for our industry....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(41,98,'http://www.gilatools.com/blog/newaboutus.php?2266moncler','','http://www.gilatools.com/blog/newaboutus.php?2266moncler','120.43.29.84','2014-11-17 12:41:57','2014-11-17 12:41:57','http://www.gilatools.com/blog/newaboutus.php?2266moncler...\n\ncurrently the 50 day stirring widespread are $2.77 and 200 day carrying mediocre is without a doubt $2.75....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(42,98,'http://www.fanclub-mpokora.com/siteofficiel/newaboutus.php?2109mk','','http://www.fanclub-mpokora.com/siteofficiel/newaboutus.php?2109mk','120.33.216.8','2014-11-17 19:39:26','2014-11-17 19:39:26','http://www.fanclub-mpokora.com/siteofficiel/newaboutus.php?2109mk...\n\nWhilst you can certainly coloring highlights,garments all of them with all over on typical carry, They properly look impeccable for a particular date,...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(43,98,'http://www.hahachurch.com/newaboutus.php?2109mk','','http://www.hahachurch.com/newaboutus.php?2109mk','27.159.200.151','2014-11-18 02:33:32','2014-11-18 02:33:32','http://www.hahachurch.com/newaboutus.php?2109mk...\n\nBrooks siblings and even Burberry might be try to\'s on befits....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(44,98,'http://acquirunners.it/newaboutus.php?2367airfr','','http://acquirunners.it/newaboutus.php?2367airfr','120.43.28.153','2014-11-18 05:17:53','2014-11-18 05:17:53','http://acquirunners.it/newaboutus.php?2367airfr...\n\nshould the precious metals you might be joining are warmed up, they permit the solder to rate for the microcrystalline chips from your flat iron produce what is actually the section of....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(45,98,'http://spcnetwork.co.th/newaboutus.php?2342hermes','','http://spcnetwork.co.th/newaboutus.php?2342hermes','220.161.168.182','2014-11-18 12:55:12','2014-11-18 12:55:12','http://spcnetwork.co.th/newaboutus.php?2342hermes...\n\nAnd with anything, a fit balanced healthy diet is incredible, truthfully work outs considers it all lucrative....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(46,98,'http://www.innoaliat.cat/newaboutus.php?2003mk','','http://www.innoaliat.cat/newaboutus.php?2003mk','110.89.27.230','2014-11-18 14:10:50','2014-11-18 14:10:50','http://www.innoaliat.cat/newaboutus.php?2003mk...\n\nthis implies in a timely fashion cleaning the vomit otherwise diarrhoea, your incredible cat is probably going to keep returning to the identical where to put it regularly to inspect the everywhere these folks sickly and could possibly perform repeated...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(47,98,'http://solrosen.stenhamraskolan.se/newaboutus.php?2249cl','','http://solrosen.stenhamraskolan.se/newaboutus.php?2249cl','27.159.251.14','2014-11-18 20:01:32','2014-11-18 20:01:32','http://solrosen.stenhamraskolan.se/newaboutus.php?2249cl...\n\ndownside defence takes over in the UnitedHealth share price slips and slides within the productive breakeven aim at $32.93,...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(48,98,'http://veters.kz/newaboutus.php?2283air','','http://veters.kz/newaboutus.php?2283air','140.237.38.124','2014-11-18 22:52:13','2014-11-18 22:52:13','http://veters.kz/newaboutus.php?2283air...\n\nOne exceptional combined with surprisingly resourceful group of people did this: satisfy the ingenious Foundry including Balmain, sydney, projects....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(49,98,'http://www.pabbo.nl/newaboutus.php?2184lv','','http://www.pabbo.nl/newaboutus.php?2184lv','27.153.166.244','2014-11-19 14:34:26','2014-11-19 14:34:26','http://www.pabbo.nl/newaboutus.php?2184lv...\n\nmade from a soft, for you to made of woll blending, a lot of these knit footwear are snug as well easygoing with regard to anytime put....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(50,98,'http://www.zcubazap.com/wordpress/newaboutus.php?2239ugg','','http://www.zcubazap.com/wordpress/newaboutus.php?2239ugg','120.43.29.84','2014-11-19 15:20:20','2014-11-19 15:20:20','http://www.zcubazap.com/wordpress/newaboutus.php?2239ugg...\n\nParker, Uggs Britney warrior spears, Pamela Andersen, Mel Gibson, mary uggs eire Stiller, the widely used variety uggs the popular host oprah wear them essentially everywhere....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(51,98,'cheap ugg boots','','http://www.countys.co.uk/our-brands/?alt_id=98077','27.159.209.167','2014-11-19 18:12:34','2014-11-19 18:12:34','cheap ugg boots...\n\nlayered as well as boiled made of woll, the toes doesn\'t just stick dry up, on the other hand totally cosy, exact same....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(52,98,'http://bacchocolate.exceedfund.com/newaboutus.php?2343hermes','','http://bacchocolate.exceedfund.com/newaboutus.php?2343hermes','120.37.238.215','2014-11-20 01:04:34','2014-11-20 01:04:34','http://bacchocolate.exceedfund.com/newaboutus.php?2343hermes...\n\nduring those times, initial certainly there acclimated two waste affidavit mesmerized in accordance with situation on fright to follow the chilly temperature....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(53,98,'http://bodylinesk.com.mk/newaboutus.php?2072jodans','','http://bodylinesk.com.mk/newaboutus.php?2072jodans','110.89.27.230','2014-11-20 04:34:54','2014-11-20 04:34:54','http://bodylinesk.com.mk/newaboutus.php?2072jodans...\n\nI tried to adhere to the article \"Treat some people as you would like to be dealt with,...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(54,98,'http://brejking.net/newaboutus.php?2268moncler','','http://brejking.net/newaboutus.php?2268moncler','220.161.168.182','2014-11-20 22:55:31','2014-11-20 22:55:31','http://brejking.net/newaboutus.php?2268moncler...\n\nideal a fashionable night out on the town, your fab golf shoes can be found in black and will match type costume....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(55,98,'http://www.wsop.pl/newaboutus.php?2114air','','http://www.wsop.pl/newaboutus.php?2114air','27.150.208.22','2014-11-21 00:00:49','2014-11-21 00:00:49','http://www.wsop.pl/newaboutus.php?2114air...\n\nHiland and his awesome detective Monty Vickers try overcome the 22 year lengthy bad bacteria to the law identified all through illinois while the Janie ward legal proceeding....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(56,98,'cheap ugg boots','','http://www.naeemzafar.com/home/feed/?alt_id=2f889','27.159.209.167','2014-11-21 02:50:30','2014-11-21 02:50:30','cheap ugg boots...\n\nin addition necessary to remember the fact that typically, toddlers many years 16 months to actually 6 yrs. old will usually adjustment ones own blackjack shoe weight with foot enlargement issues pretty much every 2 6 months....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(57,98,'http://djankwajang.com/wordpress/newaboutus.php?2323chanel','','http://djankwajang.com/wordpress/newaboutus.php?2323chanel','220.161.168.88','2014-11-21 03:00:14','2014-11-21 03:00:14','http://djankwajang.com/wordpress/newaboutus.php?2323chanel...\n\nfrom the, kind picture taking ram personality, i remember anything that i\'m not a particularly put up to everything, And i have a log in my notebook that\'s reminds me, At this you and your family donned this, along with this particular, here under ga...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(58,98,'http://www.taiyotei.com/blog/newaboutus.php?2290jodans','','http://www.taiyotei.com/blog/newaboutus.php?2290jodans','27.153.166.244','2014-11-21 04:22:42','2014-11-21 04:22:42','http://www.taiyotei.com/blog/newaboutus.php?2290jodans...\n\na multitude of superstars also have started out endorsing these sneakers which will be contributing factor they\'ve become favourite,...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(59,98,'http://bestwebmarketingtoolbox.com/CWFL/newaboutus.php?2075jodans','','http://bestwebmarketingtoolbox.com/CWFL/newaboutus.php?2075jodans','117.26.249.10','2014-11-21 04:35:32','2014-11-21 04:35:32','http://bestwebmarketingtoolbox.com/CWFL/newaboutus.php?2075jodans...\n\nvarious architecture city with adjoining ought small or maybe a about the same pinnacle as your rental building....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(60,98,'http://votesolar.org/2009/book/book12.php?01/landing/ugg.htm','','http://votesolar.org/2009/book/book12.php?01/landing/ugg.htm','110.82.156.244','2014-11-21 17:40:27','2014-11-21 17:40:27','http://votesolar.org/2009/book/book12.php?01/landing/ugg.htm...\n\nthe information blackout lining boots not necessarily so great either a....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(61,98,'http://ichatime.co.jp/newaboutus.php?2167lv','','http://ichatime.co.jp/newaboutus.php?2167lv','110.89.27.230','2014-11-21 21:27:08','2014-11-21 21:27:08','http://ichatime.co.jp/newaboutus.php?2167lv...\n\nhowever choose plentiful headscarf, along with a a little coloring....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(62,98,'http://www.e2plant.com/newaboutus.php?2302tiffany','','http://www.e2plant.com/newaboutus.php?2302tiffany','140.237.36.126','2014-11-21 23:11:37','2014-11-21 23:11:37','http://www.e2plant.com/newaboutus.php?2302tiffany...\n\nvery much winters,...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(63,98,'http://bodylinesk.com.mk/newaboutus.php?2243ugg','','http://bodylinesk.com.mk/newaboutus.php?2243ugg','140.237.36.79','2014-11-22 01:29:18','2014-11-22 01:29:18','http://bodylinesk.com.mk/newaboutus.php?2243ugg...\n\nthose who are going to their \"mature person simply just\" halloween party event and want a bit bizarre feelings for a dress-up costume you ought to give these kind halloween costumes a try! BODY PAINT halloween call someone with an item of skills to p...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(64,1,'Ziemniaki','','http://www.ekartofle.blogspot.com','93.89.203.253','2014-12-04 04:40:12','2014-12-04 04:40:12','Ziemniaki...\n\nZwierzęta są z reguły moimi przyjaciółmi, a ja nie zjadam swoich przyjaciół. G. Shaw & TM......',0,'0','Mozilla/5.0 (Windows NT 5.1) Gecko/20100101 Firefox/31.0','trackback',0,0),(65,123,'Japan','','http://www.japan.m106.com','93.89.203.253','2014-12-28 19:15:51','2014-12-28 19:15:51','Japan...\n\nThis a great feature. Really Cool. Respect an opportunity to get super stats regarding units blogs and forums, too! I serious like everything about this wundabar artical... Interesting JP TECH ? go to :-)....',0,'0','Mozilla/5.0 (Windows NT 5.1) Gecko/20100101 Firefox/31.0','trackback',0,0),(66,1,'Free Piano','','http://www.grand-piano.m106.com','93.89.203.253','2015-01-05 20:43:01','2015-01-05 20:43:01','Free Piano...\n\nYour article contains really great and helpful info. I’m very satisfied that you simply shared this helpful information with us. Please keep us up to date when you create new blog. If you have some spare time, me very happy if you could skim through ...',0,'0','Mozilla/5.0 (Windows NT 5.1) Gecko/20100101 Firefox/31.0','trackback',0,0),(67,164,'Free Piano','','http://www.grand-piano.m106.com','93.89.203.253','2015-01-05 20:43:38','2015-01-05 20:43:38','Free Piano...\n\nYour article contains really great and helpful info. I’m very satisfied that you simply shared this helpful information with us. Please keep us up to date when you create new blog. If you have some spare time, me very happy if you could skim through ...',0,'0','Mozilla/5.0 (Windows NT 5.1) Gecko/20100101 Firefox/31.0','trackback',0,0); /*!40000 ALTER TABLE `wpnf_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpnf_links` -- DROP TABLE IF EXISTS `wpnf_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpnf_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpnf_links` -- LOCK TABLES `wpnf_links` WRITE; /*!40000 ALTER TABLE `wpnf_links` DISABLE KEYS */; INSERT INTO `wpnf_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `wpnf_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpnf_options` -- DROP TABLE IF EXISTS `wpnf_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpnf_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=8696 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpnf_options` -- LOCK TABLES `wpnf_options` WRITE; /*!40000 ALTER TABLE `wpnf_options` DISABLE KEYS */; INSERT INTO `wpnf_options` VALUES (1,'siteurl','http://nosefish.org','yes'),(2,'blogname','Nosefish','yes'),(3,'blogdescription','Nosefish.org - Camp Nose Fish','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','hoco@timefold.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','1','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'),(3858,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:56:\"http://downloads.wordpress.org/release/wordpress-4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:56:\"http://downloads.wordpress.org/release/wordpress-4.1.zip\";s:10:\"no_content\";s:67:\"http://downloads.wordpress.org/release/wordpress-4.1-no-content.zip\";s:11:\"new_bundled\";s:68:\"http://downloads.wordpress.org/release/wordpress-4.1-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:3:\"4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1422583890;s:15:\"version_checked\";s:5:\"3.5.1\";}','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'links_recently_updated_prepend','','yes'),(27,'links_recently_updated_append','','yes'),(28,'links_recently_updated_time','120','yes'),(29,'comment_moderation','','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','','yes'),(32,'gzipcompression','0','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:0:{}','yes'),(37,'home','http://nosefish.org','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'advanced_edit','0','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','0','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:2:{i:0;s:84:\"/homepages/28/d210713530/htdocs/wp/nosefish/wp-content/themes/twentyeleven/style.css\";i:2;s:0:\"\";}','no'),(45,'template','twentyeleven','yes'),(46,'stylesheet','twentyeleven','yes'),(47,'comment_whitelist','1','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','1','yes'),(51,'html_type','text/html','yes'),(52,'use_trackback','0','yes'),(53,'default_role','subscriber','yes'),(54,'db_version','22441','yes'),(55,'uploads_use_yearmonth_folders','1','yes'),(56,'upload_path','','yes'),(57,'blog_public','1','yes'),(58,'default_link_category','2','yes'),(59,'show_on_front','posts','yes'),(60,'tag_base','','yes'),(61,'show_avatars','1','yes'),(62,'avatar_rating','PG','yes'),(63,'upload_url_path','','yes'),(64,'thumbnail_size_w','150','yes'),(65,'thumbnail_size_h','150','yes'),(66,'thumbnail_crop','1','yes'),(67,'medium_size_w','300','yes'),(68,'medium_size_h','300','yes'),(69,'avatar_default','monsterid','yes'),(72,'large_size_w','1024','yes'),(73,'large_size_h','1024','yes'),(74,'image_default_link_type','file','yes'),(75,'image_default_size','','yes'),(76,'image_default_align','','yes'),(77,'close_comments_for_old_posts','','yes'),(78,'close_comments_days_old','14','yes'),(79,'thread_comments','1','yes'),(80,'thread_comments_depth','5','yes'),(81,'page_comments','','yes'),(82,'comments_per_page','50','yes'),(83,'default_comments_page','newest','yes'),(84,'comment_order','asc','yes'),(85,'sticky_posts','a:0:{}','yes'),(86,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,'widget_text','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(88,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,'timezone_string','','yes'),(90,'embed_autourls','1','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','0','yes'),(94,'page_on_front','0','yes'),(95,'default_post_format','0','yes'),(96,'wpnf_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'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'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:14:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:7:\"links-2\";i:3;s:6:\"text-2\";i:4;s:5:\"rss-2\";i:5;s:11:\"tag_cloud-2\";i:6;s:10:\"nav_menu-2\";i:7;s:30:\"widget_twentyeleven_ephemera-2\";i:8;s:8:\"search-2\";i:9;s:14:\"recent-posts-2\";i:10;s:17:\"recent-comments-2\";i:11;s:10:\"archives-2\";i:12;s:12:\"categories-2\";i:13;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:4:{i:1422624192;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:1422647142;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;}}}i:1422667400;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(970,'initial_db_version','18226','yes'),(1995,'uninstall_plugins','a:0:{}','no'),(2244,'_site_transient_browser_dab24c01b5672dca6d25b554c07f767e','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"14.0.1\";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:\"12\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(8693,'_site_transient_timeout_theme_roots','1422585690','yes'),(8694,'_site_transient_theme_roots','a:3:{s:12:\"twentyeleven\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(110,'widget_pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_calendar','a:3:{i:2;a:0:{}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_nav_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_widget_twentyeleven_ephemera','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(116,'_site_transient_timeout_browser_6e6eb4536197e66c4ba595750f1d31fb','1316913800','yes'),(117,'_site_transient_browser_6e6eb4536197e66c4ba595750f1d31fb','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"6.0.2\";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:1:\"6\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(118,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:19:\"http://nosefish.org\";s:4:\"link\";s:95:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://nosefish.org/\";s:3:\"url\";s:128:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://nosefish.org/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(119,'current_theme','Twenty Eleven','yes'),(971,'db_upgraded','','yes'),(243,'_site_transient_timeout_browser_04b24a8f4fa6a7b45254aba5247dbfbc','1317099364','yes'),(244,'_site_transient_browser_04b24a8f4fa6a7b45254aba5247dbfbc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"8.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(781,'recently_activated','a:0:{}','yes'),(8195,'_transient_timeout_plugin_slugs','1416705906','no'),(8196,'_transient_plugin_slugs','a:2:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";}','no'),(157,'_transient_random_seed','f36bd847f72fe2fd6dd8c4c92ff7246c','yes'),(4331,'_site_transient_timeout_wporg_theme_feature_list','1371085431','yes'),(4332,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}s:8:\"Features\";a:19:{i:0;s:8:\"blavatar\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:20:\"front-page-post-form\";i:11;s:19:\"full-width-template\";i:12;s:12:\"microformats\";i:13;s:12:\"post-formats\";i:14;s:20:\"rtl-language-support\";i:15;s:11:\"sticky-post\";i:16;s:13:\"theme-options\";i:17;s:17:\"threaded-comments\";i:18;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(162,'twentyeleven_theme_options','a:3:{s:12:\"color_scheme\";s:5:\"light\";s:10:\"link_color\";s:7:\"#7515a7\";s:12:\"theme_layout\";s:15:\"content-sidebar\";}','yes'),(165,'theme_mods_twentyeleven','a:9:{s:16:\"background_color\";s:6:\"e2e2e2\";s:12:\"header_image\";s:68:\"http://nosefish.org/wp-content/uploads/2012/05/cropped-2010-camp.jpg\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:0;}s:16:\"header_textcolor\";s:3:\"000\";s:16:\"background_image\";s:64:\"http://nosefish.org/wp-content/uploads/2013/04/playa-surface.jpg\";s:22:\"background_image_thumb\";s:72:\"http://nosefish.org/wp-content/uploads/2013/04/playa-surface-150x150.jpg\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:6:\"scroll\";}','yes'),(166,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(178,'category_children','a:1:{i:4;a:2:{i:0;i:5;i:1;i:6;}}','yes'),(183,'_site_transient_timeout_browser_48e50ba22003db63dcced783e0a8b076','1316958249','yes'),(184,'_site_transient_browser_48e50ba22003db63dcced783e0a8b076','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"5.0.6\";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:3:\"5.1\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(217,'_site_transient_timeout_browser_d67d3fcee5180b462696395abba69d1f','1316978370','yes'),(218,'_site_transient_browser_d67d3fcee5180b462696395abba69d1f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"6.0.2\";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:1:\"6\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(225,'_site_transient_timeout_browser_fa1d6ec7e09c22c71d9fe26025247ed1','1317060575','yes'),(226,'_site_transient_browser_fa1d6ec7e09c22c71d9fe26025247ed1','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:3:\"7.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:1:\"6\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(743,'_site_transient_timeout_browser_af3f1433c591d1d508cfa5c8d71218d0','1330108978','yes'),(744,'_site_transient_browser_af3f1433c591d1d508cfa5c8d71218d0','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"9.0.1\";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:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(790,'_site_transient_timeout_browser_4dbac16c3da10b0c3a791b8959c661fc','1330301473','yes'),(791,'_site_transient_browser_4dbac16c3da10b0c3a791b8959c661fc','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"9.0.1\";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:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1118,'_site_transient_timeout_browser_8324fa1e5f497be9a7cad961ccc7f86e','1334676954','yes'),(1119,'_site_transient_browser_8324fa1e5f497be9a7cad961ccc7f86e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"11.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:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1989,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1344841549','no'),(1990,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1344798349','no'),(2275,'_site_transient_timeout_browser_b4da43a5f894afcd1ca036d2a7fc18e4','1348447827','yes'),(2276,'_site_transient_browser_b4da43a5f894afcd1ca036d2a7fc18e4','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"13.0.1\";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:\"12\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1358,'_site_transient_timeout_browser_11289c82dedae76f14e8b7cf543c1e7a','1337541184','yes'),(1359,'_site_transient_browser_11289c82dedae76f14e8b7cf543c1e7a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"12.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:\"12\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1987,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1344841549','no'),(1988,'_transient_feed_1a5f760f2e2b48827d4974a60857e7c2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/updated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 12 Aug 2012 18:30: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: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:47:\"WP Marketplace - WordPress Shopping Cart System\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/wpmarketplace/#post-32527\";s: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, 29 Nov 2011 13:16:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"32527@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"WP Marketplace is a free full-featured WordPress Shopping Cart Plugin with everything you need on a easy interface and has special options to convert\";s: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:\"Shahnur Alam\";s: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:35:\"The Events Calendar Category Colors\";s:7:\"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.org/extend/plugins/the-events-calendar-category-colors/#post-39899\";s: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, 30 Jun 2012 20:38:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"39899@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Add background colors to month event view of The Events Calendar events.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Andy Fragen\";s: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:18:\"Fluid Video Embeds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/fluid-video-embeds/#post-40230\";s: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, 07 Jul 2012 22:47:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"40230@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"Make your "auto embedded" YouTube and Vimeo videos full width (100%) while maintaining their original aspect ratio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"jamie3d\";s: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:6:\"Top 10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/extend/plugins/top-10/#post-7038\";s: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, 15 Sep 2008 17:22: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"7038@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Track daily and total visits on your blog posts and display the count as well as popular posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Ajay\";s: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:24:\"eShop Shipping Extension\";s:7:\"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.org/extend/plugins/eshop-shipping-extension/#post-39266\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 17 Jun 2012 04:12:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"39266@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Replace eShop's default shipping methods with live calls to Canada Post, UPS, and USPS.\";s: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:\"useStrict\";s: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:19:\"Leaflet Maps Marker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/leaflet-maps-marker/#post-32842\";s: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, 11 Dec 2011 08:55: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"32842@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"Pin, organize & show your favorite places through OpenStreetMap, Google Maps, Google Earth (KML), Bing Maps, GeoRSS or Augmented-Reality browsers\";s: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:\"RobertHarm\";s: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:25:\"Drug Half-Life Calculator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.org/extend/plugins/drugsdb-half-life-calculator/#post-41699\";s: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, 11 Aug 2012 22:13:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"41699@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"A simple calculator to get the known half-life for medications you're taking.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"bitacre\";s: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:26:\"Sort SearchResult By Title\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/extend/plugins/sort-searchresult-by-title/#post-9000\";s: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, 07 Feb 2009 14:52:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"9000@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Wordpress sort search results by title offers powerful option for developers to sort search results alphabetically in ascending or descending order.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"codex-m\";s: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:11:\"WP Glossary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/wp-glossary/#post-31637\";s: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, 30 Oct 2011 09:06: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"31637@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Create your own glossary of hot-linked terms, right inside your own 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"TCBarrett\";s: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:12:\"SEO Ultimate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/seo-ultimate/#post-10779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 May 2009 16:15:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"10779@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, Open Graph, slugs, canonical, autolinks, 404 errors, rich snippets,\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"SEO Design Solutions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:10:\"WP Nano AD\";s:7:\"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/extend/plugins/wp-nano-ad/#post-40368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Jul 2012 18:46:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"40368@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"WP Nano Ads is your complete image link management solution. You can use this plugin for adding tiny Sponsor link images, which we call 'Nano Ads\";s: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:\"Kayes\";s: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:37:\"Google XML Sitemaps v3 for qTranslate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.org/extend/plugins/google-xml-sitemaps-v3-for-qtranslate/#post-29462\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Aug 2011 18:59: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:42:\"29462@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog. With qTranslate support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"DSmidge\";s: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:8:\"Sierotki\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/extend/plugins/sierotki/#post-24466\";s: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 Feb 2011 07:40:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"24466@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Wtyczka poprawia sierotki, tak żeby nie mogły zostać na końcu lini.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Marcin Pietrzak\";s: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:9:\"WP Stripe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/wp-stripe/#post-33998\";s: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, 18 Jan 2012 19:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"33998@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"WP Stripe provides a payment form and recent donor widget by utilizing Stripe.com, the awesome alternative to PayPal.\";s: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:\"Noel Tock\";s: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:26:\"WooCommerce German (de_DE)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/woocommerce-de/#post-34508\";s: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 Feb 2012 11:34:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"34508@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This plugin extends the WooCommerce shop plugin with complete German language packs - formal and informal. - WooCommerce endlich komplett auf deutsch!\";s: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:24:\"daveshine (David Decker)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/updated\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 12 Aug 2012 19:05:49 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:\"Sun, 12 Aug 2012 19:05:56 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Sun, 12 Aug 2012 18:30:56 +0000\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(1574,'_site_transient_timeout_browser_696ab96b2b7b2134a97bf9842c34772a','1340045616','yes'),(1575,'_site_transient_browser_696ab96b2b7b2134a97bf9842c34772a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"13.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:\"12\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1959,'_site_transient_timeout_browser_da25876797c71a46b8b63618012cd8c5','1345403144','yes'),(1960,'_site_transient_browser_da25876797c71a46b8b63618012cd8c5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"14.0.1\";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:\"12\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3857,'link_manager_enabled','1','yes'),(3859,'can_compress_scripts','1','yes'),(2243,'_site_transient_timeout_browser_dab24c01b5672dca6d25b554c07f767e','1348447291','yes'),(3825,'_site_transient_timeout_browser_40bdc4fef51619aa85f161c50d6797c5','1367287222','yes'),(3826,'_site_transient_browser_40bdc4fef51619aa85f161c50d6797c5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"20.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'),(3861,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1422583890;s:7:\"checked\";a:3:{s:12:\"twentyeleven\";s:3:\"1.5\";s:9:\"twentyten\";s:3:\"1.5\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:3:{s:12:\"twentyeleven\";a:4:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentyeleven\";s:7:\"package\";s:57:\"http://downloads.wordpress.org/theme/twentyeleven.2.0.zip\";}s:9:\"twentyten\";a:4:{s:5:\"theme\";s:9:\"twentyten\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:38:\"https://wordpress.org/themes/twentyten\";s:7:\"package\";s:54:\"http://downloads.wordpress.org/theme/twentyten.1.8.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:57:\"http://downloads.wordpress.org/theme/twentytwelve.1.6.zip\";}}}','yes'),(8173,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1416662703','no'),(8174,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','

RSS Error: A feed could not be found at http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://nosefish.org/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.

','no'),(3860,'_site_transient_update_plugins','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1422583890;s:8:\"response\";a:1:{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.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:55:\"http://downloads.wordpress.org/plugin/akismet.3.0.4.zip\";}}}','yes'),(6083,'_site_transient_timeout_browser_043122d71f0e1c9aa31b4150c975ea1b','1392075855','yes'),(8175,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1416662704','no'),(8176,'_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:26:\"https://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, 20 Nov 2014 19:04: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:\"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:39:\"http://wordpress.org/?v=4.1-beta2-30508\";s:7:\"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: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 4.0.1 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:51:\"https://wordpress.org/news/2014/11/wordpress-4-0-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:60:\"https://wordpress.org/news/2014/11/wordpress-4-0-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, 20 Nov 2014 18:55:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=3363\";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:345:\"WordPress 4.0.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be […]\";s: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:3395:\"

WordPress 4.0.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.

\n

Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be updated to 3.9.3, 3.8.5, or 3.7.5 to keep everything secure. (We don’t support older versions, so please update to 4.0.1 for the latest and greatest.)

\n

WordPress versions 3.9.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. This was reported by Jouko Pynnonen. This issue does not affect version 4.0, but version 4.0.1 does address these eight security issues:

\n\n

Version 4.0.1 also fixes 23 bugs with 4.0, and we’ve made two hardening changes, including better validation of EXIF data we are extracting from uploaded photos. Reported by Chris Andrè Dale.

\n

We appreciated the responsible disclosure of these issues directly to our security team. For more information, see the release notes or consult the list of changes.

\n

Download WordPress 4.0.1 or venture over to Dashboard → Updates and simply click “Update Now”.

\n

Already testing WordPress 4.1? The second beta is now available (zip) and it contains these security fixes. For more on 4.1, see the beta 1 announcement post.

\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:56:\"https://wordpress.org/news/2014/11/wordpress-4-0-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:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.1 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:56:\"https://wordpress.org/news/2014/11/wordpress-4-1-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:65:\"https://wordpress.org/news/2014/11/wordpress-4-1-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:\"Fri, 14 Nov 2014 22:35:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{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:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3352\";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:346:\"Welcome, everyone, to WordPress 4.1 Beta 1! This software is still in development, 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 4.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s: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:3409:\"

Welcome, everyone, to WordPress 4.1 Beta 1!

\n

This software is still in development, 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 4.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip).

\n

WordPress 4.1 is due for release next month, so we need your help with testing. Here are some highlights of what to test:

\n\n

There have been a lot of changes for developers to test as well:

\n\n

If you want a more in-depth view of what changes have made it into 4.1, check out the weekly review posts on the main development blog.

\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed so far.

\n

Happy testing!

\n

Twenty Fifteen theme
\n The beautiful face which hides
\n Many improvements

\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:61:\"https://wordpress.org/news/2014/11/wordpress-4-1-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: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:39:\"Watch WordCamp San Francisco Livestream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2014/10/wcsf-livestream/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2014/10/wcsf-livestream/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Oct 2014 20:18:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3341\";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:381:\"WordCamp San Francisco is the official annual WordPress conference, gathering the community every year since 2006. This is the time when Matt Mullenweg addresses the community in his annual State of the Word presentation – a recap of  the year in WordPress and giving us a glimpse into its future. This year the speaker lineup is stellar. There will be talks by […]\";s: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:\"Nikolay Bachiyski\";s: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:1975:\"

WordCamp San Francisco is the official annual WordPress conference, gathering the community every year since 2006. This is the time when Matt Mullenweg addresses the community in his annual State of the Word presentation – a recap of  the year in WordPress and giving us a glimpse into its future.

\n

This year the speaker lineup is stellar. There will be talks by three of the lead WordPress developers: Andrew Nacin, Helen Hou-Sandí, and Mark Jaquith. We’re also looking forward to speakers like Jenny Lawson, also known as The Bloggess, and Chris Lema. If you’re at all interested in the web, you will appreciate the appearance of Jeff Veen – one of the creators of Google Analytics and co-founder of Typekit.

\n

Even though San Francisco is far far away for most of you, you can still be part of the fun and watch all presentations in real-time via livestream:

\n

Get a livestream ticket and watch all talks from WordCamp San Francisco live

\n

If you hurry, you can get one of the special livestream tickets, including a WordCamp San Francisco 2104 t-shirt. You can find all the technical details and start times at the WordCamp San Francisco website.

\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:56:\"https://wordpress.org/news/2014/10/wcsf-livestream/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:25:\"WordPress 4.0 “Benny”\";s:7:\"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:41:\"https://wordpress.org/news/2014/09/benny/\";s: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:50:\"https://wordpress.org/news/2014/09/benny/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Sep 2014 17:05: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: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=3296\";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:370:\"Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience […]\";s: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:23538:\"

Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you’ll enjoy.

\n
\n
\n

Manage your media with style

\n

\"MediaExplore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.

\n
\n

Working with embeds has never been easier

\n
\n
\n

Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah — embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.

\n

We’ve expanded the services supported by default, too — you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. Check out all of the embeds that WordPress supports.

\n
\n

Focus on your content

\n
\n

Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.

\n
\n

Finding the right plugin

\n

\"Add

\n

There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.

\n
\n

The Ensemble

\n

This release was led by Helen Hou-Sandí, with the help of these fine individuals. There are 275 contributors with props in this release, a new high. Pull up some Benny Goodman on your music service of choice, as a bandleader or in one of his turns as a classical clarinetist, and check out some of their profiles:

\n

Aaron D. Campbell, Aaron Jorbin, Adam Silverstein, Alex Mills (Viper007Bond), Alex Shiels, Alexander Rohmann, Alison Barrett, Allan Collins, Amit Gupta, Amy Hendrix (sabreuse), Andrea Fercia, Andres Villarreal, Andrew Mowe, Andrew Munro (sumobi), Andrew Nacin, Andrew Ozz, Andy Skelton, Ankit K Gupta, Anton Timmermans, arnee, Aubrey Portwood, Austin Matzko, Ben Dunkle, Bernhard Kau, Boone Gorges, Brady Vercher, Bram Duvigneau, Brandon Kraft, Brian Layman, Brian Richards, Camden Segal, Caroline Moore, Charles Fulton, Chouby, ChriCo, Chris Olbekson, chrisl27, Christian Axelsson, Christopher Finke, Christopher Spires, Clifton Griffin, Corey McKrill, Corphi, Daisuke Takahashi, Dan Griffiths, Daniel Bachhuber, Daniel Husken, Daniel Jalkut (Red Sweater), Danny de Haan, Darin Kotter, Daryl Koopersmith, Daryl L. L. Houston (dllh), David A. Kennedy, David Herrera, David Naber, DavidTheMachine, DeBAAT, Dion Hulse, Dominik Schilling, Donncha O Caoimh, Drew Jaynes, Dustyn Doyle, Eddie Moya, Eduardo Reveles, Edwin Siebel, ehg, Enrique Chavez, erayalakese, Eric Andrew Lewis, Eric Binnion, Eric Mann, Evan Anderson, Evan Herman, Fab1en, Fahmi Adib, feedmeastraycat, Frank Klein, garhdez, Gary Cao, Gary Jones, Gary Pendergast, garza, gauravmittal1995, Gavrisimo, George Stephanis, Graham Armfield, Grant Mangham, Gregory Cornelius, Gustavo Bordoni, harrym, hebbet, Hinnerk Altenburg, Hugh Lashbrooke, iljoja, imath, Ipstenu (Mika Epstein), issuu, J.D. Grimes, Jack Lenox, Jack Reichert, Jacob Dubail, JanHenkG, Janneke Van Dorpe, Jared Wenerd, Jaza613, Jeff Stieler, Jeremy Felt, Jeremy Pry, Jeroen Schmit, Jerry Bates (jerrysarcastic), Jesin A, Jesper Johansen (jayjdk), Jesper van Engelen, Jesper van Engelen, Jesse Pollak, jgadbois, Joan Artes, Joe Dolson, Joe Hoyle, Joey Kudish, John Blackbourn, John James Jacoby, John Zanussi, Jon Cave, jonnyauk, Joost de Valk, Jordi Cabot, Josh Eaton, JOTAKI Taisuke, Julio Potier, Justin Sainton, Justin Sternberg, Justin Tadlock, K.Adam White, Kailey (trepmal), Kaito, kapeels, Kelly Dwan, Kevin Langley, Kevin Worthington, Kim Parsell, Kirk Wight, kitchin, Knut Sparhell, Konstantin Kovshenin, Konstantin Obenland, krogsgard, Kurt Payne, Lance Willett, Lee Willis, lessbloat, Lew Ayotte, lritter, Luke Carbis, Luke Gedeon, m_i_n, Manny Fleurmond, Manuel Schmalstieg, Marius (Clorith), Mark Jaquith, Marko Heijnen, Matt Banks, Matt Martz, Matt Mullenweg, Matt Wiebe, Matthew Boynes, Matthew Denton, Matthew Eppelsheimer, Matthew Haines-Young, mattyrob, meekyhwang, Mel Choyce, Michael Adams (mdawaffe), michalzuber, midxcat, Mike Auteri, Mike Hansen, Mike Jolley, Mike Little, Mike Manger, Mike Nelson, Mike Schroder, Mikey Arce, Milan Dinic, Morgan Estes, Mr Papa, mrmist, Mustafa Uysal, MuViMoTV, nabil_kadimi, Namibia, Nashwan Doaqan, nd987, Neil Pie, Niall Kennedy, Nick Halsey, Nikolay Bachiyski, Nils Schonwald, Ninos, Nowell VanHoesen, Patrick Hesselberg, Paul Bearne, Paul Clark, Paul Schreiber, Paul Wilde, pavelevap, Peter Westwood, Philip Arthur Moore, Philip John, Piet Bos, Piotr Soluch, Pippin Williamson, purzlbaum, Rachel Baker, RC Lations, Richard Tape, Ricky Lee Whittemore, rob1n, Robert Chapin, Robert Dall, RobertHarm, Rohan Rawat, Rouven Hurling, Ruud Laan, Ryan Boren, Ryan McCue, Sam Brodie, Samuel Wood (Otto), Sathish Nagarajan, Scott Reilly, Scott Taylor, ScreenfeedFr, scribu, Sean Hayes, Sean Nessworthy, Sergej Muller, Sergey Biryukov, shanebp, Sharon Austin, Shaun Andrews, Simon Wheatley, simonp303, Slobodan Manic, solarissmoke, sphoid, Stephane Daury, Stephen Edgar, Steven Jones, strangerstudios, Sumit Singh, t4k1s, Takashi Irie, Taylor Dewey, Thomas van der Beek, Till, Tim \'Eli\' Dalbey, TobiasBg, Tom J Nowell, Tom Willmot, Topher, torresga, Tracy Levesque, Travis Smith, treyhunner, Umesh Kumar, Vinod Dalvi, vlajos, voldemortensen, Weston Ruter, winterDev, Wojtek Szkutnik, Yoav Farhi, Zack Katz, Zack Tollman, and Zoe Rooney. Also thanks to Michael Pick for producing the release video, and Helen with Adrián Sandí for the music.

\n

If you want to follow along or help out, check out Make WordPress and our core development blog. Thanks for choosing WordPress. See you soon for version 4.1!

\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:46:\"https://wordpress.org/news/2014/09/benny/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 4.0 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:67:\"https://wordpress.org/news/2014/08/wordpress-4-0-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:76:\"https://wordpress.org/news/2014/08/wordpress-4-0-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:\"Wed, 27 Aug 2014 12:20:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=3287\";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:321:\"The first release candidate for WordPress 4.0 is now available! In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s: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:2134:\"

The first release candidate for WordPress 4.0 is now available!

\n

In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you haven’t tested 4.0 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)

\n

Think you’ve found a bug? Please post to the Alpha/Beta area in the support forums. If any known issues come up, you’ll be able to find them here.

\n

To test WordPress 4.0 RC1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’d like to learn more about what’s new in WordPress 4.0, visit the awesome About screen in your dashboard (\"\" → About in the toolbar).

\n

Developers, please test your plugins and themes against WordPress 4.0 and update your plugin’s Tested up to version in the readme to 4.0 before next week. If you find compatibility problems, please be sure to post any issues to the support forums so we can figure those out before the final release. You also may want to give your plugin an icon, which we launched last week and will appear in the dashboard along with banners.

\n

It is almost time
\n For the 4.0 release
\n And its awesomeness

\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:72:\"https://wordpress.org/news/2014/08/wordpress-4-0-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:20:\"WordPress 4.0 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 05:06: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=3280\";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:353:\"The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including: Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes. Better handling of small screens in the media library modals. A separate bulk selection mode […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s: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:2003:\"

The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including:

\n\n

We need your help. We’re still aiming for a release this month, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see the Beta 1 announcement post for what to look out for.

\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums, where friendly moderators are standing by. Plugin developers, if you haven’t tested WordPress 4.0 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 4.0.

\n

This software is still in development, 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 4.0, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip).

\n

We are working hard
\nTo finish up 4.0
\n
Will you help us too?

\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:61:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:32:\"WordPress 3.9.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:51:\"https://wordpress.org/news/2014/08/wordpress-3-9-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:60:\"https://wordpress.org/news/2014/08/wordpress-3-9-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:\"Wed, 06 Aug 2014 19:04: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: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=3269\";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:377:\"WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately. This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It  was fixed by Michael Adams and Andrew Nacin 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:2353:\"

WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.

\n

This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It  was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the Drupal security team. This is the first time our two projects have coordinated joint security releases.

\n

WordPress 3.9.2 also contains other security changes:

\n\n

We appreciated responsible disclosure of these issues directly to our security team. For more information, see the release notes or consult the list of changes.

\n

Download WordPress 3.9.2 or venture over to Dashboard → Updates and simply click “Update Now”.

\n

Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don’t support older versions, so please update to 3.9.2 for the latest and greatest.)

\n

Already testing WordPress 4.0? The third beta is now available (zip) and it contains these security fixes.

\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:56:\"https://wordpress.org/news/2014/08/wordpress-3-9-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: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 4.0 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:56:\"https://wordpress.org/news/2014/07/wordpress-4-0-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:65:\"https://wordpress.org/news/2014/07/wordpress-4-0-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:\"Fri, 18 Jul 2014 21:15:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=3261\";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:374:\"WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.0, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s: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:1745:\"

WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip).

\n

For more of what’s new in version 4.0, check out the Beta 1 blog post. Some of the changes in Beta 2 include:

\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. Or, if you’re comfortable writing a bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed.

\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:61:\"https://wordpress.org/news/2014/07/wordpress-4-0-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 4.0 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:56:\"https://wordpress.org/news/2014/07/wordpress-4-0-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:65:\"https://wordpress.org/news/2014/07/wordpress-4-0-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:\"Thu, 10 Jul 2014 10:17:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=3248\";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:\"WordPress 4.0 Beta 1 is now available! This software is still in development, 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 4.0, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s: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:4031:\"

WordPress 4.0 Beta 1 is now available!

\n

This software is still in development, 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 4.0, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip).

\n

4.0 is due out next month, but to get there, we need your help testing what we’ve been working on:

\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed so far.

\n

Developers: Never fear, we haven’t forgotten you. There’s plenty for you, too – more on that in upcoming posts. In the meantime, check out the API for panels in the Customizer.

\n

Happy testing!

\n

Plugins, editor
\nMedia, things in between
\nPlease help look for bugs

\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:61:\"https://wordpress.org/news/2014/07/wordpress-4-0-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.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:51:\"https://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:60:\"https://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:3106:\"

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.

\n

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 list of tickets and the changelog.

\n

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 that support them, of course.

\n

Download WordPress 3.9.1 or venture over to Dashboard → Updates and simply click “Update Now.”

\n

Thanks to all of these fine individuals for contributing to 3.9.1: Aaron Jorbin, Andrew Nacin, Andrew Ozz, Brian Richards, Chris Blower, Corey McKrill, Daniel Bachhuber, Dominik Schilling, feedmeastraycat, Gregory Cornelius, Helen Hou-Sandi, imath, Janneke Van Dorpe, Jeremy Felt, John Blackbourn, Konstantin Obenland, Lance Willett, m_i_n, Marius Jensen, Mark Jaquith, Milan Dinić, Nick Halsey, pavelevap, Scott Taylor, Sergey Biryukov, and Weston Ruter.

\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:56:\"https://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:\"\";}}}}}}}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:32:\"https://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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 22 Nov 2014 01:25:04 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:37:\"https://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 20 Nov 2014 19:04:36 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130423020054\";}','no'),(8189,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1416662705','no'),(8191,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1416662706','no'),(8192,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Nov 2014 01:14: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: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:22:\"User Access Shortcodes\";s:7:\"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:\"https://wordpress.org/plugins/user-access-shortcodes/#post-74549\";s: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, 21 Nov 2014 04:03: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:\"74549@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:143:\"The most simple way of controlling who sees what on your website. Restrict content to logged in users only (or guests) with a simple shortcode.\";s: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:\"WP Darko\";s: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:15:\"Inigo SEO Check\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/inigo-seo-check/#post-74561\";s: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, 21 Nov 2014 10:36: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:\"74561@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:189:\"

SEO Check will check to see if your wordpress site is blocking search engines and flag up a warning as well as email the site admin to say that it is blocked so you can take action.\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Inigo 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:\"\";}}}}}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:16:\"WP Netmon Status\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/wp-netmonstatus/#post-74553\";s: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, 21 Nov 2014 07:59:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"74553@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:31:\"Shows Netmon-Stats as a widget.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"TinoD\";s: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:39:\"ACF Location Rules Post Type Attachment\";s:7:\"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:\"https://wordpress.org/plugins/acf-location-rules-post-type-attachment/#post-74545\";s: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 Nov 2014 22:20: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"74545@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:80:\"A plugin to add attachment back as an option in Post Types under Location Rules.\";s: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:\"Fastmover\";s: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:13:\"Aljazeera RSS\";s:7:\"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:\"https://wordpress.org/plugins/aljazeera-rss/#post-74544\";s: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 Nov 2014 21:57:57 +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:\"74544@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:67:\"A small widget plugin which gets Arabic RSS feed from aljazeera.net\";s: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:\"yehiasedkydev\";s: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:20:\"ZD Support Dashboard\";s:7:\"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:\"https://wordpress.org/plugins/zd-design-agency-support-dashboard/#post-74475\";s: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, 18 Nov 2014 23:19: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"74475@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:132:\"Adds a dashboard support system for calicotek members WP Powered Website Admin Dashbaord and widget area (under Active 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:\"\";}}}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:\"ModManMatt\";s: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:19:\"Xpand Image 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:61:\"https://wordpress.org/plugins/xpand-image-gallery/#post-73553\";s: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, 24 Oct 2014 16:04:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"73553@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:139:\"The greatest expandable gallery for your wordpress website, seamless visualization, totally responsive... A unique way to show your images!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"heyestudio\";s: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:33:\"Affinitomics + Taxonomy Converter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/plugins/affinitomics-taxonomy-converter/#post-73778\";s: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, 30 Oct 2014 17:55: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:\"73778@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:228:\"

This plugin converts existing taxonomies into other taxonomies including Descriptors, Draws, and Distances used by Affinitomics to improve contextually, stickiness, seo, ranking and sorting capabilities within your site.\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Prefrent\";s: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:21:\"GotChosen Integration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/plugins/gotchosen-social-exchange/#post-74489\";s: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, 19 Nov 2014 16:35:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"74489@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:220:\"

A WordPress plugin to display the Social Exchange on your web site. See https://www.gotchosen.com/#/become-a-publisher for more details.\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Patrick Matthews\";s: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:16:\"Ebook Downloader\";s:7:\"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:\"https://wordpress.org/plugins/ebook-downloader/#post-73223\";s: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, 14 Oct 2014 07:25: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"73223@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:74:\"Ebook downloader allow admin to create ebook and sell it thorugh the 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"iwcontribution\";s: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:27:\"Social Syndication Commando\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/social-syndication-commando/#post-74236\";s: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, 12 Nov 2014 17:11: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"74236@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:\"Syndicate you wordpress posts to facebook, twitter, plurk, tumbr, friendfeed, livejournal, diigo, delicious and linkedin.\";s: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:\"Anthony Hayes\";s: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:14:\"sr-piechart-wp\";s:7:\"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:\"https://wordpress.org/plugins/sr-piechirt-wp/#post-74521\";s: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 Nov 2014 08:01: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:35:\"74521@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:90:\"Easily create and manage a piechart .Get a Fancy jQuery Pie Chart with a simple shortcode\";s: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:\"sohel razzaque\";s: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:17:\"Sola Testimonials\";s:7:\"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:\"https://wordpress.org/plugins/sola-testimonials/#post-74487\";s: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, 19 Nov 2014 13:56: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"74487@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:119:\"The easiest to use Testimonial plugin! Showcase your testimonials in a beautiful and modern way with Sola Testimonials.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"SolaPlugins\";s: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:18:\"Kanzu Support Desk\";s:7:\"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:\"https://wordpress.org/plugins/kanzu-support-desk/#post-74243\";s: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, 12 Nov 2014 20:57: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:35:\"74243@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:108:\"Kanzu Support Desk (KSD) is an all-in-one support desk (ticketing) solution that looks and feels like email.\";s: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:\"kanzucode\";s: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:24:\"Quick Edit Template Link\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/plugins/quick-edit-template-link/#post-74522\";s: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 Nov 2014 12:34:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"74522@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:150:\"Displays the current templates being used in the admin bar with a link directly to the template in theme editor (if the current user has access to it)\";s: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:\"ChubbyNinjaa\";s: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:42:\"https://wordpress.org/plugins/rss/view/new\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 22 Nov 2014 01:25:06 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 21 Nov 2014 04:03:38 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130423020054\";}','no'),(4297,'_site_transient_timeout_browser_3229e35f6a9f900a7bcbaffdf4b7aa05','1371677616','yes'),(4298,'_site_transient_browser_3229e35f6a9f900a7bcbaffdf4b7aa05','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"21.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'),(4799,'_site_transient_timeout_browser_705e32d6542dd416a549f58aff8c0210','1377385675','yes'),(4800,'_site_transient_browser_705e32d6542dd416a549f58aff8c0210','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"22.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'),(6042,'_site_transient_timeout_browser_1cba7d39a7293c7e1de4e3333c3242f4','1391639617','yes'),(6043,'_site_transient_browser_1cba7d39a7293c7e1de4e3333c3242f4','a:8:{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'),(6084,'_site_transient_browser_043122d71f0e1c9aa31b4150c975ea1b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"26.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'),(6569,'_site_transient_timeout_browser_e0c6387d8def6b50cded73cc8873af8a','1398350081','yes'),(6570,'_site_transient_browser_e0c6387d8def6b50cded73cc8873af8a','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"26.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'),(8177,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1416662704','no'),(8178,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1416619504','no'),(8179,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1416662704','no'),(8180,'_transient_dash_4077549d03da2e451c8b5f002294ff51','
','no'),(8181,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1416662704','no'),(8182,'_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:54:\"WPTavern: Hierarchy Plugin Enhances WordPress as a CMS\";s:7:\"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=34072\";s:7:\"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://wptavern.com/hierarchy-plugin-enhances-wordpress-as-a-cms\";s: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:4420:\"

\"hierarchy\"

\n

WordPress 3.0 introduced the ability for developers to register their own custom post types, enabling the software to be used more easily as a CMS. Custom post types ushered in a new era that allowed plugin developers to create and organize content in a more modular way.

\n

If you’ve ever tried to explain the concept of custom post types to someone, you may have found that they are more easily understood as custom content types. One thing that makes them confusing is the fact that are usually found floating around in the admin as top level menu items. Custom post types often have no context, which makes it difficult to know how they will appear on the frontend of your site.

\n

The Hierarchy plugin aims to solve this problem by moving custom post type admin menus into your pages list. Ordinarily, CPTs have their own menu items and the page menu structure doesn’t accurately reflect where the content is located, as shown in the example below.

\n

\"cpt-admin\"

\n

Custom post types are often used to power various sections of a website. Hierarchy works to improve the content editing workflow by intelligently including custom post type admin links within the page structure. In place of the Pages menu in the admin you’ll see a new Content menu, with custom post types, such as locations, people, and knowledgebase, added under their corresponding pages.

\n

\"hierarchy-in-action\"

\n

Version 1.0 of the plugin includes Dashicons support and a button to add a new page. Each content type is displayed with contextual links within the hierarchical view of content. You can hover over an entry to display the edit, view, and taxonomy links.

\n

\"hierarchy-contextual-links\"

\n

Hierarchy also includes a settings page that allows you to designate which custom post types will be included in the hierarchy display, as well as the ability to disable new entries and set the menu order. You can also elect to hide CPTs from the admin menu so that they only show up within the Hierarchy structure.

\n

\"hierarchy-settings\"

\n

When WordPress is used primarily as a CMS, pages often become the backbone for organizing the site’s content. This plugin addresses the lack of hierarchical structure in the admin. Jonathan Christopher, founder of SearchWP, wrote Hierarchy two years ago and has found it to be indispensable when creating websites for clients. He released version 1.0 of the plugin this week, which is essentially a complete rewrite of the previous version. If you’re looking to simplify CPT admin menus and streamline editing, check out Hierarchy on 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Nov 2014 21:35:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:80:\"WPTavern: WordPress 4.0.1 Exposes Bad Development Practices Used in Some Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=34160\";s:7:\"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://wptavern.com/wordpress-4-0-1-exposes-bad-development-practices-used-in-some-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4650:\"\"Pluginsphoto credit: David Glovercc\n

With the release of WordPress 4.0.1 less than 24 hours old, we’ve received reports of plugins breaking due to the update. For example, Cool Video Gallery is broken because of the way it handles custom shortcode attribute parsing instead of using the Shortcode API built into WordPress. Mika Epstein, who is a support forum volunteer, published a post in the support forum that explains the problem and the best way to fix it.

\n

If you’ve upgraded to WordPress 4.0.1 and a feature using shortcodes has broken (like a slider, or a visual composer), the reason is that code wasn’t properly using the WP Shortcode API.

\n

Code that parsed shortcodes themselves, instead of using the normal add_shortcode handlers and such, may be surprised by the new behavior of texturize, because the quote marks in what WP thinks isn’t a shortcode get texturized now like everything else. So their filters, which probably come after texturize, don’t get the expected quote marks.

\n

For users, the best way to fix this is upgrade. Many plugins have already released fixes, more are on the way. While it is possible to downgrade to WP 4.0, we really hope you don’t because of how serious the security fixes were. If you absolutely MUST downgrade, please nag your plugin/theme devs a lot to fix this STAT. Or stop using their stuff. It’s that big.

\n

For developers, if you’re making shortcodes, use the Shortcode API instead of rolling your own.

\n

Ticket 29557 in Trac describes the issue in detail. Unfortunately, some users have downgraded to WordPress 4.0 in order to fix plugin’s they rely on. Considering that 4.0.1 is a critical update filled with security and bug fixes, it’s strongly recommended that you don’t downgrade to 4.0. Instead, use the plugin’s support forum and notify the developer of the issues you’re having.

\n

But Point Releases Are Not Supposed to Break Anything

\n

The biggest concern users have with auto updates is the fear something will break. By default, WordPress 3.7 and above is configured to automatically update WordPress for point releases which generally contain security and or bug fixes. These kind of updates normally don’t break anything but in this case, several of the plugins were already broken and the update exposed bad development practices used by plugin authors.

\n

All it takes is one bad experience during an auto update to lose trust in the system. With over half of WordPress installs tracked using 3.6 or earlier, we can ill afford to have anymore users disable automatic updates.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Nov 2014 18:22: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: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: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:46:\"WPTavern: CyberChimps is Looking For Investors\";s:7:\"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=34158\";s:7:\"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://wptavern.com/cyberchimps-is-looking-for-investors\";s: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:2858:\"

CyberChimps, founded by Trent Lapinski, is seeking acquisition offers. Lapinski cites the reason as becoming too big too fast. CyberChimps owns and maintains Responsive, one of the most popular themes in the WordPress theme directory. CyberChimps also maintains iFeature, another popular theme closing in on 1M downloads. The core of the business is services, paid memberships, and commercial add-ons for themes and plugins. The company has over 1M free users of its products and over 34,000 paying customers.

\n\"ScreenshotScreenshot of Responsive\n

Despite living in San Francisco for two years and speaking with several investors, Lapinski has yet to find a proper fit. “We have tapped our social networks, explored every possible opportunity, and after four years of bootstrapping and massive traction we need a new strategy.”

\n

An acquisition would help propel the company to new heights while maintaining existing products and customer relationships. “This is the right time both for the CyberChimps team and the CyberChimps community to make a change. What we are able to do for the company and for the community has simply plateaued. It’s time to pass the torch onto someone else.” Lapinski said.

\n\"ResponsiveResponsive 2\n

CyberChimps customers don’t need to worry about any immediate changes. Lapinski promises to notify customers well in advance when negotiations are finalized. “We’ll be sure to announce well in advance the date that the final transfer will take place along with any changes to be aware of if applicable. We’ll do our best to make this transition as smooth as possible for everyone involved, especially our customers and community.”

\n

If you have a serious offer or would like to learn more about the company, you can contact Lapinski directly via email: trent at cyberchimps.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Nov 2014 17:11: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:\"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:21:\"Matt: Science of Hits\";s:7:\"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=44532\";s:7:\"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:37:\"http://ma.tt/2014/11/science-of-hits/\";s: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:675:\"

“Because the most-popular songs now stay on the charts for months, the relative value of a hit has exploded. The top 1 percent of bands and solo artists now earn 77 percent of all revenue from recorded music, media researchers report. And even though the amount of digital music sold has surged, the 10 best-selling tracks command 82 percent more of the market than they did a decade ago. The advent of do-it-yourself artists in the digital age may have grown music’s long tail, but its fat head keeps getting fatter.” — The Shazam Effect.

\";s: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, 21 Nov 2014 05:15:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: WPWeekly Episode 171 – Interview With WP101 Founder, Shawn Hesketh\";s:7:\"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=34117&preview_id=34117\";s:7:\"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://wptavern.com/wpweekly-episode-171-interview-with-wp101-founder-shawn-hesketh\";s: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:2863:\"

In this episode, Marcus Couch and I discuss WordPress 4.1 beta 1, the delay of Composer by SIDEKICK, and a revamped WP eCommerce plugin. Later in the show, we’re joined by the founder of WP101, Shawn Hesketh. Hesketh shares his work process, the equipment used to record videos, and what parts of WordPress user’s struggle with the most.

\n

Stories Discussed:

\n

WordPress 4.1 Beta 1 Now Available for Testing
\nSIDEKICK Delays The Release of Composer
\nWP eCommerce Has a New Home

\n

Plugins Picked By Marcus:

\n

Bulk Deactivate is fantastic for discovering plugin conflicts and fixing support items. This let’s you deactivate your plugins in bulk so you can isolate the problem.

\n

JM Twitter Cards adds the appropriate metadata on a WordPress website allowing you to get Twitter cards for posts based on its settings.

\n

Google News Editors Picks Feed Generator generates not one but two, highly customizable Google News Editors’ Picks RSS Feeds. You can customize required feed images, names, titles, descriptions and more! You can also exclude articles from feeds and enter custom meta descriptions from the lightweight, custom meta box located on post.php (edit) screens.

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, November 26th 9:30 P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Subscribe To WPWeekly Via RSS: Click here to subscribe

\n

Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe

\n

Listen To Episode #171:
\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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Nov 2014 02:33: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: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: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:91:\"WPTavern: WP Engine Partners with 10up to Launch Enterprise HHVM WordPress Hosting Platform\";s:7:\"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=34036\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/wp-engine-partners-with-10up-to-launch-enterprise-hhvm-wordpress-hosting-platform\";s: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:6537:\"

WP Engine is launching its high availability enterprise hosting platform today. The new product is called Mercury and it’s built to provide HHVM (with PHP-FPM failover) to customers who require better PHP performance.

\n

WP Engine is one of the first WordPress managed hosts to offer HHVM (HipHop Virtual Machine), a PHP execution engine originally created by Facebook to help make its infrastructure more efficient. Since HHVM is still new and isn’t 100% stable in production environments, WP Engine has opted to provide automatic fallback to its default PHP stack. This failover protection is invisible to visitors and is only in use 0.1% of the time while HHVM restarts.

\n

WP Engine partnered with 10up, a WordPress development agency, to design and create a system to bring HHVM to customers. Benchmarks reported by 10up indicate staggering performance improvements of up to 600%.

\n

On a generic WordPress + bbPress installation with no page caching, HHVM delivers on average a 5.6 faster response time over multiple tests:

\n

\"WPE

\n

When testing bbPress with 250 concurrent logged-in users, HHVM consistently delivers a 3.6x faster response time. A regular WordPress site with a custom theme and plugins resulted in approximately 3.9 times faster response time with HHVM as compared to PHP-FPM. At the moment, HHVM doesn’t play well with BuddyPress but WP Engine plans to discuss this with John James Jacoby in the near future to see what can be done.

\n

10up founder Jake Goldman believes that HHVM will perform even better over time and become more affordable:

\n

Mirroring the history of air travel, Mercury will invariably become smoother, more affordable, and more accessible with time. We’re already excited by the early results: bbPress response times up to 5.6x faster, 3.6x faster at just 740ms with 250 concurrent visitors.

\n

10up volunteered its site as the first test case and is currently running on the new Mercury platform.

\n

Other developers have also been experimenting with WordPress on HHVM since earlier this year, achieving similar results in terms of performance improvement:

\n

Just got a dynamic WordPress page to load (no HTML output caching) and transfer to the browser in 58ms using HHVM. Ping to the server: 27ms.

\n

— Mark Jaquith (@markjaquith) April 21, 2014

\n

\n

@ryanhellyer @MarkGavalda The same page is about 145ms via PHP-FPM.

\n

— Mark Jaquith (@markjaquith) April 21, 2014

\n

\n

The Future of HHVM and WordPress Hosting

\n

How long will it be before HHVM is the most common PHP engine for all WordPress managed hosts? Given how new and unstable it currently is, most hosts are not rushing to provide HHVM. However, the advances made by the collaboration between 10up and WP Engine should help to move other hosts along.

\n

“I think it is important to note that the Facebook HHVM open source team is really responsive to issues, thoughts, and feedback,” WP Engine representative Tomas Puig told the Tavern. “So it bodes super well for the future of us moving more WordPress systems to the technology.”

\n

Puig is optimistic that WP Engine and 10up’s work with HHVM will help to provide valuable feedback for WordPress core. “I deeply believe in Matt’s recent statements on WordPress as an application framework and the API work the core team is doing,” Puig said. “I think that HHVM enables us to build more rich experiences with WordPress in a more performant manner and that’s exciting. So really we want to elevate the community as a whole to getting our code ready for it.”

\n

Mercury customers will be given a Vagrant configuration to use for local development, and Puig said that the company is wiling to provide the configuration to anyone who requests it.

\n

One challenge for developers using HHVM is knowing what plugins are compatible with it. “Something I’d love to see is an option to mark plugins and themes in the official repository as HHVM tested,” Puig said. WP Engine is starting to conduct a large round of basic testing to find out which popular plugins are compatible with HHVM. “We’ll be releasing that list to the community as a whole so people know where to look and are also working with plugin developers and theme shops to get their code ready,” he said.

\n

On the HHVM side, WP Engine has been instrumental in paving the way for other open source projects to take advantage of it. Paul Tarjan, Facebook’s head of Open Source for HHVM, highlighted the importance of this partnership in the Mercury announcement:

\n

The WP Engine Labs team has done an impressive job in democratizing HHVM for the open-source community. We are excited to work alongside the Labs team to fine-tune the stack to reach HHVM’s full potential and drastically speed up PHP execution. PHP is the bedrock of Facebook, as well as much of the Internet, and this announcement should come as a major fillip for the entire developer community.

\n

The launch of Mercury means that many more WordPress users will have the opportunity to have their sites running on HHVM. As WordPress-specific issues are ironed out through WP Engine’s collaboration with the HHVM developers, it should become more stable over time.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Nov 2014 22:00: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: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:104:\"WPTavern: WordPress 4.0.1 is a Critical Security Release that Fixes a Cross-Site Scripting Vulnerability\";s:7:\"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=34049\";s:7:\"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:114:\"http://wptavern.com/wordpress-4-0-1-is-a-critical-security-release-that-fixes-a-cross-site-scripting-vulnerability\";s: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:2196:\"

WordPress core contributors released a security update today. All users who have not yet received the automatic update are encouraged to update as soon as possible. WordPress 4.0.1 is a critical security release that provides a fix for a critical cross-site scripting vulnerability, originally reported by Jouko Pynnonen on September 26th.

\n

Sites running WordPress versions 3.9.2 and earlier are affected by the vulnerability. Although installs running 4.0 are not specifically affected, this security update also includes fixes for 23 bugs and eight security issues.

\n

According to the official WordPress version usage stats, only 14.4% of sites are currently running 4.0. This means that the vast majority of WordPress sites and in need of this critical update. A large number of those sites are also running versions that pre-date the automatic background updates that were introduced in WordPress 3.7.

\n

\"wp-versions\"

\n

If you want to keep your site on the cutting edge of security updates, it’s critical to have automatic background updates enabled. If you haven’t manually turned them off, WordPress 3.7+ has automatic updates enabled for minor releases by default. This includes maintenance, security, and translation file updates.

\n

Millions of WordPress sites around the web are being updated to 4.0.1 right now and older releases will be updated to 3.9.3, 3.8.5, or 3.7.5, as outlined in Andrew Nacin’s security release announcement. If you don’t want to wait for the automatic update, you can always go to Dashboard → Updates in the admin and update immediately.

\";s: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 Nov 2014 19:36: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: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:100:\"WPTavern: DigitalOcean Is Now the Third Largest Hosting Provider, WordPress Droplets Account for 23%\";s:7:\"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=33991\";s:7:\"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:108:\"http://wptavern.com/digitalocean-is-now-the-third-largest-hosting-provider-wordpress-droplets-account-for-23\";s: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:3263:\"

\"digital-ocean\"

\n

In just under two years, DigitalOcean has managed to sail past competitors to become the world’s third largest hosting provider, according to a recent report published by Netcraft. The company’s SSD-based cloud hosting products cater to developers and other tech-savvy customers.

\n

As of November, DigitalOcean counts a total 187,866 active users running a cloud server (or “Droplet”), thanks in large part to the company’s affordable pricing structure, which starts at $5/month.

\n

How many DigitalOcean customers are running WordPress?

\n

I spoke with Tyler Hoffman, a DigitalOcean representative, who reports that the the company hosts 13,000 active 1-click WordPress droplets, a number which continues to grow each day. “These WordPress sites account for 3.74% of our total active ‘droplets,\'” he said.

\n

These figures are based solely on users who have deployed DigitalOcean’s 1-click WordPress images and do not take into account any custom WordPress images. The total number of WordPress droplets is likely much higher. In fact, at the end of October, Netcraft reported that “more than 23% of the active sites hosted at DigitalOcean are running WordPress, compared with less than 10% of all other active sites around the world.”

\n

At the moment, the company doesn’t seem to be actively trying to attract WordPress customers. Nevertheless, Hoffman reports that WordPress customers are on the rise. In October 2014, DigitalOcean users launched an average of 220 WordPress droplets per day via the 1-click method, roughly 6,600 per month. As WordPress currently powers more than 23% of the web, it will be interesting to see how much of that market the company will be able to capture.

\n

Netcraft reports that DigitalOcean is currently netting more than 68,000 new customers per month. In general, developers seem to appreciate the speed of deployment, the simplicity of the hosting interface, and the API for managing droplets and resources.

\n

The company is still relatively new to the hosting industry and caters heavily to developers, which makes its rise to being the third largest provider all the more remarkable. Although DigitalOcean’s products don’t necessarily cater to the average non-developer WordPress user, the company seems to have no problem adding WordPress customers to its user base.

\";s: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 Nov 2014 00:23:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:78:\"WPTavern: Dailybolt – It’s Like WordPress Planet For The Genesis Framework\";s:7:\"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=33930\";s:7:\"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://wptavern.com/dailybolt-its-like-wordpress-planet-for-the-genesis-framework\";s: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:2346:\"

If you have trouble keeping up with everything that’s happening in the Genesis WordPress community, you might be interested in a new site created by Andrea Whitmer called The Dailybolt. The Dailybolt publishes excerpts from sites that routinely write about the Genesis Framework by StudioPress. It’s powered by WordPress and uses the Whitespace Pro theme.

\n\"TheThe Daily Bolt\n

The site allows Whitmer to conveniently read material mostly devoted to Genesis without having to use social media or a Feedreader. “Yes, I know how RSS works, but I subscribe to a lot of blogs in several different niches. I kept thinking it would be awesome to have a way to access the latest Genesis tutorials or articles without hunting them down on social media or in my RSS reader,” Whitmer said.

\n

I asked Whitmer if she plans to manually curate articles so the site contains more content dedicated to Genesis, “I created the site after polling my mailing list several months ago and they seemed interested in all the content coming from the community. So as of right now, I don’t plan to cull the other posts. However, I may remove some sites if they consistently publish articles about non-Genesis topics.”

\n

You can subscribe to the site via RSS or email. Those who subscribe by email will receive a daily digest of headlines. Aside from being a cool domain, it’s a convenient way to keep tabs on the Genesis WordPress community which has become a cottage industry. Are there any sites you’d like to see added to The Dailybolt? Give us a link in the 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, 19 Nov 2014 20:37: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: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: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:75:\"WPTavern: New WordPress Plugin Boilerplate Generator Speeds Plugin Creation\";s:7:\"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=33934\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/new-wordpress-plugin-boilerplate-generator-speeds-plugin-creation\";s: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:2937:\"

When version 3.0 of the WordPress Plugin Boilerplate was released, it came with a brand new community website. After three years of continual improvement, creator Tom McFarlin felt that the project had finally matured enough to warrant its own branding and website.

\n

As the boilerplate gained traction, McFarlin started receiving numerous requests for a generator to simplify the process of searching and replacing text strings throughout the boilerplate’s codebase. Although the boilerplate greatly speeds the process of structuring a new plugin to use a standardized, object-oriented foundation, it still requires the developer to manually replace strings for the plugin name, slug, URI and author info.

\n

Fans of the boilerplate have tried different approaches while attempting to come up with a generator, including one that uses a grunt-init template to generate a plugin from the boilerplate. While this solution generates a plugin in about 30 seconds flat, grunt isn’t necessarily a part of every developer’s workflow.

\n

Today, McFarlin introduced a new generator option created by Enrique Chavez, which provides the simplest approach to date. The WordPress Plugin Boilerplate Generator is a web app that generates a plugin without you having to replace any text strings.

\n

\"wpb-generator\"

\n

Simply enter your plugin information into the form on the site. When you click the “Build” button, the app will pull the code from the Boilerplate’s master branch on GitHub and will automatically replace all the necessary text strings. The result is your customized plugin delivered in a tidy zip file. If you use the WordPress Plugin Boilerplate as a starting point for your new plugins, this generator is a handy site to bookmark.

\n

The WordPress Plugin Boilerplate has now been starred more than 2,400 times on GitHub and has been forked more than 600 times. The project currently boasts 46 contributors and continues to grow. McFarlin plans to add more helpful resources to the boilerplate’s community site in early 2015 along with detailed documentation.

\";s: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, 19 Nov 2014 20:02: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: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:37:\"WPTavern: WP eCommerce Has a New Home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=33796\";s:7:\"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://wptavern.com/wp-ecommerce-has-a-new-home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6302:\"

In what has been a long time coming, WP eCommerce has changed the URL of its website from GetShopped.org to WPEcommerce.org. Between the Shopp e-commerce plugin and Getshopped.org, it was confusing as to which product the site represented. The move to a more recognizable URL is the pinnacle of a series of improvements the project has undergone in the past few years.

\n\"WPWP eCommerce Has a New Home\n

A Multi-Year Rewrite of WP eCommerce

\n

At nearly a decade old, WP eCommerce has gone through its share of ups and downs. It has a reputation among some developers in the WordPress community as being bloated and poorly coded. “The purpose of the rewrite is to bring us back up to latest WP coding standards,” Dan Milward, Founder of WP eCommerce, told the Tavern. “When we first released ​WP eCommerce, WordPress had sketchy coding standards at best (WordPress was at v1.5)​. As such, ​making a complex eCommerce Plugin back in the day was difficult and we had to do things in ways that are now frowned upon.”

\n

To put this in perspective, custom post types, taxonomies, and many of the hooks and filters developers rely on today simply didn’t exist. The legacy code has plagued the project from the beginning and is largely responsible for its negative reputation.

\n

Not having a robust set of WordPress coding standards to develop from allowed other eCommerce plugins to enter the market and leap frog over WP eCommerce. “We feel like those days are behind us and that it’s our turn to do some leap frogging.” Milward said. The alignment with today’s coding standards means WP eCommerce has a smaller footprint, runs faster, and is easier to maintain.

\n

A Team Effort

\n

Gary Cao, who previously lead the development of WP eCommerce, helped pave the way towards aligning it with today’s coding standards. Justin Sainton, co-founder of WP eCommerce, has taken over the role and is leading the development of WP eCommerce. Sainton is a well known developer in the WordPress community and has an impressive array of core contributions to WordPress.

\n

Sainton and Milward approach problems from very different yet, complimentary angles. The relationship has helped create a better business allowing each to focus on their core strengths. The WP eCommerce support team has been instrumental in being the front line of the company. “These folks are the front line and they are turning public opinion around in the WordPress.org forums and in premium support​. They are doing a great job at serving the WP community,” Milward said.

\n\"PippinPippin Williamson of EDD With 45 Commits to WP eCommerce\n

Contributions have come from non WP eCommerce core developers as well, including the competition. Pippin Williamson, founder of Easy Digital Downloads, has 45 commits to the project since 2013. In early 2013, Williamson explained in detail why he contributes to WP eCommerce.

\n

I empathize with projects attempting to overcome a bad reputation when they clearly want to earn a better reputation. If you write bad code and never actually try to improve your project then I have a hard time believing you actually care about your users’ experience. The team behind WP e-Commerce is NOT one of those teams that doesn’t care about improving their plugin. They are one of the most down to earth, caring team of developers I’ve met. They really, really care about their users and customers, and they truly want to make WPEC a kick ass plugin again.

\n

Ben​ Huson​, Lee​ Willis​, Jeff​ Shutzman​,​ and Curtis McHale, among others also contribute to the project.

\n

The Future of WP eCommerce

\n

With the launch of the new site complete, Milward says the next feature they’re working on is implementing a theme engine based on the work John James Jacoby put into bbPress and BuddyPress. New object-oriented APIs and integration with the upcoming WP-API are among some of the other features planned for a future release. There will also be improvements to the WP eCommerce marketplace ecosystem for developers.

\n

Time to Give it Another Chance?

\n

WP eCommerce is nine years old and continues to chip away at legacy code, but has made substantial improvements over the past two years. Perhaps it’s time developers and users give it another chance. WP eCommerce is free to use and available in the WordPress plugin directory. If you’ve recently launched a project or use WP eCommerce, feel free to share your experience in the 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, 19 Nov 2014 18:30: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: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: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:65:\"WPTavern: Automattic Open Sources Its DMCA Process Docs on GitHub\";s:7:\"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=33856\";s:7:\"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://wptavern.com/automattic-open-sources-its-dmca-process-docs-on-github\";s: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:2791:\"\"photophoto credit: Peter Slutsky\n

A couple months ago, Automattic made headlines with its public dismissal of Janet Jackson’s spurious claims of trademark and copyright infringement. Jackson is now a fixture in the company’s Hall of Shame, along with others who have issued abusive takedown demands. Automattic considers these a threat to freedom of speech and has even taken to the courts to protect users from DMCA abuse.

\n

Today, the company is open sourcing its DMCA process docs under the Legalmattic repository on GitHub, which sports the tagline “Democratizing WordPress.com legalese since 2014.” This collection of documents contains more than two dozen ‘predefined replies’ that Automattic uses when corresponding to various parties in the event of a complaint. It also includes a copy of the DMCA Takedown Notice and Counter Notice documents.

\n

The team at Automattic hopes that the open source DMCA process docs will help others to more easily implement their own processes for dealing with takedown notices. These documents are a valuable resource for small businesses and individuals who don’t have a legal team at their disposal to draft up appropriate replies to complaints. The DMCA process docs are released under the Creative Commons Attribution-ShareAlike 3.0 license and users are encouraged to re-use and edit them for their own purposes.

\n

Whether you administer a large blogging network or simply maintain a small blog of your own, Automattic’s predefined responses may provide a good starting point for getting a grasp on the language and the process of dealing with DMCA complaints.

\";s: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, 18 Nov 2014 23: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: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:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: I18n and RTL Support Are Top Priorities For Web Savvy Marketing\";s:7:\"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=33898\";s:7:\"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://wptavern.com/i18n-and-rtl-support-are-top-priorities-for-web-savvy-marketing\";s: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:3461:\"\"photophoto credit: Sarah Elizabeth Altendorfcc\n

This year’s State of the Word at WordCamp San Francisco emphasized WordPress going global through improvements to internationalization. This year also marks the first time non-English downloads of WordPress have surpassed its English counterpart.

\n

Catering to Customer’s Needs

\n

With WordPress raising the bar, it won’t be long until users and customers expect themes and plugins to be translatable and available in multiple languages. Rebecca Gill, of Web Savvy Marketing, announced its catalog of themes are now translatable and coded for localization and multilingual use.

\n

In her post, Gill explains the thought process behind the move.

\n

If 50% of our product sales are internationally based, then I need to spend time making sure these buyers are being taken care of and clearly I wasn’t. I was expecting this to be handled by Genesis, the WordPress core, or translation plugins.

\n

I didn’t realize how badly I was ignoring the needs of our international customer base. And for that, I am truly sorry.

\n

The work was completed through a collaborated effort between Carrie Dils, Nir Rosenbaum, and Gary Jones. Each theme has been updated to include I18n and RTL (Right to Left) support. Files included in each theme are:

\n\n

Ever theme is an opportunity to learn techniques, code, and best-practices. I believe the quickest way to make an impact and to raise awareness is for commercial theme companies to support and advertise I18n and RTL as cool features.

\n

The fact these improvements are part of a smart business move doesn’t detract from their importance. The more theme developers and companies who place I18n and RTL near the top of the priority list, the better.

\";s: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, 18 Nov 2014 23:02: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:\"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: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:41:\"WPTavern: 20 Reasons To Attend 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=33784\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wptavern.com/20-reasons-to-attend-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:1832:\"

Ask twenty people why you should go to a WordCamp and you’ll likely receive 20 different answers. A recent post by Waseem Abbas, of Cloudways, is proof positive. He asked 20 different members of the WordPress community, including yours truly, why you should attend a WordCamp. He’s compiled the answers into a slidehsare document.

\n

\n
\n

Like Heather Baker Steele, I view WordCamps as family reunions with family members I want to socialize with! The WordPress family continues to grow rapidly every year and WordCamps are opportunities to not only strengthen relationships but also to create new ones.

\n

Check out the official WordCamp schedule to see if there’s an event near you. Also check Meetup.com to see if there’s a WordPress meetup close by. WordPress meetups are like WordCamps but on a much smaller scale.

\n

Last but not least, if you’re planning on going to your first WordCamp, read this survival guide by Carrie Dils. The guide contains advice that improves the chance you’ll have a great experience.

\n

What’s your reason for attending 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Nov 2014 20:59: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: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:78:\"WPTavern: Postmatic Now Supports 1-Click Migration of Subscribers from Jetpack\";s:7:\"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=33854\";s:7:\"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:88:\"http://wptavern.com/postmatic-now-supports-1-click-migration-of-subscribers-from-jetpack\";s: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:2990:\"

\"postmatic\"

\n

Postmatic is hoping to revolutionize WordPress comments by giving readers a way to subscribe to new posts/comments via email and leave a comment by simply hitting reply. Since email is usually the way most people find out about comments, having the ability to reply without leaving your inbox in convenient, especially when you’re on the go.

\n

Postmatic’s post and comment subscriptions feature is quite similar to Jetpack’s subscriptions module. Jetpack is the plugin’s strongest competitor. While both plugins are free and perform similar functions, Postmatic includes the added ability to reply by email, subscription invitations, and a mobile-friendly email template that is fully customizable.

\n

Today, Postmatic’s co-founder Jason Lemieux announced that the plugin now supports single-click migration of subscribers from Jetpack. The beta 6 version of the plugin introduces a secure importer that will copy over all of your new post notification Jetpack subscribers in a matter of seconds.

\n

\"postmatic-jetpack-import\"

\n

Beta 6 adds a native Postmatic exporter to allow users to export their subscribers, along with subscription preferences, to a CSV file. Postmatic’s creators are also gradually adding to a shortcode whitelist that will allow the display of third-party shortcode content in emails.

\n

The plugin is available on WordPress.org and is production ready but is still in limited-release beta. Postmatic is releasing a few hundred API keys per week to those who sign up for beta access.

\n

In the future, the Postmatic creators hope to monetize the plugin by offering paid delivery of outgoing mail for larger sites, Lemieux told Post Status in a recent interview. They also have an extensive list of planned features. The basic Postmatic plugin, however, will remain free for any number of blogs with any number of posts and subscribers.

\";s: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, 18 Nov 2014 20:08:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:85:\"WPTavern: Gigaom’s Blazing Fast WordPress Search is Enhanced by Sphinx and Scriblio\";s:7:\"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=33789\";s:7:\"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://wptavern.com/gigaoms-blazing-fast-wordpress-search-is-enhanced-by-sphinx-and-scriblio\";s: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:5021:\"

Gigaom has been pumping out a steady stream of news and analysis on technology since 2006. The WordPress-powered site attracts 6.5 million monthly unique visitors with topics ranging from science and energy to cloud businesses, media and mobile.

\n

With years of articles buried in its archives, it’s important for Gigaom to have a solid search experience. The site’s engineering team, led by Casey Bisson, opted to utilize Sphinx in order to improve upon WordPress’ native searching capabilities.

\n

The result is a super fast dedicated search page at search.gigaom.com that features the ability to further narrow results based on available terms.

\n

\"gigaom-search\"

\n

The advanced search feature was built using a combination of several open source plugins built by Bisson. These plugins integrate Sphinx and taxonomy filtering to help users more easily explore Gigaom’s wealth of content. All the tools are open source and were contributed back to the community for anyone to use.

\n

What is Sphinx?

\n

Sphinx is a GPL-licensed full text search server that was created to be highly performant while returning the most relevant results. In order to integrate it with WordPress, Bisson developed Gigaom Sphinx. The plugin pulls WordPress posts into Sphinx and then queries them using the standard WP_Query class.

\n

Gigaom Sphinx requires that you first install Sphinx and then set it up with the sample config file, which includes parameters to index the site’s content. Once the site is fully indexed in Sphinx, WordPress query performance will be greatly improved.

\n

\"sphinx-config\"

\n

Scriblio

\n

In order to further filter results, Gigaom uses Scriblio, a plugin that provides faceted searching and browsing of WordPress posts, pages, and custom post types. This enables users to further narrow down results based on taxonomies and their available terms. The facets are easily added via configurable widgets, which you can include on your site’s search, tag and category archives, and other archive pages.

\n

Search results can be filtered using multiple terms. This allows visitors to quickly nail down the most relevant content.

\n

\"example-search\"

\n

The facets can be displayed as either tag clouds or lists, as shown above. Scriblio’s search editor widget will show the selected search terms and allows the user to easily add or remove terms while automatically updating results.

\n

The plugin also includes live search suggestions as you type. These recommendations are based on all available taxonomies as well as post titles.

\n

bCMS

\n

The last plugin required to create Gigaom’s unique search experience is bCMS, which was also developed by Bisson. It enhances WordPress’ CMS capabilities in a number of ways and includes a setting to enable full text keyword indexing.

\n

For a full rundown of Gigaom’s searching capabilities, check out the FAQ item devoted to search. Thanks to Bisson and the Gigaom team, these tools are available for any WordPress site administrator to use. If you need more fine-grained sorting capabilities for search results, the combination of Gigaom Sphinx, Scriblio and bCMS is a solid option.

\";s: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, 18 Nov 2014 05:56: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:\"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: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:109:\"WPTavern: Installatron Partners With Clef to Add Two-Factor Authentication to Automated Installs of 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://wptavern.com/?p=33735\";s:7:\"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:119:\"http://wptavern.com/installatron-partners-with-clef-to-add-two-factor-authentication-to-automated-installs-of-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:2729:\"

In a bid to protect as many users as possible by default, Clef has partnered with Installatron. Founded in 2004, Installatron is one of the most popular script installers used on the web. Similar to Fantastico and Softaculous, Installatron is a script installer that enables users to quickly install more than 170 different applications including, WordPress, Drupal, and Joomla.

\n\"InstallatronInstallatron Apps\n

Clef is a mobile app that replaces usernames and passwords, enabling users to log in easily with their smartphones. The Clef WordPress plugin is growing rapidly in popularity, with over 130,000 downloads and over 15,000 sites using the service. The partnership enables automated WordPress installs from Installatron to have Clef support out of the box. The partnership also enables webhosts that use Installatron to be added to Clef’s Safer Hosts Program.

\n

“Making two-factor accessible around the web is a critical step in securing our lives online,” said Brennen Byrne, CEO at Clef. “Protecting new users by default, instead of requiring research and expertise, is how we will build a safer Internet. Installatron has been a leader in providing secure infrastructure for their huge customer base and we’re excited to be a big part of it.”

\n

Earlier this year, Clef partnered with Softaculous to provide two-factor authentication to automated WordPress installs. By leveraging partnerships with companies like Softaculous and Installatron, Clef is rapidly making a huge impact in securing the web by default.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Nov 2014 00:21:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:49:\"WPTavern: SIDEKICK Delays The Release of Composer\";s:7:\"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=33730\";s:7:\"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://wptavern.com/sidekick-delays-the-release-of-composer\";s: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:5566:\"\"SIDEKICKphoto credit: diffendalecc\n

Among the festivities at WordCamp Toronto 2014, was the planned release of Composer by SIDEKICK. Instead, Composer has been delayed and the release date is to be determined. According to the announcement, the plugin and its architecture are not ready for customers just yet. In a FAQ accompanying the post, SIDEKICK Co-founder, Ben Fox, gives more details on what’s not ready.

\n

A little bit of everything really. The new architecture which is going to power SIDEKICK Composer and the new version of our Player is kick-ass and working but the integration between it, the new account centre, the billing system and Composer itself is still “fragile”.  Add to that the fact that the new version of our website, which is necessary to power the front-end of the new Account Center, isn’t complete yet and we have a recipe for launch disaster.

\n

Although it is disappointing to those who expected to purchase Composer over the weekend, at least one person cites the news as a good example of what to do when you’re not ready to launch a product.

\n

This is what you do when your software isn’t quite ready to go by launch date: http://t.co/pEkKNbPvUw

\n

— Aaron Hockley (@ahockley) November 15, 2014

\n

\n

Since the news broke, SIDEKICK has received an unexpected outpouring of support. “Something like 30 direct emails, numerous tweets and FaceBook messages plus we were approached at WordCamp Toronto by many people who offered their support for our choice,” Fox told the Tavern. Several people have commended SIDEKICK for its transparency. “What really got me though was not just the understanding our customers and community have shown but also the praise for our direct and transparent communication.”

\n

Finding The Balance Between Good Enough and Don’t Ship

\n

Despite a lot of talk in the WordPress community around the idea of “just ship it“, SIDEKICK decided to hold off to fix a few loose ends. In an essay by Matt Mullenweg entitled “1.0 Is The Loneliest Number,” he uses Apple as an example of a company that’s not afraid to ship a rudimentary version 1.0 to the public. The essay goes on to describe the idea of ship early, iterate often and how it’s the approach used to develop WordPress.

\n

By shipping early and often you have the unique competitive advantage of hearing from real people what they think of your work, which in best case helps you anticipate market direction, and in worst case gives you a few people rooting for you that you can email when your team pivots to a new idea. Nothing can recreate the crucible of real usage.

\n

You think your business is different, that you’re only going to have one shot at press and everything needs to be perfect for when Techcrunch brings the world to your door. But if you only have one shot at getting an audience, you’re doing it wrong.

\n

The challenge of releasing the first version of a product or service is one many companies are familiar with. Composer is not ready for prime time but the question is, how will Fox and his team determine when it’s ready? “SIDEKICK will never be perfect in our eyes and we waited until the last possible moment to make the call because we wanted to make sure we weren’t releasing simply out of a need for perfection,” Fox told the Tavern. “I can’t speak for the entire community or other startups but I can tell you that while we’re not afraid to release a product that’s not ‘perfect’, we will never release something that doesn’t work as advertised just for the sake of making a release date.”

\n

Where is The Happy Medium?

\n

When it comes to releasing a product, there appears to be a happy medium of being good enough for consumer adoption but not bad enough to delay the release. As a product developer or service provider, how do you determine when your product or service has reached the happy medium and what factors go into the decision? Let us know in the 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, 18 Nov 2014 00: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: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: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:16:\"Matt: Peak Beard\";s:7:\"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=44527\";s:7:\"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:32:\"http://ma.tt/2014/11/peak-beard/\";s: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:537:\"

“If, like me, you are a staunch pogonophile and do not believe there is a single man who cannot be improved with a beard, these are happy times indeed.” The Guardian asks Have we reached peak beard?. Also check out their take on the lumbersexual, which a closet full of plaid shirts might indicate I’m trending toward.

\";s: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, 17 Nov 2014 19:53: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:93:\"WPTavern: WP Slack Plugin Sends Notifications to Slack Based on Events Triggered 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://wptavern.com/?p=33712\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wptavern.com/wp-slack-plugin-sends-notifications-to-slack-based-on-events-triggered-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:5580:\"

\"wp-slack\"

\n

In a matter of months, Slack has managed to become the favorite communication tool for thousands of businesses, boasting more than 250,000 daily active users, with roughly 30% of them paying for the service. The company recently acquired $120 million to fund further growth and is now valued at $1.1 billion dollars.

\n

While Slack helps teams get things done together, much of the actual work happens outside of the app. That’s why the Slack API offers the ability to add new Incoming WebHooks to integrate outside services. With WordPress powering 23%+ of the world’s websites, it’s important to have an easy way to bring in notices from those sites.

\n

Self-hosted WordPress installations have the option of using the Slack plugin, created by Akeda Bagus, a developer with X-team. Last week we featured the bbPress Slack Integration plugin, which allows you to send notifications of new bbPress topics and replies to your Slack channel of choice. WP Slack performs a similar function for general WordPress events.

\n

The plugin is capable of notifying Slack, based on a few basic events:

\n\n

Additionally, it includes a slack_get_events filter for adding more events. The documentation provides an example of creating a new event that will notify Slack when a user is logged in:

\n
add_filter( \'slack_get_events\', function( $events ) {\n    $events[\'user_login\'] = array(\n        \'action\'      => \'wp_login\',\n        \'description\' => __( \'When user logged in\', \'slack\' ),\n        \'message\'     => function( $user_login ) {\n            return sprintf( \'%s is logged in\', $user_login );\n        }\n    );\n\n    return $events;\n} );
\n

Configuration inside the WordPress admin is simple. Once you’ve set up the webhook with Slack, you simply paste it into the Service URL field when setting up an integration:

\n

\"slack-integration\"

\n

WP Slack allows you to set up multiple integrations so you can send notices to different channels. Notices can also be temporarily deactivated and turned back on a later time. When you finish setting up an integration, the plugin allows you to fire off a test notification to ensure that it’s working correctly.

\n

\"channel-notification\"

\n

Bagus has also developed a suite of free extensions that notify Slack based on events triggered by other plugins:

\n\n

These plugins make it possible to keep your team notified of new orders on a WooCommerce or EDD-powered store, or even website inquiries from your site’s contact form. Each extension requires the Slack plugin to be installed first.

\n

While the plugin author hasn’t announced plans to add this feature, it might be useful to have support for Outgoing Webhooks as well. That would make it possible for WordPress to get information back from Slack based on public triggers used in the channel. The possibilities for this could be interesting. For example, you could set up a trigger that automatically creates a new draft or perhaps publishes a one-sentence summary of a quick meeting.

\n

The Slack plugin for WordPress is available in the official Plugin Directory. You can also find the project on GitHub where pull requests are welcome.

\";s: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, 17 Nov 2014 18:35: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: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: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:39:\"Matt: Munchery is Eating the Restaurant\";s:7:\"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=44307\";s:7:\"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://ma.tt/2014/11/munchery-is-eating-the-restaurant/\";s: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:285:\"

Munchery is Eating the Restaurant, a cool write-up of Munchery which I’ve been a long-time fan of and is an Audrey company. Whenever I’m in SF I order from Munchery.

\";s: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, 16 Nov 2014 18:32: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:34:\"Matt: Government Going Open Source\";s:7:\"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=44520\";s:7:\"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://ma.tt/2014/11/government-going-open-source/\";s: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:195:\"

As open source goes mainstream, institutions collaborate differently.

\";s: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, 15 Nov 2014 16:56: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:56:\"WPTavern: WordPress 4.1 Beta 1 Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=33564\";s:7:\"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://wptavern.com/wordpress-4-1-beta-1-now-available-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3042:\"

WordPress 4.1 beta 1 was released into the hands of eager testers today, just in time for the weekend. John Blackbourn announced the beta and outlined a list of features and improvements that you’ll want to put through the paces. The most visible items include the following:

\n\n

The items listed do not include everything that’s coming in 4.1, but rather the features that require the most testing before the official release. There are also many improvements under the hood for developers to test:

\n\n

The Focus project (the new DFW) was merged into core along with the user session UI. So far, reaction to the new distraction-free writing mode has been mixed, with the most vocal feedback coming from those who are not looking forward to turning the feature off on multiple sites. WordPress core contributors will be gathering feedback during the beta period in order to determine whether or not the new DFW mode will be shipped as “on” by default. Having it off by default decreases users’ ability to discover the new DFW mode, but it would also help it to be more universally well-received.

\n

If you want to jump in and help test 4.1 beta 1 with all its exciting improvements, the easiest way is to get hooked up with the WordPress Beta Tester plugin. This will allow you to update your test install to use the “bleeding edge nightlies.” The other option is to download the zip file from Blackbourn’s beta 1 announcement post.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Nov 2014 23:15: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:\"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: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:19:\"Matt: Embrace HTTPS\";s:7:\"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=44518\";s:7:\"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:35:\"http://ma.tt/2014/11/embrace-https/\";s: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:139:\"

9 Reasons Why News Media Sites Should Embrace HTTPS in 2015.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Nov 2014 22:09:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: DevriX and Emil Uzelac Team Up to Produce Masonry, A Free WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=33643\";s:7:\"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://wptavern.com/devrix-and-emil-uzelac-team-up-to-produce-masonry-a-free-wordpress-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5454:\"

Masonry is a new free WordPress theme with an elegant 1-column design. You’d be hard-pressed to find a theme that is easier to set up. It offers just a handful of options built into the native customizer, including the ability to customize the header colors and header background image.

\n

The theme is mobile-friendly, with a hidden sidebar that houses the primary navigation and widgets. It also has support for a footer menu and a social links menu at the top. With the help of the Regenerate Thumbnails plugin, you can have an existing site looking just like the Masonry demo in a matter of a couple minutes.

\n

\"masonry\"

\n

The Story Behind Masonry: A WordPress.org Theme Collaboration

\n

There’s a unique story behind the creation of this theme. Masonry was started as a collaboration project between WordPress theme designer Emil Uzelac and DeviX, a development company founded by Mario Peshev and Stanko Metodiev.

\n

Uzelac is most well-known for his work on the WordPress.org Theme Review Team and his popular free Responsive theme that was eventually acquired by CyberChimps. He put out a tweet, announcing his availability:

\n

You have a WordPress project and I have 2 weeks free, let’s talk! #WordPress

\n

— Emil Uzelac (@emiluzelac) September 7, 2014

\n

\n

Uzelac was Peshev’s mentor for the Theme Review Team in 2011 before he promoted him to a reviewer. This was back in the days when you had to pass more than a dozen test reviews before moving on. “Emil is super dedicated to the WPTRT and a great person and should not be left unemployed at any time,” Peshev said. He responded to his tweet, and a theme collaboration was born.

\n

DevriX set out some ideas for the theme and then hired Uzelac to design and develop it. “We have added several things and will keep maintaining it, but we paid him for a full zip file that was (almost) ready to go on WordPress.org,” Peshev said. “Since he’s one of the TRT admins, it was the easiest way to cover the hundreds of requirements there.”

\n

Peshev said that DevriX gets no practical business benefit from the theme, as the company doesn’t perform customization or installation services. He saw it as a good way to give back to the community while also helping volunteers to find more work for their expertise.

\n

Making the Theme Review Team More Visible

\n

As a result of this collaboration experience, Peshev discovered that there is no easy way for people to find and hire those who are skilled at preparing a theme for approval on WordPress.org. He suggested that a directory of Theme Review team members might be a good idea for promoting the folks who have these abilities.

\n

There is no clear way to hire any of them for theme reviews or building a theme following the WordPress.org guidelines. I assume that small and medium agencies would be willing to pay for professional reviews or getting themes built for any reason, which would support both parties. I’ve had several clients paying for code reviews and fixing themes in order to get them in the WordPress.org Theme Directory.

\n

In the past, themes have sometimes taken months to go through the process, after getting rejected a few times and then finally gaining approval. Hiring someone to help prepare a theme to pass WordPress.org guidelines can save a company a good chunk of time. “Given the 4-6 week period to get a theme reviewed, that’s a valuable service,” Peshev said.

\n

A directory would help people in the community to be able to identify the qualified Theme Review Team volunteers available to hire for code review, even for products that are marketed outside of WordPress.org. “Same goes for all the other teams that don’t get props in the Core releases, such as docs, polyglots and accessibility” Peshev said. “In this case, theme reviewers are not listed anywhere and not publicly available for hire (for new themes or professional reviews).”

\n

In the case of Uzelac and Peshev’s collaboration, the end result is a nice free theme for the community to enjoy. With all the volunteer hours put into reviewing themes for WordPress.org, do you think reviewers could benefit from being listed in a directory? Or would this needlessly complicate the relationship between reviewers and submissions on 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Nov 2014 22:09: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: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: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:80:\"WPTavern: Flynn O’Connor on Organizing and Marketing a WordCamp for Developers\";s:7:\"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=33505\";s:7:\"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://wptavern.com/flynn-oconnor-on-organizing-and-marketing-a-wordcamp-for-developers\";s: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:7717:\"

\"WordCamp

\n

One topic to come out of the discussion surrounding the cost to attend LoopConf is the idea that WordCamps can’t be developer focused. One of the most exciting aspects of LoopConf is the chance to dive deep into technical discussions. WordCamps generally cater to a wide range of skill levels, which some feel prevent these types of discussions from occurring.

\n

There’s nothing in the WordCamp guidelines that state WordCamps have to cater to all experience levels, it’s just what most organizers do based on the needs of their local community. In 2011, Morten Rand-Hendriksen organized an event called WordCamp Developers held in Vancouver, BC. WordPress developers and designers interested in learning about practical, applied WordPress development by industry leaders and local WordPress practitioners attended the event.

\n

Earlier this year, Flynn O’Connor co-organized WordCamp Vancouver, BC Developer Edition. It was a one day event filled with WordPress developer topics including, an introduction to the command line, advanced custom fields, and getting started with unit tests. I interviewed O’Connor to find out how he marketed the event and what he did to achieve a relevant audience.

\n

Interview With Flynn O’Connor

\n

At what point did you realize you needed to have a Developer Edition of WordCamp Vancouver?

\n

This is something that our team discussed after the previous year’s WordCamp completed. There was a desire to not only create a camp for WordPress developers but also a WordPress focused event that would be of interest to the larger tech community within Vancouver to see what WordPress could do. While attending other events like CascadiaJS conference, I found myself correcting a lot of people’s old pre-conceived notions of what WordPress is and can do now.

\n

How did you market WordCamp Vancouver Developer Edition so that a majority of the attendees are developer or designer oriented?

\n

We tried to be clear with our content that this event was going to focus on building with WordPress and not necessarily about end user topics. In emails, on the website, social media and in community posts like the one WPTavern published about our event we tried to get the message out that if you can or wanted to know how to build on WordPress, this would be an event for you.

\n

We also connected with other tech related meet up groups and asked for the assistance in getting the word out about our event and reached out to several schools that offered web development programs and offered their students discount tickets. Even so, there are some people who are going to attend because they’re aware of WordPress and want to see what it’s all about but don’t know how to design or develop for it. From our experience, we’ve found you can’t really stop that.

\n

What type of feedback did you get after the event? Did some attendees complain that the content was over their head?

\n

Yes, we did get some people who said some of the talks were advanced for them. But from the ones I talked to that brought this up, quite of a few of them were not discouraged by this. We can’t cater to everyone and make everyone happy but if we provide our attendees content that will challenge them, then hopefully, we are encouraging them to learn more and helping them to become better developers.

\n

What advice can you give to organizers who want to put on a developer focused WordCamp?

\n

Reach out to the tech community beyond WordPress, not only for attendees but also speakers. Many of them will be happy to help. Don’t be afraid of the content being too advanced for some attendees but try to balance out the talks so that less experienced developers don’t feel overwhelmed the entire time.

\n

Talk to meet up and smaller local event planners to get a sense for your community’s general skill level so you can better anticipate likely attendance levels for the more advanced talks. I am one of the co-organizers for the Vancouver meet up and I focus on the dev branch, so I had a decent idea of how many high level developers in our community would actually attend these events.

\n

Understanding The Needs Of The Local Community

\n\"Localphoto credit: arimoorecc\n

Organizers are encouraged to experiment and break from the mold while still following the guidelines. WordCamp Vancouver Developer Edition proves it’s possible and if you look at their budget sheet, it cost just over $18,000. So not only can organizers create a WordPress developer centric event using the WordCamp branding, the financial support of doing so makes it much more affordable.

\n

One of the keys to the success of WordCamp Vancouver for developers and designers is understanding the needs of the local WordPress community. If there is sufficient demand and the community is large enough, consider organizing an event in your area. There’s also no rules in the guidelines that limit the amount of WordCamps per year in a given city. This means organizers can continue to have traditional WordCamps while organizing a separate event catered to developers.

\n

I want to know from those who have organized 500-1,000 person WordCamps if you plan to branch out and create smaller, niche events while using the WordCamp branding? If so, please let us know in the comments. Also feel free to share concerns, ideas, or ask questions related to organizing a niche event.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Nov 2014 20:33:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:67:\"WPTavern: WPWeekly Episode 170 – I’ve Got Your Drama Right Here\";s:7:\"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=33629&preview_id=33629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/wpweekly-episode-170-ive-got-your-drama-right-here\";s: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:3719:\"

Since our guest couldn’t make it due to illness, Marcus Couch and I took the opportunity to thank all of the wonderful listeners who responded to our call to action in episode 169. I followed up the first segment with a 10-15 minute rant beginning at 13:25 on WP Drama. Marcus and I agree that it’s a dismissive term and doesn’t offer anything productive to the WordPress ecosystem. After the rant, we discuss the news of the week and Marcus gives his two-word review of Ghost.

\n

Stories Discussed:

\n

WooConf, The First Ever Conference Dedicated to WooCommerce Deemed a Success
\nWhy WordPress Doesn’t Need to Fear Ghost, Yet
\nJohn James Jacoby Launches Indiegogo Campaign to Fund BuddyPress, bbPress, and GlotPress Development
\nHappy Joe Uses WordPress to Train and Help Veterans Find Careers in Web Technology

\n

Plugins Picked By Marcus:

\n

Google Webfont Optimizer finds every Google Fonts request and bulks them together so the site only asks Google once for the fonts instead of multiple times.

\n

Note is a simple and easy to use widget for editing bits of text, live, in your WordPress front-end Customizer. Note was recently reviewed on WP Tavern.

\n

BAW Login/Logout menu enables you to add a real login/logout item menu that autoswitches when a user is logged in or out. You can also configure a redirect for the login/logout action.

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, November 19th 9:30 P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Subscribe To WPWeekly Via RSS: Click here to subscribe

\n

Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe

\n

Listen To Episode #170:
\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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Nov 2014 15:01:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:29:\"Matt: US Internet Competition\";s:7:\"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=44355\";s:7:\"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://ma.tt/2014/11/us-internet-competition/\";s: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:741:\"

In the United States, the Federal Communications Commission in 2002 reclassified high-speed Internet access as an information service, which is unregulated, rather than as telecommunications, which is regulated. Its hope was that Internet providers would compete with one another to provide the best networks. That didn’t happen. The result has been that they have mostly stayed out of one another’s markets.\n

\n

Why the U.S. Has Fallen Behind in Internet Speed and Affordability. Also has one of my favorite animated GIFs I’ve seen in a Times story.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Nov 2014 02:05: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"WPTavern: Get Jetpack’s Markdown Module Without Using Jetpack\";s:7:\"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=18338\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/get-jetpacks-markdown-module-without-using-jetpack\";s: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:3464:\"

Anas H. Sulaiman is a WordPress plugin developer who has created several extensions that extract modules from Jetpack so that they can be used independently. He recently renamed his WordPress.org profile to “JP Bot” and is gradually adding to his collection of Jetpack-extractions:

\n

\"jp-bot-plugins\"

\n

One of his most popular plugins is JP Markdown, which essentially duplicates Jetpack’s Markdown module. It allows you to compose WordPress content in Markdown and have it published as HTML. I gave the plugin a test run and found that it works as advertised:

\n

\"markdown-test\"

\n

JP Markdown even includes the “Use Markdown for Comments” feature that you can enable under Settings > Discussion. This plugin is a solid option if you like the Markdown module in Jetpack but don’t want everything else that comes with it.

\n

The JP Bot family of plugins extracted from Jetpack currently includes:

\n\n

Using Jetpack requires being connected to WordPress.com. While some users appreciate the convenience and professional support they receive from the Jetpack team, there are many who have reservations about hooking their site up to another third-party service. JP Bot’s collection of Jetpack-extraction plugins offer you an alternative to many of Jetpack’s most popular modules. For more alternatives to Jetpack, check out 15+ Plugins To Get Jetpack Functionality Without Using Jetpack.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Nov 2014 00:22: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: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: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:86:\"WPTavern: Taxonomy Filter: A Simple Plugin to Filter Taxonomies in the WordPress Admin\";s:7:\"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=33566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wptavern.com/taxonomy-filter-a-simple-plugin-to-filter-taxonomies-in-the-wordpress-admin\";s: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:3323:\"\"photophoto credit: H. Michael Arrighicc\n

When WordPress is used heavily as a content management system, taxonomies play a very important role for grouping information. While your standard blog might only have a handful of categories, more content-heavy sites can include hundreds of terms within custom taxonomies.

\n

Scrolling through an impossibly long list of categories or terms can be a clunky experience in the post editor. Taxonomy Filter is a new solution for this, created by Andrea Landonio, a software engineer at Condé Nast in Milan.

\n

The plugin allows users to filter hierarchical term taxonomies inside the WordPress admin. Specifically, it adds a custom input field for filtering taxonomies when a user is assigning them in the post editor. Here’s an example with the default category taxonomy:

\n

\"category-filter\"

\n

Categories are automatically narrowed down as you type, so that you can easily locate the one you’re looking for.

\n

\"category-filtering\"

\n

The Taxonomy Filter plugin has a settings page that allows you configure which taxonomies you want to make filterable. Currently, it only works with hierarchical taxonomies, including default categories and custom taxonomies. (It does not support non-hierarchical tags.)

\n

The settings page gives you two options:

\n\n

I tested the plugin and found that it works as advertised to quickly filter taxonomies. One added benefit is that it’s likely to keep users from impatiently creating new categories when they overlook an existing category due to too much scrolling. The instinct is to just create a new one which may have a similar name to one that already exists. This further bloats the list and makes categories less effective for grouping content.

\n

Installing the Taxonomy Filter plugin is one small way that you can make assigning a taxonomy a little more convenient and less clunky in the admin. Download it for free from 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Nov 2014 20:55: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: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: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:63:\"Lorelle on WP: WordPress Vancouver Social Meetup Sunday, Nov 16\";s:7:\"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:37:\"http://lorelle.wordpress.com/?p=12005\";s:7:\"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:88:\"http://lorelle.wordpress.com/2014/11/13/wordpress-vancouver-social-meetup-sunday-nov-16/\";s: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:474:\"The next WordPress Social Meetup in Vancouver, Washington, is this Sunday, November 16 at 4-7PM. Reserve your spot now on the WordPress PDX Meetup page. We will be getting our social WordPress on in the the Parkway Plaza Building near the Vancouver Mall, a quick hop for those crossing I-205 from Portland or up I-5 […]\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Nov 2014 16:24:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Lorelle VanFossen\";s: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:76:\"WPTavern: Focus Project and Session UI Approved for Merge Into WordPress 4.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=33514\";s:7:\"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://wptavern.com/focus-project-and-session-ui-approved-for-merge-into-wordpress-4-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4571:\"

John Blackbourn announced this afternoon that he will be merging the Focus Project into WordPress core ahead of the upcoming 4.1 release. Last week Jeff Chandler explored how the Focus Project plans to enhance distraction-free writing in WordPress. If you haven’t been following the project, it’s essentially a complete re-think of the way WordPress has approached the DFW feature.

\n

\"dfw\"Mark Jaquith posted a demo video of the feature earlier this week when proposing it to be merged into core for 4.1. If you haven’t tested it yet, this video gives you a good idea of how the feature will work.

\n

In general, WordPress users have found distraction-free writing to be a valuable experience but are dissatisfied with the disconnect of being separated from the rest of the publishing tools in the editor. The Focus Project minimizes the transition, automatically fading the non-essential parts of the editor when you start typing. It keeps the the publishing tools just a mouse swipe away.

\n

The old DFW button is now changed to be a disabling toggle. For the 4.1 beta, this new feature will be automatically on, and WordPress core contributors will use this time to gather feedback and decide whether or not it should be on or off by default. If left on by default, it will be the most visible new feature in 4.1, since it impacts anyone who uses the content editor.

\n

Session UI Approved to Merge Into Core

\n

The second item approved for merge into 4.1 is the user session UI, which is essentially a button that displays when a user has more than one active session. When clicked, the button will log the user out of all other sessions.

\n

During today’s core development chat, Blackbourn also outlined plans for the putting the session UI feature on track for future improvements. “We’ll use the session UI repo on GitHub for future iterations (and we’ll do it as a proper feature plugin too if necessary),” he said. “Or it might just not be developed any further.”

\n

He also clarified that planned improvements to extension installation and update screens will not make it into this release. “So unfortunately due to the work that some core folks have been doing on 4.0.1, the improvements that were slated for the plugin and theme install (and update) screens has not progressed past mockups, so that has been shelved for 4.1,” Blackbourn said.

\n

Shared Terms Will be Split in WordPress 4.1

\n

Under the hood, developers can look forward to progress on the taxonomy roadmap. Boone Gorges has made huge strides in fixing issues with shared terms. Unraveling this knot was an extraordinary feat, not unlike navigating through a minefield, when it comes to backwards compatibility.

\n

As of 4.1, updating a shared term will cause it to be split into two separate terms. This solves a common problem where you update a term and have the others changed unintentionally. It also paves the way for more exciting improvements to taxonomy meta and post relationships, as Andrew Nacin outlined last year.

\n

The new Twenty Fifteen default theme should also ship in this release, ready just in time for the new year. Blackbourn and contributors are aiming to have WordPress 4.1 beta 1 available Thursday around lunchtime GMT. The official release is scheduled for the week of December 8th.

\";s: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, 13 Nov 2014 00:28:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:83:\"WPTavern: bbPress Slack Integration: Send New Topics and Replies to a Slack Channel\";s:7:\"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=33359\";s:7:\"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://wptavern.com/bbpress-slack-integration-send-new-topics-and-replies-to-a-slack-channel\";s: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:3290:\"

\"slack-logo\"

\n

WordPress recently adopted Slack as its primary communication tool for contributor teams, largely replacing IRC. When trac tickets are mentioned in Slack, they are automatically linked up, which helps contributors reference and connect discussions. So far, the app has been enthusiastically received, especially since it offers a far more mobile-friendly option for asynchronous communication.

\n

WordPress-related projects outside of core have also started using Slack for team collaboration. Contributors to the Pods Framework are finding Slack to be instrumental for staying connected. That’s why Josh Pollock, community manager for the project, created bbPress Slack Integration. This new plugin allows you to send notifications of new bbPress topics and replies to your Slack channel of choice.

\n

Staying on Top of Support Requests

\n

The Pods team already had GitHub and Asana integrations with their channels. These were working well, but they were missing updates from their bbPress-powered support forums in the team’s support channel.

\n

“The external integrations help keep us aware of what’s happening, while we’re working,” Pollock said. “This plugin does the same thing for support requests and makes us more responsive when we are in ‘Pods Mode.\'”

\n

The bbPress Slack Integration plugin uses the WordPress HTTP API and a Slack webhook to send notifications from the forum where it is installed.

\n

\"bbpress-slack\"

\n

In order to use the plugin with your own bbPress forums, you’ll first need to add a new Slack webhook by visiting:

\n

https://your-team-name.slack.com/services/new/incoming-webhook

\n

Set a channel to receive the notifications, copy the URL for the webhook, and paste it into the plugin’s settings page (Settings->bbPress Slack). You’ll be all set to start receiving bbPress notifications within your specified slack channel.

\n

If you think that bbPress integration will help your team communicate better on Slack, you can download the plugin for free from WordPress.org. bbPress Slack Integration is also available on GitHub if you want to contribute.

\";s: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, 12 Nov 2014 21:44: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: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:92:\"WPTavern: Happy Joe Uses WordPress to Train and Help Veterans Find Careers in Web Technology\";s:7:\"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=33365\";s:7:\"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:102:\"http://wptavern.com/happy-joe-uses-wordpress-to-train-and-help-veterans-find-careers-in-web-technology\";s: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:8167:\"\"Veteransphoto credit: The U.S. Armycc\n

One of the toughest battles a U.S. military veteran faces after returning from active duty is finding a job and reentering the work force. The battle is so tough that in 2011, First Lady Michelle Obama and Dr. Jill Biden came together to launch Joining Forces. Joining Forces is a nationwide initiative calling all Americans to rally around service members, veterans, and their families and support them through wellness, education, and employment opportunities.

\n

James Dalman, who honorably served in the Oklahoma National Guard, is doing his part to help veterans find jobs in the web technology industry through his non-profit organization, Happy Joe.

\n

The Happy Joe Mission

\n

Happy Joe is a 501 c3 non-profit organization that helps U.S. veterans with entrepreneurship and employment opportunities. Training initiatives prepare veterans not only for a career in the web technology industry, but also provide the skills necessary to start their own businesses. Most of the team behind the organization is either in active duty or has previous military experience.

\n

\"Happy

\n

The organization’s mission is to give back to veterans in a measurable way that makes a deep impact.

\n

Happy Joe provides career placement and job training in the web technology industry free of charge to our veterans. We help them navigate their re-entry into the civilian marketplace and advocate for the rights that they’ve earned the right to. And we partner with the best companies and resources to ensure that our military veterans have every opportunity to become successful after their commitment to service is over.

\n

Training and job placement programs are funded primarily by the Happy Joe Scholarship Fund. 100% of the donations and contributions go towards the efforts of working with veterans. Funds are also obtained through a sponsorship program several companies routinely contribute to, including Automattic and iThemes.

\n

WordPress’ Role at Happy Joe

\n\"WordPressphoto credit: MizGingerSnapscc\n

WordPress is the cornerstone used to help veterans learn a valuable skill. By learning WordPress, veterans can take advantage of valuable opportunities to work in the field either as an employee or through contract work. Dalman tells the Tavern that in 2015, as part of the training initiative, he’ll launch WP Bootcamps. “WP Bootcamps will be tailored to the military community and help our Armed Forces veterans to set up resume style websites on WordPress so that they can be seen as technology relevant.”

\n

Success Stories

\n\"Successphoto credit: seeveeaarcc\n

When asked if there are any success stories, Dalman points to himself as an example, “Personally, WordPress has allowed me as a veteran to launch very successful businesses in the marketplace, in addition to helping other veterans do the same. I am not the most tech savvy person in the world, but WordPress has provided me with the ability to make a great living, doing work I love to do.”

\n

Learning and working with WordPress affords him the opportunity to travel and meet amazing people in the community. When asked by veterans if they can make a living in web technology using WordPress, Dalman responds, “I tell them if I can do it, they certainly can!” Some of the veterans taking advantage of Happy Joe are homeless or in deep financial trouble but are using WordPress to make a better life for themselves. Dalman notes that success stories of members will soon be shared on the Happy Joe website.

\n

Happy Joe Needs Your Financial Support

\n

While spreading the word about Happy Joe is appreciated, Dalman says the organization first and foremost needs financial assistance. “We need people to help fund the training and mentoring of our veterans. We have a lot of people who are sharing the story and mission of Happy Joe and we are VERY appreciative of that. However, we need sponsorships and donations to make a true difference.”

\n

Happy Joe is working with around a dozen veterans with more on the way. According to Dalman, there are a half-dozen companies willing and ready to hire veterans. However, the organization can’t make it happen without funding. “There is work that we need to do to get veterans up to speed and ready. This takes time, money, and commitment. So please, go and donate to Happy Joe today so that we ALL can make a difference.”

\n\"HappyHappy Joe Corporate Sponsor Levels\n

If you’re interested in contributing financial support to the Happy Joe project, you can do so via the donations page. Keep in mind that it’s a 501c3 non-profit organization meaning donations are tax-deductible. 100% of public donations and contributions go directly to helping the veterans Happy Joe works with. There’s also a sponsorship page that explains not only how companies can get involved but also the benefits each sponsorship level provides. For example, Alpha Team sponsors which are the highest tier receive VIP access to trained and dependable veterans.

\n

Veterans day in the U.S. is a reminder for Americans to remember and thank those who honorably serve or served in the military, it’s organizations like Happy Joe that think of them and give back year round.

\";s: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, 12 Nov 2014 21:30: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: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: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:22:\"Matt: Novice to Master\";s:7:\"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=44273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2014/11/novice-to-master/\";s: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:151:\"

From Novice to Master, and Back Again, by David Mackenzie.

\";s: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, 12 Nov 2014 14:38: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Note by Slocum Studio is a Real-Time Customizable Text Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=33400\";s:7:\"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://wptavern.com/note-by-slocum-studio-is-a-real-time-customizable-text-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3832:\"

\"Note

\n

Note is a simple and easy to use widget for editing bits of text, within the widget via the customizer developed by Slocum Studio. Although you can edit text widgets in the customizer, it’s a boring experience and requires HTML knowledge to format text. Note enables you to add and edit content live from within the widget similar to a frontend editor.

\n\"NoteNote Widget in Action\n

From within the customizer, you can add a Title, apply a CSS class, or click the button which is like a shortcut to edit the widget’s content. One thing I noticed immediately is that applying a title doesn’t match the behavior of other widgets in WordPress. As you can see in the screenshot, the widget title doesn’t inherit the same style as the others. According to Matt Medeiros of Slocum Studio, this behavior is intentional.

\n

We wanted the writing experience to be as pure as possible when using Note. We decided to omit displaying widget titles as part of that experience in the first version, but plan to revisit that in an upcoming release.

\n

It may be intentional, but it gives me a sense that either the widget or my theme is broken. At its most basic level, Note should function the same way as a default text widget. Hopefully in a future version, the team will change the behavior to match that of a regular widget with an option to show or hide the title.

\n

Not only can you edit the widget’s content without visiting the backend, you can do it in style. Simply highlight text within the widget and a toolbar shows up allowing you to format the text. Note has a What You See Is What You Get interface. This is convenient since you no longer have to edit content, click save and publish, then refresh the page to see the changes.

\n\"NoteNote Toolbar\n

One feature missing from Note is the ability to add media, but Medeiros confirmed it will be added in a future release. While testing Note, I encountered a bug that added a / to every word that has an apostrophe. For example, I’ve turned into I/’ve. The bug presents itself when the customizer is open and a page refresh occurs. The team is aware of the bug and is working on a fix.

\n

Overall, I like what I see from Note. Once a few bugs are squashed and the ability to display the widget title is added, it will be a great replacement for the default Text widget. Note is available for free on the WordPress plugin directory. You can also follow development of Note on Github where you can also file bug reports and contribute patches.

\";s: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 Nov 2014 22:44: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: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: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:50:\"WPTavern: Shortcake: A UI for WordPress Shortcodes\";s:7:\"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=33308\";s:7:\"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://wptavern.com/shortcake-a-ui-for-wordpress-shortcodes\";s: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:3172:\"\"photophoto credit: kendialacc\n

The Shortcode API was introduced in 2008 when WordPress 2.5 was released. Over the past six years, the UI for adding shortcodes has changed very little, despite the fact that they remain a big part of how many WordPress users structure complex content.

\n

Shortcake is a new project created by the folks at Fusion with the aim of bringing new life to shortcodes. The plugin is aptly named, as it was designed to make shortcodes a piece of cake for users.

\n

Shortcake gives developers an easy way to register a UI for their shortcodes by utilizing 4.0’s changes to TinyMCE views. Developers can use the Shortcake plugin alongside add_shortcode to create a user-friendly interface for adding shortcode content and attributes to pages/posts.

\n

The Fusion team provided a before and after example of editing a shortcode for a pullquote, with an example file to show you how to use it:

\n

\"shortcake-example\"

\n

The plugin currently supports the following input types: text, checkbox, textarea, radio, select, email, url, number, and date. The team behind it plans to improve it to support data sources and will also be publishing more documentation and example usages.

\n

The VIP team at Automattic liked the plugin so much that they have now made it available for all WordPress.com VIP customers, which is a testament to its quality. Fusion plans to present the project at the next Big Media & Enterprise WordPress meetup in New York.

\n

Gone are the days when you can afford to torture your users with complex shortcodes. Shortcake is a new tool for your toolbox that enables you to provide your users/clients with a more intuitive UI that is less overwhelming. Check the project out on GitHub, find out what you can create with it, and watch for improvements in the near future.

\";s: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 Nov 2014 20:54: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: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:32:\"Matt: Michael Jordan on Big Data\";s:7:\"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=44336\";s:7:\"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://ma.tt/2014/11/michael-jordan-on-big-data/\";s: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:1861:\"

I like to use the analogy of building bridges. If I have no principles, and I build thousands of bridges without any actual science, lots of them will fall down, and great disasters will occur.

\n

Similarly here, if people use data and inferences they can make with the data without any concern about error bars, about heterogeneity, about noisy data, about the sampling pattern, about all the kinds of things that you have to be serious about if you’re an engineer and a statistician—then you will make lots of predictions, and there’s a good chance that you will occasionally solve some real interesting problems. But you will occasionally have some disastrously bad decisions. And you won’t know the difference a priori. You will just produce these outputs and hope for the best.

\n

Today I learned there’s another Michael Jordan that is as awesome in machine learning as #23 is at basketball.  IEEE’s article Machine-Learning Maestro Michael Jordan on the Delusions of Big Data and Other Huge Engineering Efforts is worth a read and a re-read.

\n

It’s also worth noting that Professor Jordan did an AMA on Reddit, and actually disagreed with the title and characterization of the IEEE interview and wrote a follow-up and response on a WordPress-powered 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Nov 2014 20:49: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:110:\"WPTavern: John James Jacoby Launches Indiegogo Campaign to Fund BuddyPress, bbPress, and GlotPress 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=33368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"http://wptavern.com/john-james-jacoby-launches-indiegogo-campaign-to-fund-buddypress-bbpress-and-glotpress-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4376:\"

John James Jacoby launched an Indiegogo campaign today with the goal of raising $50,000 to fund six months of full-time work on WordPress’ three sister projects: BuddyPress, bbPress, and GlotPress. While WordPress core has many contributors who are sponsored by companies, the sister projects have yet to receive this kind of investment from the community.

\n

Jacoby is a longtime WordPress developer/contributor and the project lead on BuddyPress and bbPress. WordPress depends heavily on the continued maintenance and improvement of the sister projects and he believes that they can benefit from having a dedicated developer.

\n

BuddyPress is the plugin that powers the 16 million WordPress.org profiles, activity stream, and badge system. The WordPress.org support forums, along with the thousands of plugin and theme support forums, are all powered by bbPress. GlotPress is a BackPress-powered application that enabled WordPress, BuddyPress, and bbPress to be translated into different languages. Improvements to GlotPress are critical for WordPress’ global mission to democratize publishing.

\n

WordPress is more community than software, yet the software that powers the community has nobody working on it full time,” Jacoby said. “I want to change this.”

\n

The campaign came about after developer Jenny Wong made the suggestion during events surrounding WordCamp San Francisco. Wong has been instrumental in organizing community contribution days and has a passion for bringing people together. “I think a lot more would be done if there are dedicated people all over the community,” she said.

\n

Jacoby had considered the idea before but didn’t think there would be enough people interested in supporting it. With the suggestion and support from Wong and others at WCSF, he decided to give it a try. “BuddyPress, bbPress, and GlotPress came up so frequently, and I was pulled into so many discussions. I felt happy for how important those projects are to everyone, and sad that I haven’t found a way to truly dedicate myself to them,” Jacoby told the Tavern.

\n

“Near the end of the first day of the contributor summit, I was more emotional about it than I expected to be, and had a hard time translating that into words. Thankfully, Jen Mylo (who has always been super supportive to me) summed it up really nicely, and Jenny Wong followed up with the idea of raising money via Indiegogo.”

\n

Jacoby’s aim is to work on the projects “while remaining an independent and impartial entity with a dedicated period of distraction-free time.” Specifically, he plans to target the following items:

\n\n

Progress on the sister projects has been slow, since current contributions are all volunteer-driven from folks who have other obligations. Jacoby was originally reluctant to attempt a fundraising campaign but recognizes the necessity of having the money available for distraction-free work. If the goal is not met, he will prorate the funds and will work in a dedicated capacity on the projects for as long as the funds allow.

\n

Within the first few hours of launching the campaign, Jacoby has already surpassed 20% of the goal. Check out the video and donate to the campaign if you want to support a talented developer in giving WordPress’ sister projects a chance to thrive.

\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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Nov 2014 19:47:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:23:\"Matt: Open Source Emoji\";s:7:\"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=44363\";s:7:\"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/11/open-source-emoji/\";s: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:483:\"

I’m as likely to give Twitter a hard time as anyone, but today I want to tell you about something great they did: Twitter open sourced their emoji set for anyone to use. We’ve been working with them behind the scenes on this and launched the emoji for WP.com as well. Support will be coming to Jetpack soon.

\";s: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 Nov 2014 02:03: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: LoopConf Sparks Controversy with Tickets Priced at $800\";s:7:\"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=33290\";s:7:\"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://wptavern.com/loopconf-sparks-controversy-with-tickets-priced-at-800\";s: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:9269:\"

\"loopconf\"

\n

Last week LoopConf announced that early bird tickets will go on sale November 20th. The conference is aimed at developers and organizers are planning for 700 – 1,000 attendees in Las Vegas on the weekend of May 7-8, 2015.

\n

A bit of controversy has surfaced regarding the ticket pricing, as LoopConf emerges as one of the most expensive WordPress-oriented conferences to date. With early bird tickets priced at $600 and regular tickets at $800, the combined sponsorship donations and estimated ticket sales have the potential to bring the total event budget just shy of a million dollars.

\n

Although events in this price range are not unheard of in the web industry, with many charging ticket prices in the thousands, WordPress-oriented conferences have traditionally been inexpensive. Because LoopConf is not endorsed by or affiliated with the WordPress Foundation, it doesn’t have to follow the guidelines set for WordCamps. Organizers of WP Foundation-sponsored events must agree to make the event “accessible to as many people as possible, regardless of financial status.”

\n

LoopConf ticket pricing poses a stark contrast to traditional WordPress-oriented events, drawing sharp criticism for catering to an elite segment of developers, while pricing out the vast majority of others in the community.

\n

So @loopconf tickets are $600 for early bird and $800 regular? Wow. Good luck with that. You just priced out 90% of the WP community.

\n

— Brad Williams (@williamsba) November 8, 2014

\n

\n

Supporters of LoopConf ticket prices count it as a step forward in legitimizing WordPress as a mainstream career opportunity. Eric Mann, in a response piece titled WordPress Comes of Age, highlights the fact that some employers have been reluctant to pay for flights and accommodation for a conference with a $25-40 ticket price.

\n

@norcross @williamsba That might actually be a big step forward in legitimizing WP as a mainstream career opportunity.

\n

— TJ List (@TJList) November 8, 2014

\n

\n

@williamsba @loopconf that’s what a tech conference costs in any other field. WP is the odd duck with cheap conferences

\n

— curtismchale (@curtismchale) November 8, 2014

\n

\n

I spoke with Brad Williams, one of the most vocal community members questioning the ticket prices, to find out if WebDevStudios would be sending any of its employees to LoopConf. “Most likely not, unfortunately,” he said. “It’s a lot of money even for an agency to cover without understanding the value of it.”

\n

Williams said he was not opposed to the conference, but that it’s tough to assess the value that an attendee will receive. “If it’s pricey, but justified, it might be worth sending some of our devs,” he said. “Honestly it’s tough to say because we could also send them to 10+ WordCamps for that price.”

\n

When LoopConf posted ticket prices, the email announcement said, “Think of it as more of a celebration of WordPress than a conference.” Without a full list of speakers and topics, aside from the generally well-known WordPress speakers featured on the homepage, onlookers are left scratching their heads.

\n

Amid controversy surrounding the high ticket prices, the organizers of the LoopConf posted a detailed FAQ section to the site to answer some of the public’s most pressing questions. The document helps to clarify what the organizers believe to be the value of the ticket price.

\n

When Ryan Sullivan set out to create a WordPress conference for developers, he had no idea that LoopConf would be pioneering a new segment of WordPress events. The organizing team, which includes a couple of experienced ng-conf organizers, was surprised to learn of the controversy surrounding the ticket pricing.

\n

Unlike a WordCamp, LoopConf is a for-profit endeavor and the team has no obligation to be financially transparent. “We won’t be publishing our budget,” Sullivan told the Tavern. “This is a for-profit endeavor but not to the degree most people think. Our margins are actually not very big, and basically cover our time and efforts for putting on the event itself.

\n

“Our number one goal is that everyone leaves feeling like it was a great investment, and if it ends up we risk a portion of our profits to make that a reality, then we’re fine with that.”

\n

He also doesn’t see any realistic way that the budget will reach a million dollars. “We are planning much more conservatively than that,” he said. What does he say to critics who believe the ticket prices to be exorbitant?

\n

The ticket price is for the experience itself. Compared to other tech conferences outside of WordPress our prices are actually average or below average. I wish I had a way to illustrate how amazing this event will be without just having to say “this event is going to be amazing”, but that’s where we’re at right now I suppose. From hack nights, to an amazing party, to swag, to meals, to a premier conference space at a secluded resort, we’re truly trying to deliver in every way we can. It’s going to be a fantastic place to learn and connect with friends and colleagues who have truly common interests.

\n

The LoopConf team hopes to announce speakers by Wednesday of this week. Of the 28 speakers lined up, Sullivan estimates that 6 or 7 will be from outside the WordPress community, with the majority of others having spoken previously at other WordPress events.

\n

“I think is important to mention is that even if these speakers have spoken at WordCamps before, it’s not likely they’ve given talks like they’ll be giving at LoopConf,” he said. “With a very developer focused audience a lot of these presenters will be able to give talks that they’re really excited about, which creates a very unique energy and environment for higher learning.”

\n

The conference structure is also very different from what one might expect of a WordCamp. LoopConf doesn’t have a team of volunteers supporting the event but instead utilizes a paid event coordinator to manage the majority of the logistics with the venue, vendors, sponsors, etc. Sullivan expects that he and the other organizers will have a few months of working 20-30 hours per week leading up to the event.

\n

Those who are unable to attend LoopConf can watch all sessions via a global live stream for free. Videos of the sessions will also be available within minutes after sessions are finished and will be offered for free to anyone who wants to learn from the event’s speakers.

\n

WordPress conferences that fall under the WordCamp name have traditionally been inexpensive events, designed to bring together a local community. Because Sullivan and his team are pioneering a different event structure, they have endured a healthy amount of criticism. The team’s goal to bring in top developers from the larger community would not be possible within the confines of a traditional WordCamp.

\n

Sullivan hopes that other conference organizers will also be inspired to break out of the box and host more unique events. “I would love to see more niche conferences that are WordPress specific. There are already great conferences out there like WooConf, Pressnomics, Prestige, and some others that I’m probably forgetting,” he said. “If there’s an opportunity to get together for a good time and learn from each other in the process, count me 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Nov 2014 22:32:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:57:\"WPTavern: Why WordPress Doesn’t Need to Fear Ghost, Yet\";s:7:\"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=33282\";s:7:\"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://wptavern.com/why-wordpress-doesnt-need-to-fear-ghost-yet\";s: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:11555:\"\"Nophoto credit: black.zack00cc\n

Mark Gibbs, who writes for NetworkWorld, published an article on how Ghost may one day scare WordPress off as the top publishing platform. Gibbs has some valid complaints with WordPress such as, plugins that don’t integrate with the menu system in a consistent way, incompatible themes, and the post editor.

\n

Although Ghost doesn’t have many of the same issues, I think it would if it was around for more than 10 years and its userbase was the size of WordPress. No software is perfect and in an open source environment, users are at the mercy of developers to provide updates to themes and plugins, an action that is not guaranteed.

\n

The Post Editor Comparison

\n

One of the most liked features of Ghost is the content editor. On the left, is the equivalent of the WordPress Text editor where you write content and can apply code via HTML or Markdown. On the right is a live preview that shows how content will look when it’s published. This single editor is like the WordPress Visual and Text editors combined.

\n\"It\'sIt’s Like a WordPress Visual and Text Editor in One!\n

The editor is so well liked, several plugins exist that bring it to WordPress. Gust, MarkPress, and PrettyPress add a live preview pane to the WordPress post editor. Gibbs notes how the WordPress editor differs from Ghost, “In contrast to WordPress the ‘Visual’ view in the editor is a simple interpretation of the HTML so you have to save and preview content to see how it’s really rendered by the currently selected theme.” While true, there is a simple way around this pitfall.

\n

WordPress supports the ability for theme developers to link a custom stylesheet to the TinyMCE visual editor. It’s called editor-style.css and unfortunately, not many theme developers take advantage of this nifty feature. The stylesheet enables the visual editor to take on the look and feel of the frontend of the site, delivering a what you see is what you get experience. Stargazer by Justin Tadlock is an excellent example of how to use editor-style.css.

\n\"TheThe Visual Editor in Stargazer by Justin Tadlock\n

Though the addition of editor-style.css doesn’t make the editor perfect, it vastly improves the writing experience. Having the content in the editor look the same as the final result is a huge convenience. Thanks to improved oEmbed previews in WordPress 4.0, the Visual editor is the default view when I write content.

\n

The Text editor still has its use, especially when a snafu occurs in the Visual editor but I think in the future, the Visual editor will improve to the point that the choice between Text and Visual will disappear. In the decisions not options approach, there will be one editor to rule them all. Between the custom stylesheet and improvements to the visual editor, I believe the writing experience in WordPress is superior to Ghost.

\n

The Ghost Dashboard

\n

One of the other highly touted features of Ghost is its beautiful, non-existent dashboard. Gibbs notes that themes and the backend of Ghost are fully responsive. A note to Gibbs that the backend of WordPress is also fully responsive. The following image from the project’s Kickstarter page was enough to convince some people to back the project.

\n

To this day, Ghost doesn’t have a dashboard but it’s coming. I admit, the concept images of the dashboard are pretty, colorful, and display information in squares instead of big rectangles. The question I have is whether the actual implementation will look anything like the screenshot.

\n\"TheThe Ghost Dashboard as Seen on its Kickstarter Page\n

The WordPress Dashboard in comparison looks old but gives you the ability to arrange items the way you see fit. I’m not sure what can be done to make the dashboard pretty. With the eventual inclusion of the REST API to WordPress, we’ll likely see hundreds of different interpretations of not only the backend of WordPress, but the dashboard as well.

\n\"TheThe WordPress 4.0 Dashboard\n

The Third Party

\n

Gibbs highlights the fact that the number of third-party themes for Ghost continues to increase. Meanwhile, there are those in the WordPress community who think themes have become a commodity. With WordPress now over 10 years old, there are plenty of free and commercial themes to choose from.

\n

Ghost has a marketplace available which lists free and commercial themes. The biggest difference between it and the WordPress Theme Directory is the inconsistent way of displaying and locating a theme. Ghost doesn’t have an official directory to host themes. Listing themes created by the community instead of hosting them takes away the ability to create a consistent user experience.

\n\"TheThe Ghost Theme Marketplace\n

When browsing themes on the marketplace, each listing takes you to a theme’s Github page, a site using the theme, a 404 page, or somewhere else on the web. While most of the Github pages for Ghost themes display information in a consistent manner, I prefer the browsing experience on the WordPress Theme Directory.

\n

With the WordPress Theme Directory, I trust what I’m downloading as the code has been vetted, especially if it’s a recent addition. Information containing the version number and the average rating is consistently in the same location. The preview link is an added bonus but previews need work as they don’t always accurately render a theme.

\n\"TheThe WordPress Theme Directory\n

Ghost is a Long Way From Scaring WordPress

\n

Gibbs ends his article by saying, Ghost “has to be one of the most powerful and best engineered blogging platforms ever.” While I think the jury is still out on whether it’s the best engineered platform available, there is so much that goes into the success of an open source publishing system that it alone won’t propel the platform past WordPress. Ghost has the luxury of a fresh start and the opportunity to build a rock solid foundation for the platform’s future. However, it’s going to take more than that to knock WordPress off its pedestal.

\n

In its current form, Ghost satisfies an audience that wants a simple, frictionless, publishing experience. Ghost delivers but without a robust third-party ecosystem, I don’t see how it will ever reach the same plateau of WordPress. That’s not to say Ghost can’t or won’t be a successful project, it’s just that I don’t see it being used on 20% of the web.

\n

It’s early and Ghost has a long way to go before it hits the pivotal 1.0 milestone. The items listed on the project’s roadmap indicate a lot of cool features are on the way. But for now, Ghost doesn’t have or do anything that WordPress should be afraid of.

\";s: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, 10 Nov 2014 19:21:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:23:\"Matt: Onyx Communicator\";s:7:\"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=44361\";s:7:\"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/11/onyx-communicator/\";s: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:453:\"

OnBeep, an Audrey company, has introduced their first product, the Onyx. It’s a lot like the communicator from Star Trek. (Don’t wear it with a red shirt.) Business Insider covers the news pretty well.

\";s: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, 10 Nov 2014 01:52:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WooConf, The First Ever Conference Dedicated to WooCommerce Deemed a Success\";s:7:\"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=33240\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wptavern.com/wooconf-the-first-ever-conference-dedicated-to-woocommerce-deemed-a-success\";s: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:4048:\"\"StateMark Forrester Delivering the State of the Woo Courtesy of Bob Dunn\n

Earlier this week, the first conference dedicated to WooCommerce took place and from all accounts, it was a success. Held at 969 Market in San Francisco, CA, over 300 people attended WooConf to learn about WooCommerce and eCommerce in general. While I didn’t attend the event, there are several people who have published their experience online.

\n\n

On the night before the event, WooCommerce surpassed 5 million downloads.

\n

It’s pretty neat that the night before #WooConf we hit 5 million downloads for WooCommerce! Thanks everyone :) http://t.co/iQAbnpMLzV

\n

— WooThemes (@woothemes) November 3, 2014

\n

\n

In an interview on Torquemag, Mark Forrester, the co-founder of WooThemes hinted at WooConf becoming an annual event. “We’ve had loads of really positive feedback over the last couple days from a lot of the attendees (we sold out at 320 attendees) so there’s definitely good reason for a follow-up in 2015.”

\n

Earlier this year, there was some question as to whether the presentations would be recorded. The official Twitter account for WooThemes confirmed that sessions were recorded and will be released starting next week.

\n

@thenbrent @jeffr0 We are indeed. Stay tuned on social next week :)

\n

— WooThemes (@woothemes) November 7, 2014

\n

\n

We want to hear from those who attended the event. What did you think and would you like to see it become an annual thing or perhaps more than one per year with different locations?

\";s: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, 08 Nov 2014 00:39:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Beautiful Taxonomy Filters for WordPress Custom Post Types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=33229\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/beautiful-taxonomy-filters-for-wordpress-custom-post-types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4854:\"

\"beautiful-taxonomy-filters\"

\n

Beautiful Taxonomy Filters is a new plugin that adds filtering to your custom post type archives, based on taxonomy (terms/categories/tags). It allows visitors to filter CPTs by multiple terms on the frontend.

\n

The plugin automatically adds rewrite rules to create pretty filter URLs, without the use of JavaScript. Beautiful Taxonomy Filters was created by Swedish plugin developer Jonathan de Jong at the Tigerton web agency. He created it using the WordPress Plugin Boilerplate in order to structure the codebase with a standardized, object-oriented approach.

\n

The plugin uses select2 to replace ugly select boxes with attractive, user-friendly dropdowns. (If JavaScript is not supported it will fall back to the default select boxes.) Below is an example from my tests using the plugin with a standard portfolio custom post type:

\n

\"portfolio-filters\"

\n

The plugin is capable of including as many filters as you want to include. However, if you have a post type with many different taxonimies, you may want to exclude ones that aren’t as useful for filtering.

\n

\"filters\"

\n

Beautiful Taxonomy Filters includes a settings page in the admin for activating post types, easily excluding taxonomies, enabling a “clear all” link, disabling the active filters heading, changing the design, and adding custom CSS.

\n

\"settings\"

\n

The plugin features the following:

\n\n

Currently, Beautiful Taxonomy Filters does not support selecting multiple terms from the same taxonomy. This feature is on the roadmap. The plugin author notes that he hopes to support this in a future release and have beautiful permalinks. If the permalinks don’t work out, he plans to add an option where you can opt out of pretty permalinks in order to gain the power of multiple terms filtering.

\n

Beautiful Taxonomy Filters does not support the built-in “post” post type. This is because de Jong has not yet been able to create proper rewrite rules for the multiple filtering to work, due to the fact that they are handled differently by WordPress than other CPTs. If you’re looking for filtering on regular posts, you’ll need to build that yourself, as it’s not included.

\n

This plugin provides an easy way to add multiple taxonomy filters to custom post type archives. It’s convenient and easy to extend with roughly a dozen filters and actions available. I tested it and found the plugin to work as advertised. Download Beautiful Taxonomy Filters for free from 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Nov 2014 22:49: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: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: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:77:\"WPTavern: A Closer Look at iThemes’ Sync Pro Client Dashboard for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=33212\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/a-closer-look-at-ithemes-sync-client-dashboard-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3331:\"

Sync is a product from iThemes that makes it easy to manage multiple WordPress sites from a central location and is free to use for managing 10 sites or less. Using Sync, you can manage plugins, themes, users, comments, view site analytics, and log files. Similar to other WordPress remote management services, you need to have the Sync plugin installed on each site you want to manage. The plugin acts as a communication bridge between Sync and the site.

\n

Recently, a new feature called Client Dashboard was added to Sync Pro. With Client Dashboard, you can choose which parts of the backend are available to specific users. Hiding parts of the backend usually involves a lot of code, separate plugins, or knowing the proper permission levels for user roles. In Sync, configuring access to menus is as simple as checking a box.

\n\"ConfiguringConfiguring a Client Dashboard\n

The following sections of the backend are able to be hidden from clients: Admin Menu, Admin Bar, Dashboard Widgets, and Admin Notices. One thing to keep in mind is that although you can hide menus, clients can still access hidden sections if they know the URL. By hiding admin notices generated by plugins, you prevent clients from accessing potentially hidden pages.

\n

As part of the client dashboard, you can enable Sync Stylesheet. The Sync Stylesheet adds spacing to items in the admin menu and increases the font size making it easier to read.

\n\"AdminAdmin Menu with Sync Stylesheet Enabled\n

Despite WordPress’ reputation as being easy to use, it can be intimidating to first time users. Removing things they don’t need access to in the backend can significantly ease confusion and frustration.

\n\"WordPressWordPress Simplified\n

I tested Sync on WordPress 4.0 and it works flawlessly. If you’re looking for a client management portal with the ability to control a client’s experience with WordPress, Sync Pro from iThemes is a great option.

\";s: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, 07 Nov 2014 20:57: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: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: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:35:\"WPTavern: Persistent Object Caching\";s:7:\"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=33195\";s:7:\"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://wptavern.com/persistent-object-caching\";s: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:7299:\"

\"cache-invalidation\"

\n
\n

\"ryan-hellyer\"
\nThis post was contributed by Ryan Hellyer. He is from New Zealand, lives in Germany, and works as a full-time WordPress geek for Forsite Media in the Netherlands. He spends his time building WordPress plugins and getting up to mischief in his adopted home of Berlin.

\n
\n

I have an issue with WordPress caching plugins. It’s not that I don’t like using them, or that they’re junk (most are, but that’s a separate issue). No, the problem is that most people don’t have the foggiest idea how WordPress handles caching internally, and what causes their site to run faster.

\n

Static page caching

\n

Most caching plugins do what is called static page caching. They cache a complete page, including all of it’s HTML. This is terrific, as it means that WordPress doesn’t need to regenerate the page every time someone visits it, but it means that those pages will be out of date sometimes when content is updated. Anyone who has used these plugins can usually attest to cursing at their site due to to the cache not updating when required.

\n

Object caching

\n

For a very long time, WordPress has had a caching system baked into it. Most WordPress developers I’ve met have no idea this exists. Some have used transients, which are a part of the WordPress caching API, but in my experience, very few developers properly understand how they work.

\n

By default, WordPress includes an internal caching system. If you use get_option( ‘something’ ); somewhere in your site, then run that same code later on in that page, WordPress will only need to load the data from the database once, as it caches it for use later on in the page load. It does this via the wp_cache_add(), wp_cache_set() and wp_cache_get() functions.

\n

Transients behave in a similar way, but by default can store the data for use in subsequent page views by storing them in the database. Storing information in the database is resource intensive though, so transients must be used sparingly to avoid hammering the database too hard and actually causing the site to slow down rather than speed up.

\n

What we need is the ability to store information in a persistent way (for use on more than the current page load), which can be written to and from extremely rapidly (unlike caching in the database).

\n

Persistent object caching

\n

Although the object caching system in WordPress was designed to only work on a single page load by default, the smart folks on the WordPress core team ensured that it was trivial to plug into this and provide a way to store data however you want and for as long as you want. Awesome!

\n

A normal WordPress plugin cannot be used to provide persistent object caching in WordPress. You need to manually create a drop-in file called object-cache.php, which sits in the wp-content folder. Some of the larger (bloated?) plugins, will automatically generate this drop-in file in your wp-content folder.

\n

Once installed, the object caching drop-in will cache anything utilizing the WordPress caching API. This includes transients, which will automatically stop using the default database layer and instead make use of whatever object caching back-end is available.

\n

Some of the earlier implementations of object-cache.php files for WordPress simply stored the data in the database, or in flat static files. But there are a multitude of better backends/places to store small pieces of data like this, and there are many different object caching drop-ins available for WordPress to hook into these various systems.

\n

In-memory data stores – ninja fast data storage

\n

MySQL is fast, but nothing compares to just throwing some data into RAM for maximum performance. With this in mind, many people who are much smarter than I, have developed systems for allowing us to store random bits of data in the server’s RAM. The most popular of these is Memcached, but there are others including APC and Redis which are very popular. Since they store their data in RAM (when possible) and are designed to be fast rather than reliable, they are insanely fast at both data storage and retrieval.

\n

With a database or flat file caching back-end, you can not refresh your cache rapidly, or store tiny bits of data. With an in-memory data store, those problems do not exist. For this reason, use of an in-memory data storage back-end can provide an enormous performance advantage to sites using them in conjunction with the WordPress object caching API.

\n

To make use of one of these, simply ensure that Redis, Memcached or APC are installed on your server, then install one of their corresponding drop-in files (you have to get the correct one or all hell will break loose).

\n\n

Once you have an appropriate object caching drop-in installed, you should notice an immediate increase in performance. WordPress caches a lot of data internally and none of that will need to be queried on every page load.

\n

It is entirely normal to see a stock WordPress installation go from 20+ MySQL queries per page down to 4 queries, as the object caching backend takes care of storing all of the data which does not change between page loads. The WordPress API always attempts to refresh the cache when required; there are some instances in which this does not work perfectly, but it is usually a flawless cache refreshing process.

\n

Faster static page caching

\n

There are ways to serve and refresh static page caching plugins via the WordPress object caching system too, including via the Batcache plugin, provided by the kind folks at Automattic. This is beyond the scope of this blog post, but it is worth investigating if you also require static page caching.

\n

Conclusion

\n

Caching within WordPress is complex. Object caching is a vital tool for your toolbox, as it can provide a huge performance improvement without requiring you to resort to full page caching.

\";s: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, 07 Nov 2014 19:54: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: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:66:\"WPTavern: WordPress.com Adds Emoji Support, Coming Soon to Jetpack\";s:7:\"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=33152\";s:7:\"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://wptavern.com/wordpress-com-adds-emoji-support-coming-soon-to-jetpack\";s: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:1951:\"

Twitter announced today that it has open sourced Twemoji, a set of 872 emoji characters. This means that emoji characters tweeted from phones will now be visible on the web and will look the same across all platforms. Twitter also partnered with Automattic to bring emoji to WordPress.com, and users can start adding emoji to posts right away.

\n

\"emoji\"

\n

Adding emoji to content is fairly easy and intuitive when done from a mobile device. On desktop, you might need a cheat sheet. Mac users can type Command + Control + Space while in a text editor. Windows 8+ users can make use of the touch keyboard, which includes emoji support.

\n

Twitter’s announcement is major advance for emoji users worldwide, given that inconsistent emoji display across platforms has long been a sore issue.

\n

The Jetpack team is already busy adding emoji support so that self-hosted sites can also utilize them. However, any plugin developer can create a plugin that adds Twemoji to WordPress using the Twemoji API. If you have a self-hosted WordPress site and don’t use Jetpack, the WP Emoji One plugin is another option for adding emoji support to your site.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Nov 2014 00:51: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: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: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:58:\"WPTavern: WPWeekly Episode 169 – WordPress is Now a Verb\";s:7:\"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=33161&preview_id=33161\";s:7:\"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://wptavern.com/wpweekly-episode-169-wordpress-is-now-a-verb\";s: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:2976:\"

In this week’s edition of WordPress Weekly, Marcus Couch and I get you caught up with the news you need to know. We discuss the changes in Jetpack 3.2, WordSesh 3, and a recent security vulnerability in WP eCommerce. We also discuss whether or not WordPress is a verb.

\n

Stories Discussed:

\n

Jetpack 3.2 Released, Introduces New Site Logo Feature for Theme Developers
\nSecurity Vulnerability Discovered and Patched in WP eCommerce
\nWordSesh 3 is Set for December 20th, 2014
\nWPShout Publishes The Results of Its 2014 Webhosting Survey

\n

Plugins Picked By Marcus:

\n

User Profile allows you to create unlimited user input fields on user profiles and display them anywhere via shortcodes.

\n

Beautiful taxonomy filters is an easy and good-looking way to provide visitors with filtering for post types. With this plugin, you get a complete solution for adding filtering based on taxonomy terms/categories/tags.

\n

Network Menu Copier allows you to bulk copy menus between sites on a network which are using the same theme. This is a great plugin for those who repeatedly create the same menus.

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, November 20th 9:30 P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Subscribe To WPWeekly Via RSS: Click here to subscribe

\n

Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe

\n

Listen To Episode #169:
\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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Nov 2014 00:37:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:83:\"WPTavern: Vagrant Manager for OS X: Manage All Your Vagrant Machines from One Place\";s:7:\"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=33022\";s:7:\"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://wptavern.com/vagrant-manager-for-os-x-manage-all-your-vagrant-machines-from-one-place\";s: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:4021:\"

Many WordPress developers have adopted Vagrant as part of their toolbox for creating development environments, due to the fact that it’s relatively lightweight and makes collaborative work much easier. Varying Vagrant Vagrants is one of the most popular Vagrant configurations for WordPress, but there are many others out there tailored to different uses, i.e. Chassis, VagrantPress, Salty WordPress, and VIP Quickstart, to name a few.

\n

Vagrant Manager is a new tool for OS X that gives you a UI for managing all of your virtual machines in one place, no matter what kind of Vagrant configuration(s) you have running. Its convenient toolbar gives you access to all your VMs with the ability to execute commands.

\n

\"vagrant-manager\"

\n

Vagrant Manager’s primary features include:

\n\n

Adding Vagrant Manager is actually much easier than setting up a new Vagrant configuration. After you download it, Vagrant Manager automatically detects VirtualBox and Parallels machines. Any vagrant machines that you want it to detect must already be initialized. If you don’t see a machine in the list, simply run vagrant init on it. Machines will disappear from your list once destroyed, so you might want to add a bookmark in Vagrant Manager for quick access later.

\n

\"vagrant-manager\"

\n

The preferences pane lets you select your Terminal preference, change the icon theme for the status bar, launch at login, and show/hide various counts/notifications.

\n

\"preferences\"

\n

Certainly, you don’t need a UI for managing your VMs, but it gives you a nice visual overview of all your machines in one centralized place. If you’re like me, and you constantly forget which machines you have running, this utility is a convenient addition to your menu bar. Vagrant Manager was released under the MIT License. Download it for free from GitHub.

\";s: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, 07 Nov 2014 00:15: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: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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 22 Nov 2014 01:25:04 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"221090\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 22 Nov 2014 01:00:14 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130423020054\";}','no'),(8187,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1416662705','no'),(8188,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://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:\"Sat, 22 Nov 2014 00:56: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: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: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:46:\"https://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:33:\"15@https://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: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: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:49:\"https://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:36:\"23862@https://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:28:\"Your WordPress, Streamlined.\";s: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: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: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:51:\"https://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:36:\"29832@https://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: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:54:\"https://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:35:\"8321@https://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 Yoast's WordPress SEO 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: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: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:55:\"https://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:35:\"2141@https://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: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: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:64:\"https://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:34:\"132@https://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: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:25:\"Google Analytics 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:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://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:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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:53:\"https://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:36:\"29860@https://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: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:\"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:60:\"https://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:36:\"18101@https://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: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: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:59:\"https://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:34:\"753@https://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: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:39:\"BackWPup Free - WordPress Backup 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:50:\"https://wordpress.org/plugins/backwpup/#post-11392\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Jun 2009 11:31:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"11392@https://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:146:\"Schedule complete automatic backups of your WordPress installation. Decide which content will be stored (Dropbox, S3…). This is the free 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:14:\"Daniel Hüsken\";s: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:33:\"Google Analytics Dashboard for WP\";s:7:\"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:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s: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, 10 Mar 2013 17:07: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:36:\"50539@https://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:148:\"Displays Google Analytics reports and real-time statistics in your WordPress Dashboard. Inserts the latest tracking code in every page of your site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s: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:11:\"Redirection\";s:7:\"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:\"https://wordpress.org/plugins/redirection/#post-2286\";s: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, 10 Sep 2007 04:45:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2286@https://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:144:\"Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Godley\";s: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: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:48:\"https://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:35:\"5468@https://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: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: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:56:\"https://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:35:\"1169@https://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:\"\";}}}}}}}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:46:\"https://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:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 22 Nov 2014 01:25:05 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:\"Sat, 22 Nov 2014 01:31:31 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Sat, 22 Nov 2014 00:56:31 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130423020054\";}','no'),(8193,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1416662706','no'),(8194,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1416619506','no'),(8197,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1416662706','no'),(7378,'_site_transient_timeout_browser_c9ee7d25f000f03fe2fb20dd3de4f825','1407931682','yes'),(7379,'_site_transient_browser_c9ee7d25f000f03fe2fb20dd3de4f825','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"31.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'),(8171,'_site_transient_timeout_browser_f39928aa55887a5e882ed06521041daa','1417224301','yes'),(8172,'_site_transient_browser_f39928aa55887a5e882ed06521041daa','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"33.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'),(8183,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1416662704','no'),(8184,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1416619504','no'),(8185,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1416662704','no'),(8186,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','
','no'),(8190,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1416619505','no'),(8198,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','

Most Popular

\n
WooCommerce - excelling eCommerce
 (Install)\n

WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.

\n

Newest Plugins

\n
WP Netmon Status
 (Install)\n

Shows Netmon-Stats as a widget.

\n','no'),(8695,'_transient_doing_cron','1422624270.5035259723663330078125','yes'); /*!40000 ALTER TABLE `wpnf_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpnf_postmeta` -- DROP TABLE IF EXISTS `wpnf_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpnf_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=224 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpnf_postmeta` -- LOCK TABLES `wpnf_postmeta` WRITE; /*!40000 ALTER TABLE `wpnf_postmeta` DISABLE KEYS */; INSERT INTO `wpnf_postmeta` VALUES (2,4,'_edit_last','11'),(3,4,'_edit_lock','1376780807:1'),(4,4,'_wp_page_template','showcase.php'),(5,6,'_wp_attached_file','2011/09/IMG_1765.jpg'),(6,6,'_wp_attachment_image_alt','Howard conducts repairs on EL Wire in 2011'),(7,9,'_wp_attached_file','2011/09/header.1000x288.jpg'),(8,9,'_wp_attachment_context','custom-header'),(9,9,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";s:14:\"hwstring_small\";s:23:\"height=\'36\' width=\'128\'\";s:4:\"file\";s:27:\"2011/09/header.1000x288.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"header.1000x288-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"header.1000x288-300x86.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"86\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:27:\"header.1000x288-500x144.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"144\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:25:\"Canon PowerShot SD1200 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1314388272\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(10,9,'_wp_attachment_is_custom_header','twentyeleven'),(12,1,'_edit_lock','1316317871:1'),(13,1,'_edit_last','1'),(18,15,'_edit_last','11'),(19,15,'_edit_lock','1366864922:11'),(20,15,'_wp_page_template','default'),(21,17,'_edit_last','11'),(22,17,'_edit_lock','1366864137:11'),(23,17,'_wp_page_template','default'),(24,19,'_edit_last','11'),(25,19,'_edit_lock','1366865260:11'),(26,19,'_wp_page_template','default'),(27,21,'_edit_last','11'),(28,21,'_edit_lock','1366864297:11'),(29,21,'_wp_page_template','default'),(30,25,'_menu_item_type','post_type'),(31,25,'_menu_item_menu_item_parent','0'),(32,25,'_menu_item_object_id','21'),(33,25,'_menu_item_object','page'),(34,25,'_menu_item_target',''),(35,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(36,25,'_menu_item_xfn',''),(37,25,'_menu_item_url',''),(39,26,'_menu_item_type','post_type'),(40,26,'_menu_item_menu_item_parent','0'),(41,26,'_menu_item_object_id','19'),(42,26,'_menu_item_object','page'),(43,26,'_menu_item_target',''),(44,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(45,26,'_menu_item_xfn',''),(46,26,'_menu_item_url',''),(79,45,'_wp_attached_file','2011/09/nosefishshower.jpg'),(48,27,'_menu_item_type','post_type'),(49,27,'_menu_item_menu_item_parent','26'),(50,27,'_menu_item_object_id','17'),(51,27,'_menu_item_object','page'),(52,27,'_menu_item_target',''),(53,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(54,27,'_menu_item_xfn',''),(55,27,'_menu_item_url',''),(78,44,'_edit_lock','1332680409:11'),(57,28,'_menu_item_type','post_type'),(58,28,'_menu_item_menu_item_parent','26'),(59,28,'_menu_item_object_id','15'),(60,28,'_menu_item_object','page'),(61,28,'_menu_item_target',''),(62,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(63,28,'_menu_item_xfn',''),(64,28,'_menu_item_url',''),(77,44,'_edit_last','11'),(80,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"540\";s:6:\"height\";s:3:\"720\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:26:\"2011/09/nosefishshower.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"nosefishshower-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"nosefishshower-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:26:\"nosefishshower-540x288.jpg\";s:5:\"width\";s:3:\"540\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:26:\"nosefishshower-540x288.jpg\";s:5:\"width\";s:3:\"540\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:26:\"nosefishshower-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DSC-P72\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1153923605\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"9\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),(81,45,'_wp_attachment_image_alt','Nosefish Shower'),(82,46,'_wp_attached_file','2011/09/nosefishshower1.jpg'),(83,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"540\";s:6:\"height\";s:3:\"720\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:27:\"2011/09/nosefishshower1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"nosefishshower1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"nosefishshower1-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:27:\"nosefishshower1-540x288.jpg\";s:5:\"width\";s:3:\"540\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:27:\"nosefishshower1-540x288.jpg\";s:5:\"width\";s:3:\"540\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:27:\"nosefishshower1-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DSC-P72\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1153923605\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"9\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),(84,46,'_wp_attachment_image_alt','Nosefish Shower'),(85,44,'_wp_page_template','default'),(86,48,'_edit_last','11'),(87,48,'_edit_lock','1366682923:11'),(88,48,'_wp_page_template','default'),(91,60,'_wp_attached_file','2012/03/cropped-Tree-of-Life.jpg'),(92,60,'_wp_attachment_context','custom-header'),(93,60,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";s:14:\"hwstring_small\";s:23:\"height=\'36\' width=\'128\'\";s:4:\"file\";s:32:\"2012/03/cropped-Tree-of-Life.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:32:\"cropped-Tree-of-Life-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"cropped-Tree-of-Life-300x86.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"86\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:32:\"cropped-Tree-of-Life-500x144.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"144\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(94,60,'_wp_attachment_is_custom_header','twentyeleven'),(95,63,'_edit_last','11'),(96,63,'_edit_lock','1366682752:11'),(97,63,'_wp_page_template','default'),(100,66,'_wp_attached_file','2012/03/2010-group-photo.jpg'),(101,66,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:28:\"2012/03/2010-group-photo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"2010-group-photo-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"2010-group-photo-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:29:\"2010-group-photo-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:29:\"2010-group-photo-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:28:\"2010-group-photo-400x300.jpg\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"IMG_1341\";}}'),(103,68,'_wp_attached_file','2012/03/2010-group-photo1.jpg'),(104,68,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:29:\"2012/03/2010-group-photo1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"2010-group-photo1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"2010-group-photo1-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:30:\"2010-group-photo1-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:30:\"2010-group-photo1-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:29:\"2010-group-photo1-400x300.jpg\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"IMG_1341\";}}'),(105,69,'_wp_attached_file','2012/03/2010-group-photo2.jpg'),(106,69,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:29:\"2012/03/2010-group-photo2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"2010-group-photo2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"2010-group-photo2-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:30:\"2010-group-photo2-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:30:\"2010-group-photo2-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:29:\"2010-group-photo2-400x300.jpg\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"IMG_1341\";}}'),(107,72,'_edit_last','11'),(108,72,'_edit_lock','1366852035:11'),(109,73,'_wp_attached_file','2012/03/2010-camp.jpg'),(110,73,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:21:\"2012/03/2010-camp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"2010-camp-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"2010-camp-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:22:\"2010-camp-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:22:\"2010-camp-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:21:\"2010-camp-400x300.jpg\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"IMG_1329\";}}'),(111,72,'_wp_page_template','default'),(112,76,'_edit_last','11'),(113,76,'_edit_lock','1332680445:11'),(114,76,'_wp_page_template','default'),(115,79,'_edit_last','11'),(116,79,'_edit_lock','1332680451:11'),(117,79,'_wp_page_template','default'),(118,96,'_edit_last','11'),(119,96,'_edit_lock','1366687574:11'),(120,96,'_wp_page_template','default'),(121,98,'_edit_last','11'),(122,98,'_edit_lock','1416619680:11'),(127,113,'_wp_attached_file','2012/05/cropped-2010-camp.jpg'),(128,113,'_wp_attachment_context','custom-header'),(129,113,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";s:14:\"hwstring_small\";s:23:\"height=\'36\' width=\'128\'\";s:4:\"file\";s:29:\"2012/05/cropped-2010-camp.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"cropped-2010-camp-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"cropped-2010-camp-300x86.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"86\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:29:\"cropped-2010-camp-500x144.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"144\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(130,113,'_wp_attachment_is_custom_header','twentyeleven'),(131,114,'_wp_attached_file','2012/05/DSC04106.jpg'),(132,114,'_wp_attachment_context','custom-header'),(133,115,'_wp_attached_file','2012/05/DSC041061.jpg'),(134,115,'_wp_attachment_context','custom-header'),(135,116,'_wp_attached_file','2012/05/cropped-empty-playa.jpg'),(136,116,'_wp_attachment_context','custom-header'),(137,116,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";s:14:\"hwstring_small\";s:23:\"height=\'36\' width=\'128\'\";s:4:\"file\";s:31:\"2012/05/cropped-empty-playa.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"cropped-empty-playa-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"cropped-empty-playa-300x86.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"86\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:31:\"cropped-empty-playa-500x144.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"144\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(138,116,'_wp_attachment_is_custom_header','twentyeleven'),(139,117,'_wp_attached_file','2012/05/cropped-firework.jpg'),(140,117,'_wp_attachment_context','custom-header'),(141,117,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";s:14:\"hwstring_small\";s:23:\"height=\'36\' width=\'128\'\";s:4:\"file\";s:28:\"2012/05/cropped-firework.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"cropped-firework-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"cropped-firework-300x86.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"86\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:28:\"cropped-firework-500x144.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"144\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(142,117,'_wp_attachment_is_custom_header','twentyeleven'),(143,118,'_wp_attached_file','2012/05/man-fireworks.jpg'),(144,118,'_wp_attachment_context','custom-header'),(145,119,'_wp_attached_file','2012/05/man-fireworks1.jpg'),(146,119,'_wp_attachment_context','custom-header'),(147,120,'_wp_attached_file','2012/05/man-fireworks2.jpg'),(148,120,'_wp_attachment_context','custom-header'),(149,123,'_edit_last','11'),(150,123,'_edit_lock','1344801426:11'),(153,127,'_edit_last','11'),(154,127,'_edit_lock','1366853021:11'),(155,127,'_wp_page_template','default'),(156,131,'_menu_item_type','post_type'),(157,131,'_menu_item_menu_item_parent','0'),(158,131,'_menu_item_object_id','127'),(159,131,'_menu_item_object','page'),(160,131,'_menu_item_target',''),(161,131,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(162,131,'_menu_item_xfn',''),(163,131,'_menu_item_url',''),(164,131,'_menu_item_orphaned','1347843413'),(165,141,'_edit_last','1'),(166,141,'_edit_lock','1376780966:1'),(167,141,'_wp_page_template','default'),(172,164,'_edit_last','11'),(173,164,'_edit_lock','1366852895:11'),(178,169,'_wp_attached_file','2013/04/DSC04106.jpg'),(179,169,'_wp_attachment_context','custom-background'),(185,116,'_wp_attachment_is_custom_background','twentyeleven'),(184,114,'_wp_attachment_is_custom_background','twentyeleven'),(183,172,'_wp_attached_file','2013/04/DSC04171.jpg'),(186,172,'_wp_attachment_is_custom_background','twentyeleven'),(187,173,'_wp_attached_file','2013/04/playa-surface.jpg'),(188,173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2260;s:6:\"height\";i:1380;s:4:\"file\";s:25:\"2013/04/playa-surface.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"playa-surface-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:25:\"playa-surface-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"playa-surface-1024x625.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"playa-surface-1000x288.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"large-feature\";a:4:{s:4:\"file\";s:26:\"playa-surface-1000x288.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-feature\";a:4:{s:4:\"file\";s:25:\"playa-surface-491x300.jpg\";s:5:\"width\";i:491;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DSC-W150\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1314524547;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";}}'),(189,173,'_wp_attachment_is_custom_background','twentyeleven'),(190,177,'_edit_last','11'),(191,177,'_edit_lock','1370315066:11'),(192,177,'_wp_page_template','default'),(193,186,'_wp_attached_file','2013/04/CampPlan2013b.jpg'),(194,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2013/04/CampPlan2013b.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"CampPlan2013b-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:25:\"CampPlan2013b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"CampPlan2013b-960x288.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"large-feature\";a:4:{s:4:\"file\";s:25:\"CampPlan2013b-960x288.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-feature\";a:4:{s:4:\"file\";s:25:\"CampPlan2013b-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;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:\"\";}}'),(207,216,'_edit_last','11'),(208,216,'_edit_lock','1371075267:11'),(211,224,'_edit_last','1'),(212,224,'_edit_lock','1379289131:1'),(213,224,'_wp_page_template','default'),(214,9,'_oembed_53f06a2a553845abe3815046e15333f4','{{unknown}}'),(215,238,'_edit_last','11'),(218,238,'_edit_lock','1407327043:11'),(223,60,'_oembed_bb3691e28c2c83fb54a2b3eec1956ec0','{{unknown}}'); /*!40000 ALTER TABLE `wpnf_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpnf_posts` -- DROP TABLE IF EXISTS `wpnf_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpnf_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=243 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpnf_posts` -- LOCK TABLES `wpnf_posts` WRITE; /*!40000 ALTER TABLE `wpnf_posts` DISABLE KEYS */; INSERT INTO `wpnf_posts` VALUES (1,1,'2011-09-18 01:23:07','2011-09-18 01:23:07','I\'ve decided to try my hand at wordpress for the nosefish.org web site.  Mainly, I think I want to have a site where people can collaborate, and wordpress seems to be a reasonable way to create one.','Nosefish.org lives!','','publish','open','open','','hello-world','','','2011-09-18 03:51:10','2011-09-18 03:51:10','',0,'http://nosefish.org/?p=1',0,'post','',1),(4,1,'2011-09-18 01:35:45','2011-09-18 01:35:45','Camp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" four times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). We learned a lot about what can go wrong with EL Wire on the playa -- read our Tips and Tricks Page!\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1024\"]\"\" Camp Nosefish 2010[/caption]\r\n\r\nBoth years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Who We Are','','publish','open','closed','','welcome-to-nosefish-org','','','2013-04-23 03:16:23','2013-04-23 03:16:23','',0,'http://nosefish.org/?page_id=4',1000,'page','',0),(5,1,'2011-09-18 01:29:49','2011-09-18 01:29:49','Welcome to the Nosefish.org home page.\n\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" three times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\n\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day','Welcome to Nosefish.org','','inherit','open','open','','4-revision','','','2011-09-18 01:29:49','2011-09-18 01:29:49','',4,'http://nosefish.org/?p=5',0,'revision','',0),(6,1,'2011-09-18 01:33:52','2011-09-18 01:33:52','Howard Cohen in the Nose Fish service dome repairing EL Wire','Howard in the 2011 EL Wire Service Dome','This will be easy...','inherit','open','open','','img_1765','','','2011-09-18 01:33:52','2011-09-18 01:33:52','',4,'http://nosefish.org/wp-content/uploads/2011/09/IMG_1765.jpg',0,'attachment','image/jpeg',0),(7,1,'2011-09-18 01:31:49','2011-09-18 01:31:49','Welcome to the Nosefish.org home page.\n\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" three times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\n\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p).\n\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.','Welcome to Nosefish.org','','inherit','open','open','','4-revision-2','','','2011-09-18 01:31:49','2011-09-18 01:31:49','',4,'http://nosefish.org/?p=7',0,'revision','',0),(8,1,'2011-09-18 01:35:39','2011-09-18 01:35:39','Welcome to the Nosefish.org home page.\r\n\r\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" three times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p).\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Welcome to Nosefish.org','','inherit','open','open','','4-revision-3','','','2011-09-18 01:35:39','2011-09-18 01:35:39','',4,'http://nosefish.org/?p=8',0,'revision','',0),(9,1,'2011-09-18 01:47:03','2011-09-18 01:47:03','http://nosefish.org/wp-content/uploads/2011/09/header.1000x288.jpg','header.1000x288.jpg','','inherit','open','open','','header-1000x288-jpg','','','2011-09-18 01:47:03','2011-09-18 01:47:03','',0,'http://nosefish.org/wp-content/uploads/2011/09/header.1000x288.jpg',0,'attachment','image/jpeg',0),(10,11,'2013-04-23 02:56:38','2013-04-23 02:56:38','Camp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" four times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\n\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). We learned a lot about what can go wrong with EL Wire on the playa -- read our Tips and Tricks Page!\n\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1024\"]\"\" Camp Nosefish 2010[/caption]\n\nBoth years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\n\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\n\n\"Howard','Who We Are','','inherit','open','open','','4-autosave','','','2013-04-23 02:56:38','2013-04-23 02:56:38','',4,'http://nosefish.org/?p=10',0,'revision','',0),(12,1,'2011-09-18 01:53:00','2011-09-18 01:53:00','I\'ve decided to try my hand at wordpress for the nosefish.org web site.  Mainly, I think I want to have a site where people can collaborate, and wordpress seems to be a reasonable way to create one.','Hello world!','','inherit','open','open','','1-autosave','','','2011-09-18 01:53:00','2011-09-18 01:53:00','',1,'http://nosefish.org/?p=12',0,'revision','',0),(13,1,'2011-09-18 01:23:07','2011-09-18 01:23:07','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','inherit','open','open','','1-revision','','','2011-09-18 01:23:07','2011-09-18 01:23:07','',1,'http://nosefish.org/?p=13',0,'revision','',0),(15,1,'2011-09-18 01:58:22','2011-09-18 01:58:22','The Nosefish EL Wire Service for 2012 and beyond will be operated by a team consisting of a foreman, one or more technicians and a line manager.\r\n\r\nThe foreman is responsible for the team and will also be a technician.  A technician is someone able to diagnose and repair EL Wire-related problems.\r\n\r\nThe line manager is someone who interacts with people in line, supports the technicians and closes the line when the service is over for the day.\r\n\r\nDifferent people will be on the team each day.   We welcome volunteers to help with repairs or donations of spare working parts.','EL Wire Team','','publish','open','closed','','el-wire-team','','','2013-04-25 04:43:47','2013-04-25 04:43:47','',19,'http://nosefish.org/?page_id=15',3010,'page','',0),(16,1,'2011-09-18 01:57:51','2011-09-18 01:57:51','The Nosefish EL Wire Service for 2012 and beyond will be operated by a team consisting of a foreman, one or more technicians and a line manager.\n\nThe foreman is responsible for the team and will also be a technician.  A technician is someone able to diagnose and repair EL Wire-related problems.\n\nThe line manager is someone who interacts with people in line, supports the technicians and closes the line when the service is over for the day.\n\nDifferent people will be on the team each day.','EL Wire Service','','inherit','open','open','','15-revision','','','2011-09-18 01:57:51','2011-09-18 01:57:51','',15,'http://nosefish.org/?p=16',0,'revision','',0),(17,1,'2011-09-18 02:07:55','2011-09-18 02:07:55','Camp Nosefish will provide four EL Wire repair stations.  Three will be reserved for technicians and one will be made available to Burning Man participants who would like to attempt their own repair.\r\n\r\nEach workstation will have:\r\n\r\nEach pair of adjacent workstations will share a hot-melt glue gun and a hot-air gun.\r\n\r\nThe 2011 volunteers excelled at reaching over each other, sharing scarce resources like the \"known good driver,\" and finding tools and materials in what can only be described as a \"heap.\"  In 2012 the goal is to make volunteering an exercise in customer service and not a combination of \"where\'s waldo\" and \"twister.\"','Workstations','','publish','open','closed','','workstations','','','2012-03-25 12:59:45','2012-03-25 12:59:45','',19,'http://nosefish.org/?page_id=17',3020,'page','',0),(18,1,'2011-09-18 02:07:30','2011-09-18 02:07:30','Camp Nosefish will provide four EL Wire repair stations.  Three will be reserved for technicians and one will be made available to Burning Man participants who would like to attempt their own repair.\n\nEach workstation will have:\n\nEach pair of adjacent workstations will share a hot-melt glue gun and a hot-air gun.\n\nThe 2011 volunteers excelled at reaching over each other, sharing scarce resources like the \"known good driver,\" and finding tools and materials in what can only be described as a \"heap.\"  In 2012 the goal is to make volunteering an','Workstations','','inherit','open','open','','17-revision','','','2011-09-18 02:07:30','2011-09-18 02:07:30','',17,'http://nosefish.org/?p=18',0,'revision','',0),(19,1,'2011-09-18 02:16:24','2011-09-18 02:16:24','There are literally miles of EL Wire at Burning Man.  No matter how many technicians we have or how many hours we stay open we probably cannot provide enough service for all needs.  Also, while our main benefactor, Benny at http://www.coolneon.com has been immensely generous and provided us a lot of drivers and wire, we\'ll never have enough drivers to replace all the ones people break or which fail in the desert.  So, we have to have some priorities to guide us through the decision process for what to do and for whom.\r\n\r\nOur priorities are:\r\n
    \r\n
  1. Get more people and bikes lit at night: more people lit at all is better than fewer people lit more brightly
  2. \r\n
  3. Respect the Art: if you put a lot of time into your project, we\'re more likely to want to put more time into it as well
  4. \r\n
  5. Help more people: there\'s a lot of people in line behind you... what\'s the fastest way to help and still do a quality job?
  6. \r\n
  7. Conserve scarce resources: drivers are always in demand.  If yours is dead you may get a smaller one that will still do the job.  If three of yours died we may provide you with only one or two to run your project.
  8. \r\n
\r\nWould you like to help us with the EL Wire Repair service?  Find out how','EL Wire Services','','publish','open','closed','','nosefish-el-wire-services','','','2013-04-25 04:47:54','2013-04-25 04:47:54','',0,'http://nosefish.org/?page_id=19',3000,'page','',0),(20,1,'2011-09-18 02:16:05','2011-09-18 02:16:05','There are literally miles of EL Wire at Burning Man.  No matter how many technicians we have or how many hours we stay open we probably cannot provide enough service for all needs.  Also, while our main benefactor, Benny at http://www.coolneon.com has been immensely generous and provided us a lot of drivers and wire, we\'ll never have enough drivers to replace all the ones people break or which fail in the desert.  So, we have to have some priorities to guide us through the decision process for what to do and for whom.\n\nOur priorities are:\n
    \n
  1. Get more people and bikes lit at night: more people lit at all is better than fewer people lit more brightly
  2. \n
  3. Respect the Art: if you put a lot of time into your project, we\'re more likely to want to put more time into it as well
  4. \n
  5. Help more people: there\'s a lot of people in line behind you... what\'s the fastest way to help and still do a quality job?
  6. \n
  7. Conserve scarce resources: drivers are always in demand.  If yours is dead you may get a smaller one that will still do the job.  If three of yours died we may provide you with o
  8. \n
','Nosefish EL Wire Services','','inherit','open','open','','19-revision','','','2011-09-18 02:16:05','2011-09-18 02:16:05','',19,'http://nosefish.org/?p=20',0,'revision','',0),(21,1,'2011-09-18 02:27:58','2011-09-18 02:27:58','We\'ve learned a lot over the past two years repairing EL Wire on the Playa.  Here\'s some tips you can consider:\r\n
    \r\n
  1. If your wire gets ripped out of your driver, take out the batteries.  A driver that is on, with no wire attached, will burn out and be ruined.
  2. \r\n
  3. Do not make tight turns or knots in EL Wire or tighten zip-ties onto EL Wire too tightly.  The very fine corona wires inside the EL Wire\'s vinyl coating are very fragile and will break easily.  The wire will stop glowing or be dim at the first break (at best) or will short out and burn out your driver (at worst).
  4. \r\n
  5. Use a good technique when Terminating EL wire (e.g. using copper foil, heat shrink tubing and hot-melt glue.) Poor terminations fail and the diagnosis and repair often takes far longer than it would have taken to do it better to begin with.
  6. \r\n
  7. Every segment of EL Wire should have its own connector -- never daisy-chain segments.  Soldering one wire to the end of the previous one may save you a few pennies on connectors, but it will cost you potentially hours of frustration trying to debug your project, and reusing segments will be inconvenient at best.  If each segment has its own connector finding which segments are shorted is trivial!  You don\'t have to start cutting wires to isolate shorts.
  8. \r\n
  9. EL Wire Projects are fragile -- handle with care.  If you\'re just winding EL Wire around your bike, do that after you arrive on the playa, and remove it before you go home.  Store fun-lights in plastic bags after wrapping the wire around your hand. Store clothing  in flip-top boxes.  Store larger projects in boxes that protect the wire.
  10. \r\n
  11. If you discover a short in a piece of wire, clip off about 1/8\" from the end with a sharp scissors.  It is not uncommon for the end to be the location of the short circuit, and in any case it is easy to do and won\'t harm the wire.  If the short isn\'t there, it is probably at the termination itself... which probably wouldn\'t have happened at all if a good termination technique was used.
  12. \r\n
','EL Wire Tips and Tricks','','publish','open','closed','','el-wire-tips-and-tricks','','','2012-03-25 12:59:53','2012-03-25 12:59:53','',19,'http://nosefish.org/?page_id=21',3030,'page','',0),(22,1,'2011-09-18 02:19:30','2011-09-18 02:19:30','We\'ve learned a lot over the past two years repairing EL Wire on the Playa.  Here\'s some tips you can consider:\n
    \n
  1. If your wire gets ripped out of your driver, take out the batteries.  A driver that is on, with no wire attached, will burn out and be ruined.
  2. \n
  3. Do not make tight turns or knots in EL Wire or tighten zip-ties onto EL Wire too tightly.  The very fine corona wire inside the EL Wire\'s vinyl coating are very fragile and will break easily.
  4. \n
','EL Wire Tips and Tricks','','inherit','open','open','','21-revision','','','2011-09-18 02:19:30','2011-09-18 02:19:30','',21,'http://nosefish.org/?p=22',0,'revision','',0),(23,1,'2011-09-18 02:24:13','2011-09-18 02:24:13','We\'ve learned a lot over the past two years repairing EL Wire on the Playa.  Here\'s some tips you can consider:\n
    \n
  1. If your wire gets ripped out of your driver, take out the batteries.  A driver that is on, with no wire attached, will burn out and be ruined.
  2. \n
  3. Do not make tight turns or knots in EL Wire or tighten zip-ties onto EL Wire too tightly.  The very fine corona wires inside the EL Wire\'s vinyl coating are very fragile and will break easily.  The wire will stop glowing or be dim at the first break (at best) or will short out and burn out your driver (at worst).
  4. \n
  5. Use a good technique (e.g. using copper foil, heat shrink tubing and hot-melt glue) when Terminating EL wire. Poor terminations fail and the diagnosis and repair often takes far longer than it would have taken to do it better to begin with.
  6. \n
  7. Every segment of EL Wire should have its own connector -- never daisy-chain segments.  Soldering one wire to the end of the previous one may save you a few pennies on connectors, but it will cost you potentially hours of frustration trying to debug your project, and reusing segments will be inconvenient at best.  If each segment has its own connector finding which segments are shorted is trivial!  You don
  8. \n
','EL Wire Tips and Tricks','','inherit','open','open','','21-revision-2','','','2011-09-18 02:24:13','2011-09-18 02:24:13','',21,'http://nosefish.org/?p=23',0,'revision','',0),(24,1,'2011-09-18 02:27:57','2011-09-18 02:27:57','We\'ve learned a lot over the past two years repairing EL Wire on the Playa.  Here\'s some tips you can consider:\n
    \n
  1. If your wire gets ripped out of your driver, take out the batteries.  A driver that is on, with no wire attached, will burn out and be ruined.
  2. \n
  3. Do not make tight turns or knots in EL Wire or tighten zip-ties onto EL Wire too tightly.  The very fine corona wires inside the EL Wire\'s vinyl coating are very fragile and will break easily.  The wire will stop glowing or be dim at the first break (at best) or will short out and burn out your driver (at worst).
  4. \n
  5. Use a good technique when Terminating EL wire (e.g. using copper foil, heat shrink tubing and hot-melt glue.) Poor terminations fail and the diagnosis and repair often takes far longer than it would have taken to do it better to begin with.
  6. \n
  7. Every segment of EL Wire should have its own connector -- never daisy-chain segments.  Soldering one wire to the end of the previous one may save you a few pennies on connectors, but it will cost you potentially hours of frustration trying to debug your project, and reusing segments will be inconvenient at best.  If each segment has its own connector finding which segments are shorted is trivial!  You don\'t have to start cutting wires to isolate shorts.
  8. \n
  9. EL Wire Projects are fragile -- handle with care.  If you\'re just winding EL Wire around your bike, do that after you arrive on the playa, and remove it before you go home.  Store fun-lights in plastic bags after wrapping the wire around your hand. Store clothing  in flip-top boxes.  Store larger projects in boxes that protect the wire.
  10. \n
','EL Wire Tips and Tricks','','inherit','open','open','','21-revision-3','','','2011-09-18 02:27:57','2011-09-18 02:27:57','',21,'http://nosefish.org/?p=24',0,'revision','',0),(25,1,'2011-09-18 02:29:20','2011-09-18 02:29:20','We’ve learned a lot over the past two years repairing EL Wire on the Playa.  Here’s some tips you can consider:\r\n\r\n If your wire gets ripped out of your driver, take out the batteries.  A driver that is on, with no wire attached, will burn out and be ruined.\r\n Do not make tight turns or knots in EL Wire or tighten zip-ties onto EL Wire too tightly.  The very fine corona wires inside the EL Wire’s vinyl coating are very fragile and will break easily.  The wire will stop glowing or be dim at the first break (at best) or will short out and burn out your driver (at worst).\r\n Use a good technique when Terminating EL wire (e.g. using copper foil, heat shrink tubing and hot-melt glue.) Poor terminations fail and the diagnosis and repair often takes far longer than it would have taken to do it better to begin with.\r\n Every segment of EL Wire should have its own connector — never daisy-chain segments.  Soldering one wire to the end of the previous one may save you a few pennies on connectors, but it will cost you potentially hours of frustration trying to debug your project, and reusing segments will be inconvenient at best.  If each segment has its own connector finding which segments are shorted is trivial!  You don’t have to start cutting wires to isolate shorts.\r\n EL Wire Projects are fragile — handle with care.  If you’re just winding EL Wire around your bike, do that after you arrive on the playa, and remove it before you go home.  Store fun-lights in plastic bags after wrapping the wire around your hand. Store clothing  in flip-top boxes.  Store larger projects in boxes that protect the wire.\r\n','','','publish','open','open','','25','','','2011-09-18 02:29:20','2011-09-18 02:29:20','',0,'http://nosefish.org/?p=25',1,'nav_menu_item','',0),(26,1,'2011-09-18 02:29:20','2011-09-18 02:29:20','There are literally miles of EL Wire at Burning Man.  No matter how many technicians we have or how many hours we stay open we probably cannot provide enough service for all needs.  Also, while our main benefactor, Benny at http://www.coolneon.com has been immensely generous and provided us a lot of drivers and wire, we’ll never have enough drivers to replace all the ones people break or which fail in the desert.  So, we have to have some priorities to guide us through the decision process for what to do and for whom.\r\n\r\nOur priorities are:\r\n\r\n Get more people and bikes lit at night: more people lit at all is better than fewer people lit more brightly\r\n Respect the Art: if you put a lot of time into your project, we’re more likely to want to put more time into it as well\r\n Help more people: there’s a lot of people in line behind you… what’s the fastest way to help and still do a quality job?\r\n Conserve scarce resources: drivers are always in demand.  If yours is dead you may get a smaller one that will still do the job.  If three of yours died we may provide you with only one or two to run your project.\r\n','','','publish','open','open','','26','','','2011-09-18 02:29:20','2011-09-18 02:29:20','',0,'http://nosefish.org/?p=26',2,'nav_menu_item','',0),(27,1,'2011-09-18 02:29:20','2011-09-18 02:29:20','Camp Nosefish will provide four EL Wire repair stations.  Three will be reserved for technicians and one will be made available to Burning Man participants who would like to attempt their own repair.\r\n\r\nEach workstation will have:\r\n\r\n A high quality soldering iron with sponge and stand\r\n A known-good driver and known-good battery cage\r\n A known-good EL Wire Fish and a longer length of known-good wire for testing drivers\r\n A collection of gender and manufacturer adaptors\r\n A kludge wire with alligator clips\r\n Copper foil, heat-shrink tubing, termination connectors, solder\r\n A continuity tester or VOM with continuity tester\r\n A good scissors\r\n A good wire stripper\r\n A “third hand”\r\n Electrical tape, zip ties\r\n\r\nEach pair of adjacent workstations will share a hot-melt glue gun and a hot-air gun.\r\n\r\nThe 2011 volunteers excelled at reaching over each other, sharing scarce resources like the “known good driver,” and finding tools and materials in what can only be described as a “heap.”  In 2012 the goal is to make volunteering an exercise in customer service and not a combination of “where’s waldo” and “twister.”','','','publish','open','open','','27','','','2011-09-18 02:29:20','2011-09-18 02:29:20','',0,'http://nosefish.org/?p=27',4,'nav_menu_item','',0),(28,1,'2011-09-18 02:29:20','2011-09-18 02:29:20','The Nosefish EL Wire Service for 2012 and beyond will be operated by a team consisting of a foreman, one or more technicians and a line manager.\r\n\r\nThe foreman is responsible for the team and will also be a technician.  A technician is someone able to diagnose and repair EL Wire-related problems.\r\n\r\nThe line manager is someone who interacts with people in line, supports the technicians and closes the line when the service is over for the day.\r\n\r\nDifferent people will be on the team each day.','','','publish','open','open','','28','','','2011-09-18 02:29:20','2011-09-18 02:29:20','',0,'http://nosefish.org/?p=28',3,'nav_menu_item','',0),(30,1,'2011-09-18 01:58:22','2011-09-18 01:58:22','The Nosefish EL Wire Service for 2012 and beyond will be operated by a team consisting of a foreman, one or more technicians and a line manager.\r\n\r\nThe foreman is responsible for the team and will also be a technician.  A technician is someone able to diagnose and repair EL Wire-related problems.\r\n\r\nThe line manager is someone who interacts with people in line, supports the technicians and closes the line when the service is over for the day.\r\n\r\nDifferent people will be on the team each day.','EL Wire Team','','inherit','open','open','','15-revision-2','','','2011-09-18 01:58:22','2011-09-18 01:58:22','',15,'http://nosefish.org/?p=30',0,'revision','',0),(31,1,'2011-09-18 02:07:55','2011-09-18 02:07:55','Camp Nosefish will provide four EL Wire repair stations.  Three will be reserved for technicians and one will be made available to Burning Man participants who would like to attempt their own repair.\r\n\r\nEach workstation will have:\r\n\r\nEach pair of adjacent workstations will share a hot-melt glue gun and a hot-air gun.\r\n\r\nThe 2011 volunteers excelled at reaching over each other, sharing scarce resources like the \"known good driver,\" and finding tools and materials in what can only be described as a \"heap.\"  In 2012 the goal is to make volunteering an exercise in customer service and not a combination of \"where\'s waldo\" and \"twister.\"','Workstations','','inherit','open','open','','17-revision-2','','','2011-09-18 02:07:55','2011-09-18 02:07:55','',17,'http://nosefish.org/?p=31',0,'revision','',0),(32,1,'2011-09-18 02:27:58','2011-09-18 02:27:58','We\'ve learned a lot over the past two years repairing EL Wire on the Playa.  Here\'s some tips you can consider:\r\n
    \r\n
  1. If your wire gets ripped out of your driver, take out the batteries.  A driver that is on, with no wire attached, will burn out and be ruined.
  2. \r\n
  3. Do not make tight turns or knots in EL Wire or tighten zip-ties onto EL Wire too tightly.  The very fine corona wires inside the EL Wire\'s vinyl coating are very fragile and will break easily.  The wire will stop glowing or be dim at the first break (at best) or will short out and burn out your driver (at worst).
  4. \r\n
  5. Use a good technique when Terminating EL wire (e.g. using copper foil, heat shrink tubing and hot-melt glue.) Poor terminations fail and the diagnosis and repair often takes far longer than it would have taken to do it better to begin with.
  6. \r\n
  7. Every segment of EL Wire should have its own connector -- never daisy-chain segments.  Soldering one wire to the end of the previous one may save you a few pennies on connectors, but it will cost you potentially hours of frustration trying to debug your project, and reusing segments will be inconvenient at best.  If each segment has its own connector finding which segments are shorted is trivial!  You don\'t have to start cutting wires to isolate shorts.
  8. \r\n
  9. EL Wire Projects are fragile -- handle with care.  If you\'re just winding EL Wire around your bike, do that after you arrive on the playa, and remove it before you go home.  Store fun-lights in plastic bags after wrapping the wire around your hand. Store clothing  in flip-top boxes.  Store larger projects in boxes that protect the wire.
  10. \r\n
','EL Wire Tips and Tricks','','inherit','open','open','','21-revision-4','','','2011-09-18 02:27:58','2011-09-18 02:27:58','',21,'http://nosefish.org/?p=32',0,'revision','',0),(33,1,'2011-09-18 02:16:24','2011-09-18 02:16:24','There are literally miles of EL Wire at Burning Man.  No matter how many technicians we have or how many hours we stay open we probably cannot provide enough service for all needs.  Also, while our main benefactor, Benny at http://www.coolneon.com has been immensely generous and provided us a lot of drivers and wire, we\'ll never have enough drivers to replace all the ones people break or which fail in the desert.  So, we have to have some priorities to guide us through the decision process for what to do and for whom.\r\n\r\nOur priorities are:\r\n
    \r\n
  1. Get more people and bikes lit at night: more people lit at all is better than fewer people lit more brightly
  2. \r\n
  3. Respect the Art: if you put a lot of time into your project, we\'re more likely to want to put more time into it as well
  4. \r\n
  5. Help more people: there\'s a lot of people in line behind you... what\'s the fastest way to help and still do a quality job?
  6. \r\n
  7. Conserve scarce resources: drivers are always in demand.  If yours is dead you may get a smaller one that will still do the job.  If three of yours died we may provide you with only one or two to run your project.
  8. \r\n
','Nosefish EL Wire Services','','inherit','open','open','','19-revision-2','','','2011-09-18 02:16:24','2011-09-18 02:16:24','',19,'http://nosefish.org/?p=33',0,'revision','',0),(34,1,'2011-09-18 01:35:45','2011-09-18 01:35:45','Welcome to the Nosefish.org home page.\r\n\r\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" three times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p).\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Welcome to Nosefish.org','','inherit','open','open','','4-revision-4','','','2011-09-18 01:35:45','2011-09-18 01:35:45','',4,'http://nosefish.org/?p=34',0,'revision','',0),(35,1,'2011-09-18 02:37:53','2011-09-18 02:37:53','Welcome to the Nosefish.org home page.\r\n\r\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" three times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). Both years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Welcome to Nosefish.org','','inherit','open','open','','4-revision-5','','','2011-09-18 02:37:53','2011-09-18 02:37:53','',4,'http://nosefish.org/?p=35',0,'revision','',0),(36,1,'2011-09-18 02:39:13','2011-09-18 02:39:13','Welcome to the Nosefish.org home page.\r\n\r\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" three times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). Both years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Welcome to Nosefish.org','','inherit','open','open','','4-revision-6','','','2011-09-18 02:39:13','2011-09-18 02:39:13','',4,'http://nosefish.org/?p=36',0,'revision','',0),(37,11,'2012-03-25 11:59:07','2012-03-25 11:59:07','We\'ve learned a lot over the past two years repairing EL Wire on the Playa.  Here\'s some tips you can consider:\r\n
    \r\n
  1. If your wire gets ripped out of your driver, take out the batteries.  A driver that is on, with no wire attached, will burn out and be ruined.
  2. \r\n
  3. Do not make tight turns or knots in EL Wire or tighten zip-ties onto EL Wire too tightly.  The very fine corona wires inside the EL Wire\'s vinyl coating are very fragile and will break easily.  The wire will stop glowing or be dim at the first break (at best) or will short out and burn out your driver (at worst).
  4. \r\n
  5. Use a good technique when Terminating EL wire (e.g. using copper foil, heat shrink tubing and hot-melt glue.) Poor terminations fail and the diagnosis and repair often takes far longer than it would have taken to do it better to begin with.
  6. \r\n
  7. Every segment of EL Wire should have its own connector -- never daisy-chain segments.  Soldering one wire to the end of the previous one may save you a few pennies on connectors, but it will cost you potentially hours of frustration trying to debug your project, and reusing segments will be inconvenient at best.  If each segment has its own connector finding which segments are shorted is trivial!  You don\'t have to start cutting wires to isolate shorts.
  8. \r\n
  9. EL Wire Projects are fragile -- handle with care.  If you\'re just winding EL Wire around your bike, do that after you arrive on the playa, and remove it before you go home.  Store fun-lights in plastic bags after wrapping the wire around your hand. Store clothing  in flip-top boxes.  Store larger projects in boxes that protect the wire.
  10. \r\n
  11. If you discover a short in a piece of wire, clip off about 1/8\" from the end with a sharp scissors.  It is not uncommon for the end to be the location of the short circuit, and in any case it is easy to do and won\'t harm the wire.  If the short isn\'t there, it is probably at the termination itself... which probably wouldn\'t have happened at all if a good termination technique was used.
  12. \r\n
','EL Wire Tips and Tricks','','inherit','open','open','','21-autosave','','','2012-03-25 11:59:07','2012-03-25 11:59:07','',21,'http://nosefish.org/?p=37',0,'revision','',0),(38,1,'2011-09-18 02:34:11','2011-09-18 02:34:11','We\'ve learned a lot over the past two years repairing EL Wire on the Playa.  Here\'s some tips you can consider:\r\n
    \r\n
  1. If your wire gets ripped out of your driver, take out the batteries.  A driver that is on, with no wire attached, will burn out and be ruined.
  2. \r\n
  3. Do not make tight turns or knots in EL Wire or tighten zip-ties onto EL Wire too tightly.  The very fine corona wires inside the EL Wire\'s vinyl coating are very fragile and will break easily.  The wire will stop glowing or be dim at the first break (at best) or will short out and burn out your driver (at worst).
  4. \r\n
  5. Use a good technique when Terminating EL wire (e.g. using copper foil, heat shrink tubing and hot-melt glue.) Poor terminations fail and the diagnosis and repair often takes far longer than it would have taken to do it better to begin with.
  6. \r\n
  7. Every segment of EL Wire should have its own connector -- never daisy-chain segments.  Soldering one wire to the end of the previous one may save you a few pennies on connectors, but it will cost you potentially hours of frustration trying to debug your project, and reusing segments will be inconvenient at best.  If each segment has its own connector finding which segments are shorted is trivial!  You don\'t have to start cutting wires to isolate shorts.
  8. \r\n
  9. EL Wire Projects are fragile -- handle with care.  If you\'re just winding EL Wire around your bike, do that after you arrive on the playa, and remove it before you go home.  Store fun-lights in plastic bags after wrapping the wire around your hand. Store clothing  in flip-top boxes.  Store larger projects in boxes that protect the wire.
  10. \r\n
','EL Wire Tips and Tricks','','inherit','open','open','','21-revision-5','','','2011-09-18 02:34:11','2011-09-18 02:34:11','',21,'http://nosefish.org/?p=38',0,'revision','',0),(39,11,'2013-04-25 04:26:21','2013-04-25 04:26:21','Camp Nosefish will provide four EL Wire repair stations.  Three will be reserved for technicians and one will be made available to Burning Man participants who would like to attempt their own repair.\n\nEach workstation will have:\n\nEach pair of adjacent workstations will share a hot-melt glue gun and a hot-air gun.\n\nThe 2011 volunteers excelled at reaching over each other, sharing scarce resources like the \"known good driver,\" and finding tools and materials in what can only be described as a \"heap.\"  In 2012 the goal is to make volunteering an exercise in customer service and not a combination of \"where\'s waldo\" and \"twister.\"','Workstations','','inherit','open','open','','17-autosave','','','2013-04-25 04:26:21','2013-04-25 04:26:21','',17,'http://nosefish.org/?p=39',0,'revision','',0),(40,1,'2011-09-18 02:33:25','2011-09-18 02:33:25','Camp Nosefish will provide four EL Wire repair stations.  Three will be reserved for technicians and one will be made available to Burning Man participants who would like to attempt their own repair.\r\n\r\nEach workstation will have:\r\n\r\nEach pair of adjacent workstations will share a hot-melt glue gun and a hot-air gun.\r\n\r\nThe 2011 volunteers excelled at reaching over each other, sharing scarce resources like the \"known good driver,\" and finding tools and materials in what can only be described as a \"heap.\"  In 2012 the goal is to make volunteering an exercise in customer service and not a combination of \"where\'s waldo\" and \"twister.\"','Workstations','','inherit','open','open','','17-revision-3','','','2011-09-18 02:33:25','2011-09-18 02:33:25','',17,'http://nosefish.org/?p=40',0,'revision','',0),(41,1,'2011-09-18 01:51:57','2011-09-18 01:51:57','I\'ve decided to try my hand at wordpress for the nosefish.org web site.  Mainly, I think I want to have a site where people can collaborate, and wordpress seems to be a reasonable way to create one.','Hello world!','','inherit','open','open','','1-revision-2','','','2011-09-18 01:51:57','2011-09-18 01:51:57','',1,'http://nosefish.org/?p=41',0,'revision','',0),(42,1,'2011-09-18 02:40:49','2011-09-18 02:40:49','Welcome to the Nosefish.org home page.\r\n\r\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" three times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). We learned a lot about what can go wrong with EL Wire on the playa -- read our Tips and Tricks Page!\r\n\r\nBoth years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Welcome to Nosefish.org','','inherit','open','open','','4-revision-7','','','2011-09-18 02:40:49','2011-09-18 02:40:49','',4,'http://nosefish.org/?p=42',0,'revision','',0),(44,1,'2011-09-18 03:07:02','2011-09-18 03:07:02','The nosefish shower was designed by Howard Cohen in 2006 and has been built and used by countless burners since then.  It is simply a shower on a short platform built at a slight angle and with a hole in the lowest part, so the shower water can be collected.  Then it is easy to bring home or filter and treat and then sprinkle on the playa.  All the details are at:\r\n
www.timefold.com/shower
\r\n[caption id=\"attachment_46\" align=\"alignnone\" width=\"540\" caption=\"The first Nosefish Shower circa 2006\"]\"Nosefish[/caption]','Nosefish Shower','','publish','open','closed','','nosefish-shower','','','2012-03-25 13:00:09','2012-03-25 13:00:09','',48,'http://nosefish.org/?page_id=44',2010,'page','',0),(43,1,'2011-09-18 02:51:56','2011-09-18 02:51:56','Welcome to the Nosefish.org home page.\r\n\r\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" three times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). We learned a lot about what can go wrong with EL Wire on the playa -- read our Tips and Tricks Page!\r\n\r\nBoth years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\nPlease contact me at hoco@nosefish.org if you\'d like to have a user account in this web site so that you can add content.\r\n\r\n\"Howard','Welcome to Nosefish.org','','inherit','open','open','','4-revision-8','','','2011-09-18 02:51:56','2011-09-18 02:51:56','',4,'http://nosefish.org/?p=43',0,'revision','',0),(45,1,'2011-09-18 03:03:49','2011-09-18 03:03:49','This shower allows you to catch the shower water so it can be stored or treated. Don\'t dump shower water on the playa!','nosefishshower','The first Nosefish Shower, circa 2006','inherit','open','open','','nosefishshower','','','2011-09-18 03:03:49','2011-09-18 03:03:49','',44,'http://nosefish.org/wp-content/uploads/2011/09/nosefishshower.jpg',0,'attachment','image/jpeg',0),(46,1,'2011-09-18 03:05:52','2011-09-18 03:05:52','The nosefish shower makes it easy to catch the shower water before it hits the ground, so you can store or treat it. Don\'t dump shower water on the playa!','nosefishshower','The first Nosefish Shower circa 2006','inherit','open','open','','nosefishshower-2','','','2011-09-18 03:05:52','2011-09-18 03:05:52','',44,'http://nosefish.org/wp-content/uploads/2011/09/nosefishshower1.jpg',0,'attachment','image/jpeg',0),(47,1,'2011-09-18 03:05:43','2011-09-18 03:05:43','The nosefish shower was designed by Howard Cohen in 2006 and has been built and used by countless burners since then.  It is simply a shower on a short platform built at a slight angle and with a hole in the lowest part, so the shower water can be collected.  Then it is easy to bring home or filter and treat and then sprinkle on the playa.  All the details are at:\n
www.timefold.com/shower
\n ','Nosefish Shower','','inherit','open','open','','44-revision','','','2011-09-18 03:05:43','2011-09-18 03:05:43','',44,'http://nosefish.org/?p=47',0,'revision','',0),(48,1,'2011-09-18 03:46:48','2011-09-18 03:46:48','Over the years Camp Nosefish has been the home of some innovative projects including:\r\n\r\nWe do stuff and we learn from the process.  Sometimes we document what we learn or what we create.\r\n\r\nBefore there was a Camp Nosefish I went to Burning Man three times. Each time involved projects and learning.  Here\'s some more content from that era:\r\n','Other Projects','','publish','open','closed','','nosefish-projects','','','2013-04-23 02:10:24','2013-04-23 02:10:24','',0,'http://nosefish.org/?page_id=48',5000,'page','',0),(49,1,'2011-09-18 03:42:13','2011-09-18 03:42:13','Over the years Camp Nosefish has been the home of some innovative projects including:\n\nWe do stuff and we learn from the process.  Sometimes we document what we learn or what we create.\n\nBefore there was a Camp Nosefish I went to Burning Man three times. Each time involved projects and learning.  Here\'s some more content from that era:\n\nAnd, of course, where experience ends, opinion begins: nobody debates with falling hammers when their toes are in the way:\n','Nosefish Projects','','inherit','open','open','','48-revision','','','2011-09-18 03:42:13','2011-09-18 03:42:13','',48,'http://nosefish.org/?p=49',0,'revision','',0),(50,1,'2011-09-18 03:46:39','2011-09-18 03:46:39','Over the years Camp Nosefish has been the home of some innovative projects including:\n\nWe do stuff and we learn from the process.  Sometimes we document what we learn or what we create.\n\nBefore there was a Camp Nosefish I went to Burning Man three times. Each time involved projects and learning.  Here\'s some more content from that era:\n','Nosefish Projects','','inherit','open','open','','48-revision-2','','','2011-09-18 03:46:39','2011-09-18 03:46:39','',48,'http://nosefish.org/?p=50',0,'revision','',0),(51,1,'2011-09-18 03:07:02','2011-09-18 03:07:02','The nosefish shower was designed by Howard Cohen in 2006 and has been built and used by countless burners since then.  It is simply a shower on a short platform built at a slight angle and with a hole in the lowest part, so the shower water can be collected.  Then it is easy to bring home or filter and treat and then sprinkle on the playa.  All the details are at:\r\n
www.timefold.com/shower
\r\n[caption id=\"attachment_46\" align=\"alignnone\" width=\"540\" caption=\"The first Nosefish Shower circa 2006\"]\"Nosefish[/caption]','Nosefish Shower','','inherit','open','open','','44-revision-2','','','2011-09-18 03:07:02','2011-09-18 03:07:02','',44,'http://nosefish.org/?p=51',0,'revision','',0),(52,1,'2011-09-18 03:46:48','2011-09-18 03:46:48','Over the years Camp Nosefish has been the home of some innovative projects including:\r\n\r\nWe do stuff and we learn from the process.  Sometimes we document what we learn or what we create.\r\n\r\nBefore there was a Camp Nosefish I went to Burning Man three times. Each time involved projects and learning.  Here\'s some more content from that era:\r\n','Nosefish Projects','','inherit','open','open','','48-revision-3','','','2011-09-18 03:46:48','2011-09-18 03:46:48','',48,'http://nosefish.org/?p=52',0,'revision','',0),(53,1,'2011-09-18 02:50:53','2011-09-18 02:50:53','I\'ve decided to try my hand at wordpress for the nosefish.org web site.  Mainly, I think I want to have a site where people can collaborate, and wordpress seems to be a reasonable way to create one.','Nosefish.org lives!','','inherit','open','open','','1-revision-3','','','2011-09-18 02:50:53','2011-09-18 02:50:53','',1,'http://nosefish.org/?p=53',0,'revision','',0),(60,11,'2012-03-23 21:56:21','2012-03-23 21:56:21','http://nosefish.org/wp-content/uploads/2012/03/cropped-Tree-of-Life.jpg','cropped-Tree-of-Life.jpg','','inherit','closed','open','','cropped-tree-of-life-jpg','','','2012-03-23 21:56:21','2012-03-23 21:56:21','',0,'http://nosefish.org/wp-content/uploads/2012/03/cropped-Tree-of-Life.jpg',0,'attachment','image/jpeg',0),(98,11,'2012-04-10 18:04:11','2012-04-10 18:04:11','Camp Nose Fish is thrilled to be returning to Black Rock City in 2012! Once again we are offering EL wire repair during the day to help keep the participants of the city and their projects safe and visible after dark.  Also, we\'ll be bringing back by popular demand nightly quesadilla service, to provide weary citizens with some salty cheesy goodness to nourish their bodies and souls.\r\n\r\nAlso Camp Nose Fish will continue to bring quality art projects to the playa with the return of the MEZ screen as well as new projects to delight all.  Stay tuned to this space for more details!','Nosefish 2012 - Great things to come!','','publish','closed','closed','','nosefish-2012-great-things-to-come','','','2014-11-22 01:29:46','2014-11-22 01:29:46','',0,'http://nosefish.org/?p=98',0,'post','',0),(61,11,'2011-09-18 02:43:03','2011-09-18 02:43:03','We\'ve learned a lot over the past two years repairing EL Wire on the Playa.  Here\'s some tips you can consider:\r\n
    \r\n
  1. If your wire gets ripped out of your driver, take out the batteries.  A driver that is on, with no wire attached, will burn out and be ruined.
  2. \r\n
  3. Do not make tight turns or knots in EL Wire or tighten zip-ties onto EL Wire too tightly.  The very fine corona wires inside the EL Wire\'s vinyl coating are very fragile and will break easily.  The wire will stop glowing or be dim at the first break (at best) or will short out and burn out your driver (at worst).
  4. \r\n
  5. Use a good technique when Terminating EL wire (e.g. using copper foil, heat shrink tubing and hot-melt glue.) Poor terminations fail and the diagnosis and repair often takes far longer than it would have taken to do it better to begin with.
  6. \r\n
  7. Every segment of EL Wire should have its own connector -- never daisy-chain segments.  Soldering one wire to the end of the previous one may save you a few pennies on connectors, but it will cost you potentially hours of frustration trying to debug your project, and reusing segments will be inconvenient at best.  If each segment has its own connector finding which segments are shorted is trivial!  You don\'t have to start cutting wires to isolate shorts.
  8. \r\n
  9. EL Wire Projects are fragile -- handle with care.  If you\'re just winding EL Wire around your bike, do that after you arrive on the playa, and remove it before you go home.  Store fun-lights in plastic bags after wrapping the wire around your hand. Store clothing  in flip-top boxes.  Store larger projects in boxes that protect the wire.
  10. \r\n
  11. If you discover a short in a piece of wire, clip off about 1/8\" from the end with a sharp scissors.  It is not uncommon for the end to be the location of the short circuit, and in any case it is easy to do and won\'t harm the wire.  If the short isn\'t there, it is probably at the termination itself... which probably wouldn\'t have happened at all if a good termination technique was used.
  12. \r\n
','EL Wire Tips and Tricks','','inherit','open','open','','21-revision-6','','','2011-09-18 02:43:03','2011-09-18 02:43:03','',21,'http://nosefish.org/?p=61',0,'revision','',0),(62,11,'2011-09-18 02:46:06','2011-09-18 02:46:06','Camp Nosefish will provide four EL Wire repair stations.  Three will be reserved for technicians and one will be made available to Burning Man participants who would like to attempt their own repair.\r\n\r\nEach workstation will have:\r\n\r\nEach pair of adjacent workstations will share a hot-melt glue gun and a hot-air gun.\r\n\r\nThe 2011 volunteers excelled at reaching over each other, sharing scarce resources like the \"known good driver,\" and finding tools and materials in what can only be described as a \"heap.\"  In 2012 the goal is to make volunteering an exercise in customer service and not a combination of \"where\'s waldo\" and \"twister.\"','Workstations','','inherit','open','open','','17-revision-4','','','2011-09-18 02:46:06','2011-09-18 02:46:06','',17,'http://nosefish.org/?p=62',0,'revision','',0),(63,11,'2012-03-25 12:12:08','2012-03-25 12:12:08','Camp Nosefish has been present on the playa since 2003.  The history of our camp from 2003-2010 can be found here.\r\n\r\nIn 2011, Nosefish expanded our EL Wire Repair services to include more hours and more opportunities for participants of Black Rock City to help other burners repair their EL Wire projects.  We were honored to be named an LNT model camp by the Earth Guardians.  We also served up warm, delicious quesadillas at night so the denizens of BRC had some food in their bellies before a night of adventures on the playa.\r\n\r\n \r\n\r\n ','History of Camp Nosefish','','publish','open','closed','','history-of-camp-nosefish','','','2012-03-25 13:00:26','2012-03-25 13:00:26','',4,'http://nosefish.org/?page_id=63',1010,'page','',0),(64,11,'2012-03-25 12:11:39','2012-03-25 12:11:39','Camp Nosefish has been present on the playa since 2003.  The history of our camp from 2003-2010 can be found here.\n\nIn 2011, Nosefish expanded our EL Wire Repair services to include more hours and more opportunities for participants of Black Rock City to help other burners repair their EL Wire projects.  We were honored to be named an LNT model camp by the Earth Guardians.  We also served up warm, delicious quesadillas at night so the denizens of BRC had some food in their bellies before a night of adventures on the playa.\n\n \n\n ','History of Camp Nosefish','','inherit','open','open','','63-revision','','','2012-03-25 12:11:39','2012-03-25 12:11:39','',63,'http://nosefish.org/?p=64',0,'revision','',0),(66,11,'2012-03-25 12:13:47','2012-03-25 12:13:47','','Camp Nosefish 2010','','inherit','open','open','','img_1341','','','2012-03-25 12:13:47','2012-03-25 12:13:47','',4,'http://nosefish.org/wp-content/uploads/2012/03/2010-group-photo.jpg',0,'attachment','image/jpeg',0),(68,11,'2012-03-25 12:16:24','2012-03-25 12:16:24','','IMG_1341','','inherit','open','open','','img_1341-2','','','2012-03-25 12:16:24','2012-03-25 12:16:24','',4,'http://nosefish.org/wp-content/uploads/2012/03/2010-group-photo1.jpg',0,'attachment','image/jpeg',0),(69,11,'2012-03-25 12:17:37','2012-03-25 12:17:37','','Camp Nosefish 2010','Camp Nosefish 2010','inherit','open','open','','img_1341-3','','','2012-03-25 12:17:37','2012-03-25 12:17:37','',4,'http://nosefish.org/wp-content/uploads/2012/03/2010-group-photo2.jpg',0,'attachment','image/jpeg',0),(72,11,'2012-03-25 12:41:46','2012-03-25 12:41:46','Our Leave-no-trace plan is our mutual commitment to a Burning Man experience with zero-impact on the playa. We all see taking care of the playa as our personal responsibility. We will all help each other remember and fulfil this commitment.\r\n\r\nWe\'ve been an Earth Guardian \"Model Camp\" in 2004, 2005, and 2006 and we won \"Camp of the Day\" in 2004, 2005, 2006, 2010, and 2011. The Earth Guardians have helped us refine our practices and we\'ve embraced many of their suggestions.\r\n\r\nOur holistic approach is to not make a mess in the first place! We\'ll bring less and store it better. We\'ll make it easier for anyone else in our camp to secure our stuff rather than relying on luck to ensure that someone gets someone else\'s stuff secured during a storm. We\'re ready for a storm whenever it happens. That coupled with our normal vigilance will mean less time spent cleaning up for everyone and less chances of debris blowing away that someone else will have to clean up for us.\r\n\r\nResponsibility\r\n\r\nEllyn Bush is our LNT expert and main liaison with the Earth Guardians. She is committed to overseeing all LNT practices in the camp and ensuring that all camp members comply with our cleanup plan from our initial arrival on the playa until we all leave. Ellyn is also our Recycling Guru, who ensures we all recycle what can be recycled.\r\n\r\nLess is More\r\n\r\nOur philosophy is: less is more\r\n\r\nWe bring less stuff that doesn\'t matter and spend more time enjoying Burning Man. We\'ll certainly bring fun stuff like costumes, domes, camping equipment, art projects, etc., that allow us to interact with our fellow citizens of BRC. And we\'ll bring things to keep ourselves comfortable and well-fed regardless of the conditions. Of course we\'ll have tools and a few extra materials -- we have to anticipate the unexpected to reasonably balance the will of the desert. But we\'re making a conscious effort to bring less and do more with it.\r\n\r\n \r\n\r\n \r\n\r\n ','Our LNT commitment','','publish','open','closed','','our-lnt-commitment','','','2013-04-25 01:08:31','2013-04-25 01:08:31','',0,'http://nosefish.org/?page_id=72',4000,'page','',0),(73,11,'2012-03-25 12:22:59','2012-03-25 12:22:59','','IMG_1329','','inherit','open','open','','img_1329','','','2012-03-25 12:22:59','2012-03-25 12:22:59','',72,'http://nosefish.org/wp-content/uploads/2012/03/2010-camp.jpg',0,'attachment','image/jpeg',0),(74,11,'2012-03-25 12:37:04','2012-03-25 12:37:04','Camp nosefish has won the Earth Guardians \"Camp of the Day\" award 5 times (2004, 2005, 2006, 2010, and 2011).\n\n \n\n \n\n ','Our LNT commitment','','inherit','open','open','','72-revision','','','2012-03-25 12:37:04','2012-03-25 12:37:04','',72,'http://nosefish.org/?p=74',0,'revision','',0),(75,11,'2012-03-25 12:38:07','2012-03-25 12:38:07','Our Leave-no-trace plan is our mutual commitment to a Burning Man experience with zero-impact on the playa. We all see taking care of the playa as our personal responsibility. We will all help each other remember and fulfil this commitment.\n\nWe\'ve been an Earth Guardian \"Model Camp\" in 2004, 2005, and 2006 and we won \"Camp of the Day\" in 2004, 2005, 2006, 2010, and 2011. The Earth Guardians have helped us refine our practices and we\'ve embraced many of their suggestions.\n\nOur holistic approach is to not make a mess in the first place! We\'ll bring less and store it better. We\'ll make it easier for anyone else in our camp to secure our stuff rather than relying on luck to ensure that someone gets someone else\'s stuff secured during a storm. We\'re ready for a storm whenever it happens. That coupled with our normal vigilance will mean less time spent cleaning up for everyone and less chances of debris blowing away that someone else will have to clean up for us.\n\nResponsibility\n\nLaura Szymanski is our LNT expert and main liaison with the Earth Guardians. She is committed to overseeing all LNT practices in the camp and ensuring that all camp members comply with our cleanup plan from our initial arrival on the playa until we all leave. Laura is also our Recycling Guru, who ensures we all recycle what can be recycled.\n\n \n\n \n\n ','Our LNT commitment','','inherit','open','open','','72-revision-2','','','2012-03-25 12:38:07','2012-03-25 12:38:07','',72,'http://nosefish.org/?p=75',0,'revision','',0),(76,11,'2012-03-25 12:47:20','2012-03-25 12:47:20','We had some special challenges this year because of our Quesadilla! and EL Wire Repair servies. Here\'s our plan for managing them:\r\n\r\nPersonal Containment Domes\r\n\r\nThis year we have two large, covered shared domes and one personal dome. The domes will be covered with tarps in a manner that makes it easy to secure in a hurry by any of our camp members when there is a windstorm. One of the shared domes acts as our combined kitchen and storage area. The other is our camp\'s private lounge area. These areas will be protected from wind so that debris does not blow away using wind cloth. All of our domes have tarps on the floor to protect the playa from spills and to keep debris from getting ground into the playa.\r\n\r\nPeople will keep their items either in the kitchen dome or in their tents or vehicles.\r\n\r\nThe bottom line is that everyone in our camp has a place to keep their stuff so it won\'t blow away, whether they are there to protect it or not. Someone is always at our camp, and anyone in our camp will be able to close all the domes or tents quickly.','Dome Sweet Dome','','publish','open','closed','','dome-sweet-dome','','','2012-03-25 13:00:45','2012-03-25 13:00:45','',72,'http://nosefish.org/?page_id=76',4020,'page','',0),(77,11,'2012-03-25 12:46:59','2012-03-25 12:46:59','We had some special challenges this year because of our Quesadilla! and EL Wire Repair servies. Here\'s our plan for managing them:\n\nPersonal Containment Domes\n\nThis year we have two large, covered shared domes and one personal dome. The domes will be covered with tarps in a manner that makes it easy to secure in a hurry by any of our camp members when there is a windstorm. One of the shared domes acts as our combined kitchen and storage area. The other is our camp\'s private lounge area. These areas will be protected from wind so that debris does not blow away using wind cloth. All of our domes have tarps on the floor to protect the playa from spills and to keep debris from getting ground into the playa.\n\nPeople will keep their items either in the kitchen dome or in their tents or vehicles.\n\nThe bottom line is that everyone in our camp has a place to keep their stuff so it won\'t blow away, whether they are there to protect it or not. Someone is always at our camp, and anyone in our camp will be able to close all the domes or tents quickly.','Dome Sweet Dome','','inherit','open','open','','76-revision','','','2012-03-25 12:46:59','2012-03-25 12:46:59','',76,'http://nosefish.org/?p=77',0,'revision','',0),(78,11,'2012-03-25 12:47:00','2012-03-25 12:47:00','We had some special challenges this year because of our Quesadilla! and EL Wire Repair servies. Here\'s our plan for managing them:\r\n\r\nPersonal Containment Domes\r\n\r\nThis year we have two large, covered shared domes and one personal dome. The domes will be covered with tarps in a manner that makes it easy to secure in a hurry by any of our camp members when there is a windstorm. One of the shared domes acts as our combined kitchen and storage area. The other is our camp\'s private lounge area. These areas will be protected from wind so that debris does not blow away using wind cloth. All of our domes have tarps on the floor to protect the playa from spills and to keep debris from getting ground into the playa.\r\n\r\nPeople will keep their items either in the kitchen dome or in their tents or vehicles.\r\n\r\nThe bottom line is that everyone in our camp has a place to keep their stuff so it won\'t blow away, whether they are there to protect it or not. Someone is always at our camp, and anyone in our camp will be able to close all the domes or tents quickly.','Dome Sweet Dome','','inherit','open','open','','76-revision-2','','','2012-03-25 12:47:00','2012-03-25 12:47:00','',76,'http://nosefish.org/?p=78',0,'revision','',0),(79,11,'2012-03-25 12:49:05','2012-03-25 12:49:05','\r\n
  • Collect all our everything (trash, equipment, etc.) and take it away from Burning Man
  • \r\n
  • Clean up our personal camp space, including all debris, rebar stakes in the ground, etc. We promise to ask for help if we can\'t get a piece of rebar out -- our camp has tools to get the job done.
  • \r\n
  • Keep our gear inside our domes, vehicles and tents and be ready to close them up in case of a storm.
  • \r\n
  • At the onset of any storm, secure the domes and tents as quickly as possible.
  • \r\n
  • Secure our own domes if we know we and everyone who lives in it with us will be away on an adventure.
  • \r\n\r\nOpportunities to even the score\r\n\r\nThe truth is that despite our best efforts some of our debris will blow away, or some gift we give someone will end up releasing or becoming debris. So we need to actively look for opportunities to even the score before we can achieve anything close to zero net impact.\r\n\r\nCamp Responsibilities\r\n\r\nA group of us will remain until the final day of Burning Man. Those that do will comprise the final camp cleanup team. The cleanup team has the responsibility to complete the cleanup of our camp. At that point it should not be a huge amount of work because every one of us will have cleaned up our own area. We are each of us the cleanup team for our own camping spot.\r\n\r\nThe cleanup team will:\r\n\r\nHandling Gray Water\r\n\r\nWe collect all our treatable gray water and treat it with a combination of filtration and chemicals, so it is safe and sane to pour on the roads. We collect the rest of our gray and waste water and bring it back to an RV park where we dump it in an appropriate sewer for proper water treatment. Untreatable gray water includes shower water that may contain glitter or body paint, kitchen water, etc. We bring 5-gallon buckets with lids to contain our gray water. WE ABSOLUTELY NEVER POUR OUR GRAY WATER IN THE PORTA-POTTIES!! We only treat shower water that is free of glitter and body paint. We collect gray water separately from each shower, so we can make a choice on a shower-by-shower basis as to whether the gray water is treatable or not. Click here for complete details on our water handling technique.\r\n\r\nHandling Garbage\r\n\r\nWe use heavy-duty garbage bags to contain the lighter duty \"kitchen\" bags we use in our domes and tents. We secure our large garbage bags inside our kitchen dome, or in the small storage dome, to prevent any chance of their blowing away. We also try to minimize how much trash we do produce, by minimizing packaging, using crushable packaging, buying in bulk, etc.\r\n\r\nAs operators of an interactive venue at Burning Man, we end up carting out far more garbage than that which we create ourselves. Especially in the last few days we end up with more than our fair share of debris we didn\'t create. We always leave extra room in our vehicles for the return trip so we can take away this extra debris, which we take to the dump.','Things We All Do','','publish','open','closed','','things-we-all-do','','','2012-03-25 13:00:51','2012-03-25 13:00:51','',72,'http://nosefish.org/?page_id=79',4010,'page','',0),(80,11,'2012-03-25 12:48:30','2012-03-25 12:48:30','\n
  • Collect all our everything (trash, equipment, etc.) and take it away from Burning Man
  • \n
  • Clean up our personal camp space, including all debris, rebar stakes in the ground, etc. We promise to ask for help if we can\'t get a piece of rebar out -- our camp has tools to get the job done.
  • \n
  • Keep our gear inside our domes, vehicles and tents and be ready to close them up in case of a storm.
  • \n
  • At the onset of any storm, secure the domes and tents as quickly as possible.
  • \n
  • Secure our own domes if we know we and everyone who lives in it with us will be away on an adventure.
  • \n\nOpportunities to even the score\n\nThe truth is that despite our best efforts some of our debris will blow away, or some gift we give someone will end up releasing or becoming debris. So we need to actively look for opportunities to even the score before we can achieve anything close to zero net impact.\n\nCamp Responsibilities\n\nA group of us will remain until the final day of Burning Man. Those that do will comprise the final camp cleanup team. The cleanup team has the responsibility to complete the cleanup of our camp. At that point it should not be a huge amount of work because every one of us will have cleaned up our own area. We are each of us the cleanup team for our own camping spot.\n\nThe cleanup team will:\n\nHandling Gray Water\n\nWe collect all our treatable gray water and treat it with a combination of filtration and chemicals, so it is safe and sane to pour on the roads. We collect the rest of our gray and waste water and bring it back to an RV park where we dump it in an appropriate sewer for proper water treatment. Untreatable gray water includes shower water that may contain glitter or body paint, kitchen water, etc. We bring 5-gallon buckets with lids to contain our gray water. WE ABSOLUTELY NEVER POUR OUR GRAY WATER IN THE PORTA-POTTIES!! We only treat shower water that is free of glitter and body paint. We collect gray water separately from each shower, so we can make a choice on a shower-by-shower basis as to whether the gray water is treatable or not. Click here for complete details on our water handling technique.\n\nHandling Garbage\n\nWe use heavy-duty garbage bags to contain the lighter duty \"kitchen\" bags we use in our domes and tents. We secure our large garbage bags inside our kitchen dome, or in the small storage dome, to prevent any chance of their blowing away. We also try to minimize how much trash we do produce, by minimizing packaging, using crushable packaging, buying in bulk, etc.\n\nAs operators of an interactive venue at Burning Man, we end up carting out far more garbage than that which we create ourselves. Especially in the last few days we end up with more than our fair share of debris we didn\'t create. We always leave extra room in our vehicles for the return trip so we can take away this extra debris, which we take to the dump.','Things We All Do','','inherit','open','open','','79-revision','','','2012-03-25 12:48:30','2012-03-25 12:48:30','',79,'http://nosefish.org/?p=80',0,'revision','',0),(81,11,'2012-03-25 12:41:46','2012-03-25 12:41:46','Our Leave-no-trace plan is our mutual commitment to a Burning Man experience with zero-impact on the playa. We all see taking care of the playa as our personal responsibility. We will all help each other remember and fulfil this commitment.\r\n\r\nWe\'ve been an Earth Guardian \"Model Camp\" in 2004, 2005, and 2006 and we won \"Camp of the Day\" in 2004, 2005, 2006, 2010, and 2011. The Earth Guardians have helped us refine our practices and we\'ve embraced many of their suggestions.\r\n\r\nOur holistic approach is to not make a mess in the first place! We\'ll bring less and store it better. We\'ll make it easier for anyone else in our camp to secure our stuff rather than relying on luck to ensure that someone gets someone else\'s stuff secured during a storm. We\'re ready for a storm whenever it happens. That coupled with our normal vigilance will mean less time spent cleaning up for everyone and less chances of debris blowing away that someone else will have to clean up for us.\r\n\r\nResponsibility\r\n\r\nLaura Szymanski is our LNT expert and main liaison with the Earth Guardians. She is committed to overseeing all LNT practices in the camp and ensuring that all camp members comply with our cleanup plan from our initial arrival on the playa until we all leave. Laura is also our Recycling Guru, who ensures we all recycle what can be recycled.\r\n\r\nLess is More\r\n\r\nOur philosophy is: less is more\r\n\r\nWe bring less stuff that doesn\'t matter and spend more time enjoying Burning Man. We\'ll certainly bring fun stuff like costumes, domes, camping equipment, art projects, etc., that allow us to interact with our fellow citizens of BRC. And we\'ll bring things to keep ourselves comfortable and well-fed regardless of the conditions. Of course we\'ll have tools and a few extra materials -- we have to anticipate the unexpected to reasonably balance the will of the desert. But we\'re making a conscious effort to bring less and do more with it.\r\n\r\n \r\n\r\n \r\n\r\n ','Our LNT commitment','','inherit','open','open','','72-revision-3','','','2012-03-25 12:41:46','2012-03-25 12:41:46','',72,'http://nosefish.org/?p=81',0,'revision','',0),(82,11,'2011-09-18 02:52:09','2011-09-18 02:52:09','Welcome to the Nosefish.org home page.\r\n\r\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" three times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). We learned a lot about what can go wrong with EL Wire on the playa -- read our Tips and Tricks Page!\r\n\r\nBoth years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Welcome to Nosefish.org','','inherit','open','open','','4-revision-9','','','2011-09-18 02:52:09','2011-09-18 02:52:09','',4,'http://nosefish.org/?p=82',0,'revision','',0),(83,11,'2012-03-25 12:12:08','2012-03-25 12:12:08','Camp Nosefish has been present on the playa since 2003.  The history of our camp from 2003-2010 can be found here.\r\n\r\nIn 2011, Nosefish expanded our EL Wire Repair services to include more hours and more opportunities for participants of Black Rock City to help other burners repair their EL Wire projects.  We were honored to be named an LNT model camp by the Earth Guardians.  We also served up warm, delicious quesadillas at night so the denizens of BRC had some food in their bellies before a night of adventures on the playa.\r\n\r\n \r\n\r\n ','History of Camp Nosefish','','inherit','open','open','','63-revision-2','','','2012-03-25 12:12:08','2012-03-25 12:12:08','',63,'http://nosefish.org/?p=83',0,'revision','',0),(86,11,'2011-09-18 03:48:48','2011-09-18 03:48:48','Over the years Camp Nosefish has been the home of some innovative projects including:\r\n\r\nWe do stuff and we learn from the process.  Sometimes we document what we learn or what we create.\r\n\r\nBefore there was a Camp Nosefish I went to Burning Man three times. Each time involved projects and learning.  Here\'s some more content from that era:\r\n','Nosefish Projects','','inherit','open','open','','48-revision-4','','','2011-09-18 03:48:48','2011-09-18 03:48:48','',48,'http://nosefish.org/?p=86',0,'revision','',0),(87,11,'2011-09-18 02:34:29','2011-09-18 02:34:29','There are literally miles of EL Wire at Burning Man.  No matter how many technicians we have or how many hours we stay open we probably cannot provide enough service for all needs.  Also, while our main benefactor, Benny at http://www.coolneon.com has been immensely generous and provided us a lot of drivers and wire, we\'ll never have enough drivers to replace all the ones people break or which fail in the desert.  So, we have to have some priorities to guide us through the decision process for what to do and for whom.\r\n\r\nOur priorities are:\r\n
      \r\n
    1. Get more people and bikes lit at night: more people lit at all is better than fewer people lit more brightly
    2. \r\n
    3. Respect the Art: if you put a lot of time into your project, we\'re more likely to want to put more time into it as well
    4. \r\n
    5. Help more people: there\'s a lot of people in line behind you... what\'s the fastest way to help and still do a quality job?
    6. \r\n
    7. Conserve scarce resources: drivers are always in demand.  If yours is dead you may get a smaller one that will still do the job.  If three of yours died we may provide you with only one or two to run your project.
    8. \r\n
    ','Nosefish EL Wire Services','','inherit','open','open','','19-revision-3','','','2011-09-18 02:34:29','2011-09-18 02:34:29','',19,'http://nosefish.org/?p=87',0,'revision','',0),(88,11,'2011-09-18 02:32:52','2011-09-18 02:32:52','The Nosefish EL Wire Service for 2012 and beyond will be operated by a team consisting of a foreman, one or more technicians and a line manager.\r\n\r\nThe foreman is responsible for the team and will also be a technician.  A technician is someone able to diagnose and repair EL Wire-related problems.\r\n\r\nThe line manager is someone who interacts with people in line, supports the technicians and closes the line when the service is over for the day.\r\n\r\nDifferent people will be on the team each day.','EL Wire Team','','inherit','open','open','','15-revision-3','','','2011-09-18 02:32:52','2011-09-18 02:32:52','',15,'http://nosefish.org/?p=88',0,'revision','',0),(89,11,'2012-03-25 12:59:25','2012-03-25 12:59:25','The Nosefish EL Wire Service for 2012 and beyond will be operated by a team consisting of a foreman, one or more technicians and a line manager.\r\n\r\nThe foreman is responsible for the team and will also be a technician.  A technician is someone able to diagnose and repair EL Wire-related problems.\r\n\r\nThe line manager is someone who interacts with people in line, supports the technicians and closes the line when the service is over for the day.\r\n\r\nDifferent people will be on the team each day.','EL Wire Team','','inherit','open','open','','15-revision-4','','','2012-03-25 12:59:25','2012-03-25 12:59:25','',15,'http://nosefish.org/?p=89',0,'revision','',0),(90,11,'2012-03-25 12:00:25','2012-03-25 12:00:25','Camp Nosefish will provide four EL Wire repair stations.  Three will be reserved for technicians and one will be made available to Burning Man participants who would like to attempt their own repair.\r\n\r\nEach workstation will have:\r\n\r\nEach pair of adjacent workstations will share a hot-melt glue gun and a hot-air gun.\r\n\r\nThe 2011 volunteers excelled at reaching over each other, sharing scarce resources like the \"known good driver,\" and finding tools and materials in what can only be described as a \"heap.\"  In 2012 the goal is to make volunteering an exercise in customer service and not a combination of \"where\'s waldo\" and \"twister.\"','Workstations','','inherit','open','open','','17-revision-5','','','2012-03-25 12:00:25','2012-03-25 12:00:25','',17,'http://nosefish.org/?p=90',0,'revision','',0),(91,11,'2012-03-25 11:59:32','2012-03-25 11:59:32','We\'ve learned a lot over the past two years repairing EL Wire on the Playa.  Here\'s some tips you can consider:\r\n
      \r\n
    1. If your wire gets ripped out of your driver, take out the batteries.  A driver that is on, with no wire attached, will burn out and be ruined.
    2. \r\n
    3. Do not make tight turns or knots in EL Wire or tighten zip-ties onto EL Wire too tightly.  The very fine corona wires inside the EL Wire\'s vinyl coating are very fragile and will break easily.  The wire will stop glowing or be dim at the first break (at best) or will short out and burn out your driver (at worst).
    4. \r\n
    5. Use a good technique when Terminating EL wire (e.g. using copper foil, heat shrink tubing and hot-melt glue.) Poor terminations fail and the diagnosis and repair often takes far longer than it would have taken to do it better to begin with.
    6. \r\n
    7. Every segment of EL Wire should have its own connector -- never daisy-chain segments.  Soldering one wire to the end of the previous one may save you a few pennies on connectors, but it will cost you potentially hours of frustration trying to debug your project, and reusing segments will be inconvenient at best.  If each segment has its own connector finding which segments are shorted is trivial!  You don\'t have to start cutting wires to isolate shorts.
    8. \r\n
    9. EL Wire Projects are fragile -- handle with care.  If you\'re just winding EL Wire around your bike, do that after you arrive on the playa, and remove it before you go home.  Store fun-lights in plastic bags after wrapping the wire around your hand. Store clothing  in flip-top boxes.  Store larger projects in boxes that protect the wire.
    10. \r\n
    11. If you discover a short in a piece of wire, clip off about 1/8\" from the end with a sharp scissors.  It is not uncommon for the end to be the location of the short circuit, and in any case it is easy to do and won\'t harm the wire.  If the short isn\'t there, it is probably at the termination itself... which probably wouldn\'t have happened at all if a good termination technique was used.
    12. \r\n
    ','EL Wire Tips and Tricks','','inherit','open','open','','21-revision-7','','','2012-03-25 11:59:32','2012-03-25 11:59:32','',21,'http://nosefish.org/?p=91',0,'revision','',0),(92,11,'2011-09-18 03:47:17','2011-09-18 03:47:17','The nosefish shower was designed by Howard Cohen in 2006 and has been built and used by countless burners since then.  It is simply a shower on a short platform built at a slight angle and with a hole in the lowest part, so the shower water can be collected.  Then it is easy to bring home or filter and treat and then sprinkle on the playa.  All the details are at:\r\n
    www.timefold.com/shower
    \r\n[caption id=\"attachment_46\" align=\"alignnone\" width=\"540\" caption=\"The first Nosefish Shower circa 2006\"]\"Nosefish[/caption]','Nosefish Shower','','inherit','open','open','','44-revision-3','','','2011-09-18 03:47:17','2011-09-18 03:47:17','',44,'http://nosefish.org/?p=92',0,'revision','',0),(93,11,'2012-03-25 12:57:15','2012-03-25 12:57:15','Camp Nosefish has been present on the playa since 2003.  The history of our camp from 2003-2010 can be found here.\r\n\r\nIn 2011, Nosefish expanded our EL Wire Repair services to include more hours and more opportunities for participants of Black Rock City to help other burners repair their EL Wire projects.  We were honored to be named an LNT model camp by the Earth Guardians.  We also served up warm, delicious quesadillas at night so the denizens of BRC had some food in their bellies before a night of adventures on the playa.\r\n\r\n \r\n\r\n ','History of Camp Nosefish','','inherit','open','open','','63-revision-3','','','2012-03-25 12:57:15','2012-03-25 12:57:15','',63,'http://nosefish.org/?p=93',0,'revision','',0),(94,11,'2012-03-25 12:47:20','2012-03-25 12:47:20','We had some special challenges this year because of our Quesadilla! and EL Wire Repair servies. Here\'s our plan for managing them:\r\n\r\nPersonal Containment Domes\r\n\r\nThis year we have two large, covered shared domes and one personal dome. The domes will be covered with tarps in a manner that makes it easy to secure in a hurry by any of our camp members when there is a windstorm. One of the shared domes acts as our combined kitchen and storage area. The other is our camp\'s private lounge area. These areas will be protected from wind so that debris does not blow away using wind cloth. All of our domes have tarps on the floor to protect the playa from spills and to keep debris from getting ground into the playa.\r\n\r\nPeople will keep their items either in the kitchen dome or in their tents or vehicles.\r\n\r\nThe bottom line is that everyone in our camp has a place to keep their stuff so it won\'t blow away, whether they are there to protect it or not. Someone is always at our camp, and anyone in our camp will be able to close all the domes or tents quickly.','Dome Sweet Dome','','inherit','open','open','','76-revision-3','','','2012-03-25 12:47:20','2012-03-25 12:47:20','',76,'http://nosefish.org/?p=94',0,'revision','',0),(95,11,'2012-03-25 12:49:05','2012-03-25 12:49:05','\r\n
  • Collect all our everything (trash, equipment, etc.) and take it away from Burning Man
  • \r\n
  • Clean up our personal camp space, including all debris, rebar stakes in the ground, etc. We promise to ask for help if we can\'t get a piece of rebar out -- our camp has tools to get the job done.
  • \r\n
  • Keep our gear inside our domes, vehicles and tents and be ready to close them up in case of a storm.
  • \r\n
  • At the onset of any storm, secure the domes and tents as quickly as possible.
  • \r\n
  • Secure our own domes if we know we and everyone who lives in it with us will be away on an adventure.
  • \r\n\r\nOpportunities to even the score\r\n\r\nThe truth is that despite our best efforts some of our debris will blow away, or some gift we give someone will end up releasing or becoming debris. So we need to actively look for opportunities to even the score before we can achieve anything close to zero net impact.\r\n\r\nCamp Responsibilities\r\n\r\nA group of us will remain until the final day of Burning Man. Those that do will comprise the final camp cleanup team. The cleanup team has the responsibility to complete the cleanup of our camp. At that point it should not be a huge amount of work because every one of us will have cleaned up our own area. We are each of us the cleanup team for our own camping spot.\r\n\r\nThe cleanup team will:\r\n\r\nHandling Gray Water\r\n\r\nWe collect all our treatable gray water and treat it with a combination of filtration and chemicals, so it is safe and sane to pour on the roads. We collect the rest of our gray and waste water and bring it back to an RV park where we dump it in an appropriate sewer for proper water treatment. Untreatable gray water includes shower water that may contain glitter or body paint, kitchen water, etc. We bring 5-gallon buckets with lids to contain our gray water. WE ABSOLUTELY NEVER POUR OUR GRAY WATER IN THE PORTA-POTTIES!! We only treat shower water that is free of glitter and body paint. We collect gray water separately from each shower, so we can make a choice on a shower-by-shower basis as to whether the gray water is treatable or not. Click here for complete details on our water handling technique.\r\n\r\nHandling Garbage\r\n\r\nWe use heavy-duty garbage bags to contain the lighter duty \"kitchen\" bags we use in our domes and tents. We secure our large garbage bags inside our kitchen dome, or in the small storage dome, to prevent any chance of their blowing away. We also try to minimize how much trash we do produce, by minimizing packaging, using crushable packaging, buying in bulk, etc.\r\n\r\nAs operators of an interactive venue at Burning Man, we end up carting out far more garbage than that which we create ourselves. Especially in the last few days we end up with more than our fair share of debris we didn\'t create. We always leave extra room in our vehicles for the return trip so we can take away this extra debris, which we take to the dump.','Things We All Do','','inherit','open','open','','79-revision-2','','','2012-03-25 12:49:05','2012-03-25 12:49:05','',79,'http://nosefish.org/?p=95',0,'revision','',0),(96,11,'2012-03-25 13:02:45','2012-03-25 13:02:45','Want even more information about Nosefish?  You can contact one of our camp co-ordinators here:\r\n\r\nhoco(at)timefold(dot)com','Camp Contact Information','','publish','open','open','','camp-contact-information','','','2013-04-23 03:28:01','2013-04-23 03:28:01','',4,'http://nosefish.org/?page_id=96',1030,'page','',0),(97,11,'2012-03-25 13:02:24','2012-03-25 13:02:24','','Camp Contact Information','','inherit','open','open','','96-revision','','','2012-03-25 13:02:24','2012-03-25 13:02:24','',96,'http://nosefish.org/?p=97',0,'revision','',0),(99,11,'2012-04-10 18:03:00','2012-04-10 18:03:00','Camp Nosefish is thrilled to be returning to Black Rock City in 2012! Once again we are offering EL wire repair during the day to help keep the participants of the city and their projects safe and visible after dark.  Also, we\'ll be bringing back by popular demand nightly quesadilla service, to provide weary citizens with some salty cheesy goodness to nourish their bodies and souls.\n\nAlso Camp Nosefish will continue to bring quality art pr','Nosefish 2012 - Great things to come!','','inherit','open','open','','98-revision','','','2012-04-10 18:03:00','2012-04-10 18:03:00','',98,'http://nosefish.org/?p=99',0,'revision','',0),(100,11,'2012-04-10 18:04:00','2012-04-10 18:04:00','Camp Nosefish is thrilled to be returning to Black Rock City in 2012! Once again we are offering EL wire repair during the day to help keep the participants of the city and their projects safe and visible after dark.  Also, we\'ll be bringing back by popular demand nightly quesadilla service, to provide weary citizens with some salty cheesy goodness to nourish their bodies and souls.\n\nAlso Camp Nosefish will continue to bring quality art projects to the playa with the return of the MEZ screen as well as new projects to delight all.  Stay tuned to this space for more details!','Nosefish 2012 - Great things to come!','','inherit','open','open','','98-revision-2','','','2012-04-10 18:04:00','2012-04-10 18:04:00','',98,'http://nosefish.org/?p=100',0,'revision','',0),(101,11,'2012-04-10 18:08:52','2012-04-10 18:08:52','Want even more information about Nosefish?  You can contact one of our camp co-ordinators here:\r\n\r\naaquitaine(at)yahoo(dot)com','Camp Contact Information','','inherit','open','open','','96-autosave','','','2012-04-10 18:08:52','2012-04-10 18:08:52','',96,'http://nosefish.org/?p=101',0,'revision','',0),(102,11,'2012-03-25 13:02:45','2012-03-25 13:02:45','more to come','Camp Contact Information','','inherit','open','open','','96-revision-2','','','2012-03-25 13:02:45','2012-03-25 13:02:45','',96,'http://nosefish.org/?p=102',0,'revision','',0),(103,11,'2012-03-25 12:56:51','2012-03-25 12:56:51','Our Leave-no-trace plan is our mutual commitment to a Burning Man experience with zero-impact on the playa. We all see taking care of the playa as our personal responsibility. We will all help each other remember and fulfil this commitment.\r\n\r\nWe\'ve been an Earth Guardian \"Model Camp\" in 2004, 2005, and 2006 and we won \"Camp of the Day\" in 2004, 2005, 2006, 2010, and 2011. The Earth Guardians have helped us refine our practices and we\'ve embraced many of their suggestions.\r\n\r\nOur holistic approach is to not make a mess in the first place! We\'ll bring less and store it better. We\'ll make it easier for anyone else in our camp to secure our stuff rather than relying on luck to ensure that someone gets someone else\'s stuff secured during a storm. We\'re ready for a storm whenever it happens. That coupled with our normal vigilance will mean less time spent cleaning up for everyone and less chances of debris blowing away that someone else will have to clean up for us.\r\n\r\nResponsibility\r\n\r\nLaura Szymanski is our LNT expert and main liaison with the Earth Guardians. She is committed to overseeing all LNT practices in the camp and ensuring that all camp members comply with our cleanup plan from our initial arrival on the playa until we all leave. Laura is also our Recycling Guru, who ensures we all recycle what can be recycled.\r\n\r\nLess is More\r\n\r\nOur philosophy is: less is more\r\n\r\nWe bring less stuff that doesn\'t matter and spend more time enjoying Burning Man. We\'ll certainly bring fun stuff like costumes, domes, camping equipment, art projects, etc., that allow us to interact with our fellow citizens of BRC. And we\'ll bring things to keep ourselves comfortable and well-fed regardless of the conditions. Of course we\'ll have tools and a few extra materials -- we have to anticipate the unexpected to reasonably balance the will of the desert. But we\'re making a conscious effort to bring less and do more with it.\r\n\r\n \r\n\r\n \r\n\r\n ','Our LNT commitment','','inherit','open','open','','72-revision-4','','','2012-03-25 12:56:51','2012-03-25 12:56:51','',72,'http://nosefish.org/?p=103',0,'revision','',0),(104,11,'2012-04-10 18:11:44','2012-04-10 18:11:44','Our Leave-no-trace plan is our mutual commitment to a Burning Man experience with zero-impact on the playa. We all see taking care of the playa as our personal responsibility. We will all help each other remember and fulfil this commitment.\n\nWe\'ve been an Earth Guardian \"Model Camp\" in 2004, 2005, and 2006 and we won \"Camp of the Day\" in 2004, 2005, 2006, 2010, and 2011. The Earth Guardians have helped us refine our practices and we\'ve embraced many of their suggestions.\n\nOur holistic approach is to not make a mess in the first place! We\'ll bring less and store it better. We\'ll make it easier for anyone else in our camp to secure our stuff rather than relying on luck to ensure that someone gets someone else\'s stuff secured during a storm. We\'re ready for a storm whenever it happens. That coupled with our normal vigilance will mean less time spent cleaning up for everyone and less chances of debris blowing away that someone else will have to clean up for us.\n\nResponsibility\n\nAndrea Butter is our LNT expert and main liaison with the Earth Guardians. She is committed to overseeing all LNT practices in the camp and ensuring that all camp members comply with our cleanup plan from our initial arrival on the playa until we all leave. Laura is also our Recycling Guru, who ensures we all recycle what can be recycled.\n\nLess is More\n\nOur philosophy is: less is more\n\nWe bring less stuff that doesn\'t matter and spend more time enjoying Burning Man. We\'ll certainly bring fun stuff like costumes, domes, camping equipment, art projects, etc., that allow us to interact with our fellow citizens of BRC. And we\'ll bring things to keep ourselves comfortable and well-fed regardless of the conditions. Of course we\'ll have tools and a few extra materials -- we have to anticipate the unexpected to reasonably balance the will of the desert. But we\'re making a conscious effort to bring less and do more with it.\n\n \n\n \n\n ','Our LNT commitment','','inherit','open','open','','72-autosave','','','2012-04-10 18:11:44','2012-04-10 18:11:44','',72,'http://nosefish.org/?p=104',0,'revision','',0),(105,11,'2012-04-10 18:10:41','2012-04-10 18:10:41','Our Leave-no-trace plan is our mutual commitment to a Burning Man experience with zero-impact on the playa. We all see taking care of the playa as our personal responsibility. We will all help each other remember and fulfil this commitment.\r\n\r\nWe\'ve been an Earth Guardian \"Model Camp\" in 2004, 2005, and 2006 and we won \"Camp of the Day\" in 2004, 2005, 2006, 2010, and 2011. The Earth Guardians have helped us refine our practices and we\'ve embraced many of their suggestions.\r\n\r\nOur holistic approach is to not make a mess in the first place! We\'ll bring less and store it better. We\'ll make it easier for anyone else in our camp to secure our stuff rather than relying on luck to ensure that someone gets someone else\'s stuff secured during a storm. We\'re ready for a storm whenever it happens. That coupled with our normal vigilance will mean less time spent cleaning up for everyone and less chances of debris blowing away that someone else will have to clean up for us.\r\n\r\nResponsibility\r\n\r\nAndrea Butter is our LNT expert and main liaison with the Earth Guardians. She is committed to overseeing all LNT practices in the camp and ensuring that all camp members comply with our cleanup plan from our initial arrival on the playa until we all leave. Laura is also our Recycling Guru, who ensures we all recycle what can be recycled.\r\n\r\nLess is More\r\n\r\nOur philosophy is: less is more\r\n\r\nWe bring less stuff that doesn\'t matter and spend more time enjoying Burning Man. We\'ll certainly bring fun stuff like costumes, domes, camping equipment, art projects, etc., that allow us to interact with our fellow citizens of BRC. And we\'ll bring things to keep ourselves comfortable and well-fed regardless of the conditions. Of course we\'ll have tools and a few extra materials -- we have to anticipate the unexpected to reasonably balance the will of the desert. But we\'re making a conscious effort to bring less and do more with it.\r\n\r\n \r\n\r\n \r\n\r\n ','Our LNT commitment','','inherit','open','open','','72-revision-5','','','2012-04-10 18:10:41','2012-04-10 18:10:41','',72,'http://nosefish.org/?p=105',0,'revision','',0),(106,11,'2012-03-25 12:56:59','2012-03-25 12:56:59','Welcome to the Nosefish.org home page.\r\n\r\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" three times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). We learned a lot about what can go wrong with EL Wire on the playa -- read our Tips and Tricks Page!\r\n\r\nBoth years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Welcome to Nosefish.org','','inherit','open','open','','4-revision-10','','','2012-03-25 12:56:59','2012-03-25 12:56:59','',4,'http://nosefish.org/?p=106',0,'revision','',0),(107,11,'2012-04-10 18:17:39','2012-04-10 18:17:39','Welcome to the Nosefish.org home page.\r\n\r\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" four times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). We learned a lot about what can go wrong with EL Wire on the playa -- read our Tips and Tricks Page!\r\n\r\nBoth years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Welcome to Nosefish.org','','inherit','open','open','','4-revision-11','','','2012-04-10 18:17:39','2012-04-10 18:17:39','',4,'http://nosefish.org/?p=107',0,'revision','',0),(108,11,'2012-04-10 18:19:57','2012-04-10 18:19:57','Camp Nose Fish is thrilled to be returning to Black Rock City in 2012! Once again we are offering EL wire repair during the day to help keep the participants of the city and their projects safe and visible after dark.  Also, we\'ll be bringing back by popular demand nightly quesadilla service, to provide weary citizens with some salty cheesy goodness to nourish their bodies and souls.\n\nAlso Camp Nose Fish will continue to bring quality art projects to the playa with the return of the MEZ screen as well as new projects to delight all.  Stay tuned to this space for more details!','Nosefish 2012 - Great things to come!','','inherit','open','open','','98-autosave','','','2012-04-10 18:19:57','2012-04-10 18:19:57','',98,'http://nosefish.org/?p=108',0,'revision','',0),(109,11,'2012-04-10 18:04:11','2012-04-10 18:04:11','Camp Nosefish is thrilled to be returning to Black Rock City in 2012! Once again we are offering EL wire repair during the day to help keep the participants of the city and their projects safe and visible after dark.  Also, we\'ll be bringing back by popular demand nightly quesadilla service, to provide weary citizens with some salty cheesy goodness to nourish their bodies and souls.\r\n\r\nAlso Camp Nosefish will continue to bring quality art projects to the playa with the return of the MEZ screen as well as new projects to delight all.  Stay tuned to this space for more details!','Nosefish 2012 - Great things to come!','','inherit','open','open','','98-revision-3','','','2012-04-10 18:04:11','2012-04-10 18:04:11','',98,'http://nosefish.org/?p=109',0,'revision','',0),(110,11,'2012-05-13 19:17:42','2012-05-13 19:17:42','Over the years Camp Nosefish has been the home of some innovative projects including:\n\nWe do stuff and we learn from the process.  Sometimes we document what we learn or what we create.\n\nBefore there was a Camp Nosefish I went to Burning Man three times. Each time involved projects and learning.  Here\'s some more content from that era:\n','Nosefish Projects','','inherit','open','open','','48-autosave','','','2012-05-13 19:17:42','2012-05-13 19:17:42','',48,'http://nosefish.org/?p=110',0,'revision','',0),(111,11,'2012-03-25 12:59:06','2012-03-25 12:59:06','Over the years Camp Nosefish has been the home of some innovative projects including:\r\n\r\nWe do stuff and we learn from the process.  Sometimes we document what we learn or what we create.\r\n\r\nBefore there was a Camp Nosefish I went to Burning Man three times. Each time involved projects and learning.  Here\'s some more content from that era:\r\n','Nosefish Projects','','inherit','open','open','','48-revision-5','','','2012-03-25 12:59:06','2012-03-25 12:59:06','',48,'http://nosefish.org/?p=111',0,'revision','',0),(113,11,'2012-05-13 19:22:07','2012-05-13 19:22:07','http://nosefish.org/wp-content/uploads/2012/05/cropped-2010-camp.jpg','cropped-2010-camp.jpg','','inherit','closed','open','','cropped-2010-camp-jpg','','','2012-05-13 19:22:07','2012-05-13 19:22:07','',0,'http://nosefish.org/wp-content/uploads/2012/05/cropped-2010-camp.jpg',0,'attachment','image/jpeg',0),(114,11,'2012-05-13 19:25:42','2012-05-13 19:25:42','http://nosefish.org/wp-content/uploads/2012/05/DSC04106.jpg','DSC04106.jpg','','inherit','open','open','','dsc04106-jpg','','','2012-05-13 19:25:42','2012-05-13 19:25:42','',0,'http://nosefish.org/wp-content/uploads/2012/05/DSC04106.jpg',0,'attachment','image/jpeg',0),(115,11,'2012-05-13 19:27:15','2012-05-13 19:27:15','http://nosefish.org/wp-content/uploads/2012/05/DSC041061.jpg','DSC041061.jpg','','inherit','open','open','','dsc041061-jpg','','','2012-05-13 19:27:15','2012-05-13 19:27:15','',0,'http://nosefish.org/wp-content/uploads/2012/05/DSC041061.jpg',0,'attachment','image/jpeg',0),(116,11,'2012-05-13 19:31:20','2012-05-13 19:31:20','http://nosefish.org/wp-content/uploads/2012/05/cropped-empty-playa.jpg','cropped-empty-playa.jpg','','inherit','closed','open','','cropped-empty-playa-jpg','','','2012-05-13 19:31:20','2012-05-13 19:31:20','',0,'http://nosefish.org/wp-content/uploads/2012/05/cropped-empty-playa.jpg',0,'attachment','image/jpeg',0),(117,11,'2012-05-13 19:32:18','2012-05-13 19:32:18','http://nosefish.org/wp-content/uploads/2012/05/cropped-firework.jpg','cropped-firework.jpg','','inherit','closed','open','','cropped-firework-jpg','','','2012-05-13 19:32:18','2012-05-13 19:32:18','',0,'http://nosefish.org/wp-content/uploads/2012/05/cropped-firework.jpg',0,'attachment','image/jpeg',0),(118,11,'2012-05-13 19:32:48','2012-05-13 19:32:48','http://nosefish.org/wp-content/uploads/2012/05/man-fireworks.jpg','man-fireworks.jpg','','inherit','open','open','','man-fireworks-jpg','','','2012-05-13 19:32:48','2012-05-13 19:32:48','',0,'http://nosefish.org/wp-content/uploads/2012/05/man-fireworks.jpg',0,'attachment','image/jpeg',0),(119,11,'2012-05-13 19:34:58','2012-05-13 19:34:58','http://nosefish.org/wp-content/uploads/2012/05/man-fireworks1.jpg','man-fireworks1.jpg','','inherit','open','open','','man-fireworks1-jpg','','','2012-05-13 19:34:58','2012-05-13 19:34:58','',0,'http://nosefish.org/wp-content/uploads/2012/05/man-fireworks1.jpg',0,'attachment','image/jpeg',0),(120,11,'2012-05-13 19:37:22','2012-05-13 19:37:22','http://nosefish.org/wp-content/uploads/2012/05/man-fireworks2.jpg','man-fireworks2.jpg','','inherit','open','open','','man-fireworks2-jpg','','','2012-05-13 19:37:22','2012-05-13 19:37:22','',0,'http://nosefish.org/wp-content/uploads/2012/05/man-fireworks2.jpg',0,'attachment','image/jpeg',0),(123,11,'2012-08-12 19:58:51','2012-08-12 19:58:51','We are happy to announce the final plans for Camp Nose Fish for 2012!\r\n\r\nYou will be able to find us this year at Center Camp @ 2:00.\r\n\r\nThis year we are offering coffee service from 8am to 10am, so bring your groggy selves by to get yer caffeine fix and start the day off with a smile!  Milk and sugar will be available, please bring your own cup!\r\n\r\nIn the afternoons, our world-renowned EL Wire Repair Service will return to keep you and your projects safe and well-lit at night. There are going to be more people than ever in Black Rock City this year, so it is important to be seen when the sun goes down.  Check the What, Where, When guide for opening times.\r\n\r\nThen, after dark the interactive MEZ screen will return, where you and your friends can enjoy seeing images of your fine selves moving about transformed into different visual and time lapse patterns.  From dusk until late :-)\r\n\r\nWe can\'t wait to see you on the playa!','Nosefish 2012 perks you up!','','publish','open','open','','nosefish-2012-perks-you-up','','','2012-08-12 19:58:51','2012-08-12 19:58:51','',0,'http://nosefish.org/?p=123',0,'post','',0),(124,11,'2012-08-12 19:57:46','2012-08-12 19:57:46','We are happy to announce the final plans for Camp Nose Fish for 2012!\n\nYou will be able to find us this year at Center Camp @ 2:00.\n\nThis year we are offering coffee service from 8am to 10am, so bring your groggy selves by to get yer caffeine fix and start the day off with a smile!  Milk and sugar will be available, please bring your own cup!\n\nIn the afternoons, our world-renowned EL Wire Repair Service will return to keep you and your projects safe and well-lit at night. There are going to be more people than ever in Black Rock City this year, so it is important to be seen when the sun goes down.  Check the What, Where, When guide for opening times.\n\nThen, after dark the interactive MEZ screen will return, where you and your friends can enjoy seeing images of your fine selves moving about transformed into different visual and time lapse patterns.  From dusk until late :-)\n\nWe can\'t wait to','Nosefish 2012 perks you up!','','inherit','open','open','','123-revision','','','2012-08-12 19:57:46','2012-08-12 19:57:46','',123,'http://nosefish.org/?p=124',0,'revision','',0),(125,11,'2012-08-12 19:58:46','2012-08-12 19:58:46','We are happy to announce the final plans for Camp Nose Fish for 2012!\n\nYou will be able to find us this year at Center Camp @ 2:00.\n\nThis year we are offering coffee service from 8am to 10am, so bring your groggy selves by to get yer caffeine fix and start the day off with a smile!  Milk and sugar will be available, please bring your own cup!\n\nIn the afternoons, our world-renowned EL Wire Repair Service will return to keep you and your projects safe and well-lit at night. There are going to be more people than ever in Black Rock City this year, so it is important to be seen when the sun goes down.  Check the What, Where, When guide for opening times.\n\nThen, after dark the interactive MEZ screen will return, where you and your friends can enjoy seeing images of your fine selves moving about transformed into different visual and time lapse patterns.  From dusk until late :-)\n\nWe can\'t wait to see you on the playa!','Nosefish 2012 perks you up!','','inherit','open','open','','123-revision-2','','','2012-08-12 19:58:46','2012-08-12 19:58:46','',123,'http://nosefish.org/?p=125',0,'revision','',0),(127,1,'2012-09-17 00:53:11','2012-09-17 00:53:11','This is our social contract -- we agree to take responsibility individually and as a group to to our best to follow the social contract.\r\n
      \r\n
    1. Above all, communication among camp members should be civil and constructive and people should endeavor to work together peacefully and respectfully.
    2. \r\n
    3. Camp members exist in groups (pods) of typically 2 or 3 people who collectively function as a unit and who collectively share responsibility and credit for their pod\'s contribution. Pods are a reflection of what already is, not a requirement.  People can be in a pod of one, or any other combination they mutually choose.
    4. \r\n
    5. Each day each camp member will be in the camp during the event they accrue 2 hours of obligation toward the camp, some of which could possibly be spent on sanctioned camp activities before or after the event.
    6. \r\n
    7. If a camp member receives an early arrival pass, each day they are on the playa before the event opens they accrue 4 hours of obligation to the camp.  We often don\'t need that many. Unused hours do not carry forward to the next day.
    8. \r\n
    9. Each person accrues 10 hours of obligated time for sanctioned pre-event and/or post-event camp activities.  Each pod takes responsibility for its members finding a way to contribute to these activities by coordinating with the camp leader.  You may convert off-playa hours into on-playa hours, and vice versa, so long as it is for a sanctioned project and the camp leader agrees.
    10. \r\n
    11. Projects are scaled and planned so that they do not exceed the obligated hours people have accrued during their stay within NoseFish.  Projects should fail if they are poorly planned.
    12. \r\n
    13. Time spent on LNT is exclusive of your obligated hours -- you are required to follow LNT practices at all times within our camp in addition to your obligated time.  The only exception is time spent on LNT-enabling activities by the LNT guru.
    14. \r\n
    15. Camp members are asked to consider whether or how much of a financial contribution toward sanctioned projects they can afford to make.  Contributions are optional.  Projects are scaled to the available funds.
    16. \r\n
    17. Camp members are allowed to work more hours if that is what they love to do, but that does not create any kind of expectation that anyone else will work that hard.  The accrued obligated hours are the sum total of all the time that is required to be a fully-appreciated camp member.
    18. \r\n
    19. Pods are indivisible units of obligation and credit for effort. Pods are responsible for the sum total of their member\'s obligated time and agreed upon responsibilities.  It is inappropriate for people outside the pod to interfere with how the pod divides its work or its time.
    20. \r\n
    21.  Only a pod can bring in a new person to the camp and in doing so they take responsibility for teaching them the social contract and for their compliance.
    22. \r\n
    23. Camp members agree to speak up promptly when there is a problem that affects the camp or its sanctioned projects.  In particular, if you recognize that a project is in jeopardy, you are obliged to bring it to the attention of its project leader or the camp leader as soon as you become aware of the problem.  For example, if you anticipate that there won\'t be enough person-hours available to operate a project, or it is missing a critical component, etc.
    24. \r\n
    25. Camp members agree not to spend any more time on sanctioned projects or pre/post activities than their cumulative obligation unless working only that amount of time would diminish their experience.  In other words, if you don\'t love to work, then don\'t exceed your obligated hours.  Notify someone from the project leader\'s pod or the camp leader and then let the project fail after ensuring that such failure would not create an immediate safety or LNT hazard.
    26. \r\n
    27. Projects shall not be rescued by requiring anyone to work beyond their obligated hours.  It is better that a project should fail than be rescued at the cost of anyone\'s enjoyment.
    28. \r\n
    29. Project plans must be presented to the camp leader no later than 30 days before the close of the Theme Camp application window to be considered for whether it might be a sanctioned project or not.  Space, time, cost and risk estimates as well as a drawing are required pre-requisites for a meeting with the camp leader (at least) to consider whether the camp can afford the resources to sanction the project.  However, there is no requirement that the camp leader be the first person to know about the project -- socialize the idea among the camp to see if there is interest before bothering to determine if there are resources.  Unsanctioned projects must either be outside the camp or be quiet, small and safe to be allowed inside the camp.
    30. \r\n
    31. Each member is responsible for finding a way to fulfill their commitment to the social contract -- nobody is doing the accounting to make sure each person does their share.
    32. \r\n
    33. Pods are responsible for their own food, water and other supplies, as well as for their own bikes and camping gear and other supplies.  They are to be contained so they do not become moop and organized so they are not a tripping hazard.  Pods are responsible for minimizing risks associated with their equipment.
    34. \r\n
    35. The camp members shall collectively decide which day shall the camp infrastructure shall be broken down. All camp members present on that day agree to participate in breakdown to the greatest extent practical for them.
    36. \r\n
    37. Sanctioned projects may have a project leader and team members from separate pods.  In such cases the uninvolved members of the pod\'s main responsibility toward their own pod is to relay information but not necessarily to take direct action or assist.  This is a subtlety and not an exception to the indivisible pod.  Pod members ensure that the right member of their pod gets the message to fulfill their portion of their pod\'s obligation.  The project member fulfills the rest of their pod\'s obligation toward the sanctioned project.  In this way project teams can be distributed across pods without obligating all members of a pod to participate (more than a little) in a given project.  This respects the fact that people have different interests even if they are in the same pod.
    38. \r\n
    \r\n ','Nosefish Social Contract','','publish','open','closed','','nosefish-social-contract','','','2013-04-25 01:23:41','2013-04-25 01:23:41','',4,'http://nosefish.org/?page_id=127',1030,'page','',0),(138,1,'2012-09-17 01:31:21','2012-09-17 01:31:21','This is our social contract -- we agree to take responsibility individually and as a group to to our best to follow the social contract.\r\n
      \r\n
    1. Above all, communication among camp members should be civil and constructive and people should endeavor to work together peacefully and respectfully.
    2. \r\n
    3. Camp members exist in groups (pods) of typically 2 or 3 people who collectively function as a unit and who collectively share responsibility and credit for their pod\'s contribution. Pods are a reflection of what already is, not a requirement.  People can be in a pod of one, or any other combination they mutually choose.
    4. \r\n
    5. Each day each camp member will be in the camp during the event they accrue 2 hours of obligation toward the camp, some of which could possibly be spent on sanctioned camp activities before or after the event.
    6. \r\n
    7. If a pod receives early arrival passes for its members, each day they are on the playa before the event opens they accrue up to 4 hours of obligation to the camp which must be spent on those days, but often the camp doesn\'t need that much time on a given day.  Unused EA time does not accumulate and each day starts a fresh set of hours.
    8. \r\n
    9. Each person accrues 10 hours of obligated time for sanctioned pre-event and/or post-event camp activities.  Each pod takes responsibility for its members finding a way to contribute to these activities by coordinating with the camp leader.  You may convert off-playa hours into on-playa hours, and vice versa, so long as it is for a sanctioned project and the camp leader agrees.
    10. \r\n
    11. Projects are scaled and planned so that they do not exceed the obligated hours people have accrued during their stay within NoseFish.  Projects should fail if they are poorly planned.
    12. \r\n
    13. Time spent on LNT is exclusive of your obligated hours -- you are required to follow LNT practices at all times within our camp in addition to your obligated time.  The only exception is time spent on LNT-enabling activities by the LNT guru.
    14. \r\n
    15. Camp members are asked to consider whether or how much of a financial contribution toward sanctioned projects they can afford to make.  Contributions are optional.  Projects are scaled to the available funds.
    16. \r\n
    17. Camp members are allowed to work more hours if that is what they love to do, but that does not create any kind of expectation that anyone else will work that hard.  The accrued obligated hours are the sum total of all the time that is required to be a fully-appreciated camp member.
    18. \r\n
    19. Pods are responsible for the sum total of their member\'s obligated time and agreed upon responsibilities.  It is inappropriate for people outside the pod to interfere with how the pod divides its work or its time.  Pods are indivisible units of obligation and credit for effort.  Only a pod can bring in a new person to the camp and in doing so they take responsibility for teaching them the social contract and for their compliance.
    20. \r\n
    21. Camp members agree to speak up promptly when there is a problem that affects the camp or its sanctioned projects.  In particular, if you recognize that a project is in jeopardy, you are obliged to bring it to the attention of its project leader or the camp leader as soon as you become aware of the problem.  For example, if you anticipate that there won\'t be enough person-hours available to operate a project, or it is missing a critical component, etc.
    22. \r\n
    23. Camp members agree not to spend any more time on sanctioned projects or pre/post activities than their cumulative obligation unless working only that amount of time would diminish their experience.  In other words, if you don\'t love to work, then don\'t exceed your obligated hours.  Notify someone from the project leader\'s pod or the camp leader and then let the project fail after ensuring that such failure would not create an immediate safety or LNT hazard.
    24. \r\n
    25. Projects shall not be rescued by requiring anyone to work beyond their obligated hours.  It is better that a project should fail than be rescued at the cost of anyone\'s enjoyment.
    26. \r\n
    27. Project plans must be presented to the camp leader no later than 30 days before the close of the Theme Camp application window to be considered for whether it might be a sanctioned project or not.  Space, time, cost and risk estimates as well as a drawing are required pre-requisites for a meeting with the camp leader (at least) to consider whether the camp can afford the resources to sanction the project.  However, there is no requirement that the camp leader be the first person to know about the project -- socialize the idea among the camp to see if there is interest before bothering to determine if there are resources.  Unsanctioned projects must either be outside the camp or be quiet, small and safe to be allowed inside the camp.
    28. \r\n
    29. Each member is responsible for finding a way to fulfill their commitment to the social contract -- nobody is doing the accounting to make sure each person does their share.
    30. \r\n
    31. Pods are responsible for their own food, water and other supplies, as well as for their own bikes and camping gear and other supplies.  They are to be contained so they do not become moop and organized so they are not a tripping hazard.  Pods are responsible for minimizing risks associated with their equipment.
    32. \r\n
    33. All camp members present on the day that the camp has agreed shall be the breakdown day shall participate in breakdown to the greatest extent practical for them.  Hours spent breaking down come from the pre/post pool and specifically not from the during-event pool of obligated hours.  If you come late and leave early you\'ll need to spend a lot of time during burning man on camp activities.  If you won\'t or can\'t, you should not camp with nose fish that year unless you are part of a pod that is willing to do your work for you.
    34. \r\n
    35. Sanctioned projects may have a project leader and team from separate pods.  In such cases the uninvolved members of the pod\'s main responsibility toward their own pod is to relay information but not necessarily to take direct action or assist.  This is a subtlety and not an exception to the indivisible pod.  Pod members ensure that the right member of their pod gets the message to fulfill their portion of their pod\'s obligation.  The project member fulfills the rest of their pod\'s obligation toward the sanctioned project.  In this way project teams can be distributed across pods without obligating all members of a pod to participate in a given project.  This respects the fact that people have different interests even if they are in the same pod.
    36. \r\n
    \r\n ','Nosefish Social Contract','','inherit','open','open','','127-revision-9','','','2012-09-17 01:31:21','2012-09-17 01:31:21','',127,'http://nosefish.org/?p=138',0,'revision','',0),(128,1,'2012-09-17 00:43:40','2012-09-17 00:43:40','','Nosefish Social ','','inherit','open','open','','127-revision','','','2012-09-17 00:43:40','2012-09-17 00:43:40','',127,'http://nosefish.org/?p=128',0,'revision','',0),(129,1,'2012-09-17 00:44:04','2012-09-17 00:44:04','Content on its way...','Nosefish Social Contract','','inherit','open','open','','127-revision-2','','','2012-09-17 00:44:04','2012-09-17 00:44:04','',127,'http://nosefish.org/?p=129',0,'revision','',0),(130,1,'2012-09-17 00:51:16','2012-09-17 00:51:16','This is our social contract -- we agree to take responsibility individually and as a group to to our best to follow the social contract.\r\n\r\n1) Camp members exist in groups (pods) of typically 2 or 3 people who collectively function as a unit and who collectively share responsibility and credit for their pod\'s contribution. Pods are a reflection of what already is, not a requirement.  People can be in a pod of one, or any other combination they mutually choose.\r\n\r\n2) Each day each camp member will be in the camp during the event they accrue 2 hours of obligation toward the camp, some of which could possibly be spent on sanctioned camp activities before or after the event.\r\n\r\n3) If a pod receives early arrival passes for its members, each day they are on the playa before the event opens they accrue up to 4 hours of obligation to the camp which must be spent on those days, but often the camp doesn\'t need that much time on a given day.  Unused EA time does not accumulate and each day starts a fresh set of hours.\r\n\r\n4) Each person accrues 10 hours of obligated time for sanctioned pre-event and/or post-event camp activities.  Each pod takes responsibility for its members finding a way to contribute to these activities by coordinating with the camp leader.  You may convert off-playa hours into on-playa hours, and vice versa, so long as it is for a sanctioned project and the camp leader agrees.\r\n\r\n5) Projects are scaled and planned so that they do not exceed the obligated hours people have accrued during their stay within NoseFish.  Projects should fail if they are poorly planned.\r\n\r\n6) Time spent on LNT is exclusive of your obligated hours -- you are required to follow LNT practices at all times within our camp in addition to your obligated time.  The only exception is time spent on LNT-enabling activities by the LNT guru.\r\n\r\n7) Camp members are asked to consider whether or how much of a financial contribution toward sanctioned projects they can afford to make.  Contributions are optional.  Projects are scaled to the available funds.\r\n\r\n8) Camp members are allowed to work more hours if that is what they love to do, but that does not create any kind of expectation that anyone else will work that hard.  The accrued obligated hours are the sum total of all the time that is required to be a fully-appreciated camp member.\r\n\r\n9) Pods are responsible for the sum total of their member\'s obligated time and agreed upon responsibilities.  It is inappropriate for people outside the pod to interfere with how the pod divides its work or its time.  Pods are indivisible units of obligation and credit for effort.  Only a pod can bring in a new person to the camp and in doing so they take responsibility for teaching them the social contract and for their compliance.\r\n\r\n10) Camp members agree to speak up promptly when there is a problem that affects the camp or its sanctioned projects.  In particular, if you recognize that a project is in jeopardy, you are obliged to bring it to the attention of its project leader or the camp leader as soon as you become aware of the problem.  For example, if you anticipate that there won\'t be enough person-hours available to operate a project, or it is missing a critical component, etc.\r\n\r\n11) Camp members agree not to spend any more time on sanctioned projects or pre/post activities than their cumulative obligation unless working only that amount of time would diminish their experience.  In other words, if you don\'t love to work, then don\'t exceed your obligated hours.  Notify someone from the project leader\'s pod or the camp leader and then let the project fail after ensuring that such failure would not create an immediate safety or LNT hazard.\r\n\r\n12) Projects shall not be rescued by requiring anyone to work beyond their obligated hours.  It is better that a project should fail than be rescued at the cost of anyone\'s enjoyment.\r\n\r\n13) Project plans must be presented to the camp leader no later than 30 days before the close of the Theme Camp application window to be considered for whether it might be a sanctioned project or not.  Space, time, cost and risk estimates as well as a drawing are required pre-requisites for a meeting with the camp leader (at least) to consider whether the camp can afford the resources to sanction the project.  However, there is no requirement that the camp leader be the first person to know about the project -- socialize the idea among the camp to see if there is interest before bothering to determine if there are resources.  Unsanctioned projects must either be outside the camp or be quiet, small and safe to be allowed inside the camp.\r\n\r\n14) Each member is responsible for finding a way to fulfill their commitment to the social contract -- nobody is doing the accounting to make sure each person does their share.\r\n\r\n15) Pods are responsible for their own food, water and other supplies, as well as for their own bikes and camping gear and other supplies.  They are to be contained so they do not become moop and organized so they are not a tripping hazard.  Pods are responsible for minimizing risks associated with their equipment.\r\n\r\n16) All camp members present on the day that the camp has agreed shall be the breakdown day shall participate in breakdown to the greatest extent practical for them.  Hours spent breaking down come from the pre/post pool and specifically not from the during-event pool of obligated hours.  If you come late and leave early you\'ll need to spend a lot of time during burning man on camp activities.  If you won\'t or can\'t, you should not camp with nose fish that year unless you are part of a pod that is willing to do your work for you.\r\n\r\n17) Sanctioned projects may have a project leader and team from separate pods.  In such cases the uninvolved members of the pod\'s main responsibility toward their own pod is to relay information but not necessarily to take direct action or assist.  This is a subtlety and not an exception to the indivisible pod.  Pod members ensure that the right member of their pod gets the message to fulfill their portion of their pod\'s obligation.  The project member fulfills the rest of their pod\'s obligation toward the sanctioned project.  In this way project teams can be distributed across pods without obligating all members of a pod to participate in a given project.  This respects the fact that people have different interests even if they are in the same pod.\r\n\r\n18) Above all, communication among camp members should be civil and constructive and people should endeavor to work together peacefully and respectfully.','Nosefish Social Contract','','inherit','open','open','','127-revision-3','','','2012-09-17 00:51:16','2012-09-17 00:51:16','',127,'http://nosefish.org/?p=130',0,'revision','',0),(131,1,'2012-09-17 00:56:53','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2012-09-17 00:56:53','0000-00-00 00:00:00','',0,'http://nosefish.org/?p=131',1,'nav_menu_item','',0),(132,1,'2012-09-17 00:53:11','2012-09-17 00:53:11','This is our social contract -- we agree to take responsibility individually and as a group to to our best to follow the social contract.\r\n\r\n1) Camp members exist in groups (pods) of typically 2 or 3 people who collectively function as a unit and who collectively share responsibility and credit for their pod\'s contribution. Pods are a reflection of what already is, not a requirement.  People can be in a pod of one, or any other combination they mutually choose.\r\n\r\n2) Each day each camp member will be in the camp during the event they accrue 2 hours of obligation toward the camp, some of which could possibly be spent on sanctioned camp activities before or after the event.\r\n\r\n3) If a pod receives early arrival passes for its members, each day they are on the playa before the event opens they accrue up to 4 hours of obligation to the camp which must be spent on those days, but often the camp doesn\'t need that much time on a given day.  Unused EA time does not accumulate and each day starts a fresh set of hours.\r\n\r\n4) Each person accrues 10 hours of obligated time for sanctioned pre-event and/or post-event camp activities.  Each pod takes responsibility for its members finding a way to contribute to these activities by coordinating with the camp leader.  You may convert off-playa hours into on-playa hours, and vice versa, so long as it is for a sanctioned project and the camp leader agrees.\r\n\r\n5) Projects are scaled and planned so that they do not exceed the obligated hours people have accrued during their stay within NoseFish.  Projects should fail if they are poorly planned.\r\n\r\n6) Time spent on LNT is exclusive of your obligated hours -- you are required to follow LNT practices at all times within our camp in addition to your obligated time.  The only exception is time spent on LNT-enabling activities by the LNT guru.\r\n\r\n7) Camp members are asked to consider whether or how much of a financial contribution toward sanctioned projects they can afford to make.  Contributions are optional.  Projects are scaled to the available funds.\r\n\r\n8) Camp members are allowed to work more hours if that is what they love to do, but that does not create any kind of expectation that anyone else will work that hard.  The accrued obligated hours are the sum total of all the time that is required to be a fully-appreciated camp member.\r\n\r\n9) Pods are responsible for the sum total of their member\'s obligated time and agreed upon responsibilities.  It is inappropriate for people outside the pod to interfere with how the pod divides its work or its time.  Pods are indivisible units of obligation and credit for effort.  Only a pod can bring in a new person to the camp and in doing so they take responsibility for teaching them the social contract and for their compliance.\r\n\r\n10) Camp members agree to speak up promptly when there is a problem that affects the camp or its sanctioned projects.  In particular, if you recognize that a project is in jeopardy, you are obliged to bring it to the attention of its project leader or the camp leader as soon as you become aware of the problem.  For example, if you anticipate that there won\'t be enough person-hours available to operate a project, or it is missing a critical component, etc.\r\n\r\n11) Camp members agree not to spend any more time on sanctioned projects or pre/post activities than their cumulative obligation unless working only that amount of time would diminish their experience.  In other words, if you don\'t love to work, then don\'t exceed your obligated hours.  Notify someone from the project leader\'s pod or the camp leader and then let the project fail after ensuring that such failure would not create an immediate safety or LNT hazard.\r\n\r\n12) Projects shall not be rescued by requiring anyone to work beyond their obligated hours.  It is better that a project should fail than be rescued at the cost of anyone\'s enjoyment.\r\n\r\n13) Project plans must be presented to the camp leader no later than 30 days before the close of the Theme Camp application window to be considered for whether it might be a sanctioned project or not.  Space, time, cost and risk estimates as well as a drawing are required pre-requisites for a meeting with the camp leader (at least) to consider whether the camp can afford the resources to sanction the project.  However, there is no requirement that the camp leader be the first person to know about the project -- socialize the idea among the camp to see if there is interest before bothering to determine if there are resources.  Unsanctioned projects must either be outside the camp or be quiet, small and safe to be allowed inside the camp.\r\n\r\n14) Each member is responsible for finding a way to fulfill their commitment to the social contract -- nobody is doing the accounting to make sure each person does their share.\r\n\r\n15) Pods are responsible for their own food, water and other supplies, as well as for their own bikes and camping gear and other supplies.  They are to be contained so they do not become moop and organized so they are not a tripping hazard.  Pods are responsible for minimizing risks associated with their equipment.\r\n\r\n16) All camp members present on the day that the camp has agreed shall be the breakdown day shall participate in breakdown to the greatest extent practical for them.  Hours spent breaking down come from the pre/post pool and specifically not from the during-event pool of obligated hours.  If you come late and leave early you\'ll need to spend a lot of time during burning man on camp activities.  If you won\'t or can\'t, you should not camp with nose fish that year unless you are part of a pod that is willing to do your work for you.\r\n\r\n17) Sanctioned projects may have a project leader and team from separate pods.  In such cases the uninvolved members of the pod\'s main responsibility toward their own pod is to relay information but not necessarily to take direct action or assist.  This is a subtlety and not an exception to the indivisible pod.  Pod members ensure that the right member of their pod gets the message to fulfill their portion of their pod\'s obligation.  The project member fulfills the rest of their pod\'s obligation toward the sanctioned project.  In this way project teams can be distributed across pods without obligating all members of a pod to participate in a given project.  This respects the fact that people have different interests even if they are in the same pod.\r\n\r\n18) Above all, communication among camp members should be civil and constructive and people should endeavor to work together peacefully and respectfully.','Nosefish Social Contract','','inherit','open','open','','127-revision-4','','','2012-09-17 00:53:11','2012-09-17 00:53:11','',127,'http://nosefish.org/?p=132',0,'revision','',0),(133,1,'2012-09-17 00:58:53','2012-09-17 00:58:53','This is our social contract -- we agree to take responsibility individually and as a group to to our best to follow the social contract.\r\n\r\n1) Camp members exist in groups (pods) of typically 2 or 3 people who collectively function as a unit and who collectively share responsibility and credit for their pod\'s contribution. Pods are a reflection of what already is, not a requirement.  People can be in a pod of one, or any other combination they mutually choose.\r\n\r\n2) Each day each camp member will be in the camp during the event they accrue 2 hours of obligation toward the camp, some of which could possibly be spent on sanctioned camp activities before or after the event.\r\n\r\n3) If a pod receives early arrival passes for its members, each day they are on the playa before the event opens they accrue up to 4 hours of obligation to the camp which must be spent on those days, but often the camp doesn\'t need that much time on a given day.  Unused EA time does not accumulate and each day starts a fresh set of hours.\r\n\r\n4) Each person accrues 10 hours of obligated time for sanctioned pre-event and/or post-event camp activities.  Each pod takes responsibility for its members finding a way to contribute to these activities by coordinating with the camp leader.  You may convert off-playa hours into on-playa hours, and vice versa, so long as it is for a sanctioned project and the camp leader agrees.\r\n\r\n5) Projects are scaled and planned so that they do not exceed the obligated hours people have accrued during their stay within NoseFish.  Projects should fail if they are poorly planned.\r\n\r\n6) Time spent on LNT is exclusive of your obligated hours -- you are required to follow LNT practices at all times within our camp in addition to your obligated time.  The only exception is time spent on LNT-enabling activities by the LNT guru.\r\n\r\n7) Camp members are asked to consider whether or how much of a financial contribution toward sanctioned projects they can afford to make.  Contributions are optional.  Projects are scaled to the available funds.\r\n\r\n8) Camp members are allowed to work more hours if that is what they love to do, but that does not create any kind of expectation that anyone else will work that hard.  The accrued obligated hours are the sum total of all the time that is required to be a fully-appreciated camp member.\r\n\r\n9) Pods are responsible for the sum total of their member\'s obligated time and agreed upon responsibilities.  It is inappropriate for people outside the pod to interfere with how the pod divides its work or its time.  Pods are indivisible units of obligation and credit for effort.  Only a pod can bring in a new person to the camp and in doing so they take responsibility for teaching them the social contract and for their compliance.\r\n\r\n10) Camp members agree to speak up promptly when there is a problem that affects the camp or its sanctioned projects.  In particular, if you recognize that a project is in jeopardy, you are obliged to bring it to the attention of its project leader or the camp leader as soon as you become aware of the problem.  For example, if you anticipate that there won\'t be enough person-hours available to operate a project, or it is missing a critical component, etc.\r\n\r\n11) Camp members agree not to spend any more time on sanctioned projects or pre/post activities than their cumulative obligation unless working only that amount of time would diminish their experience.  In other words, if you don\'t love to work, then don\'t exceed your obligated hours.  Notify someone from the project leader\'s pod or the camp leader and then let the project fail after ensuring that such failure would not create an immediate safety or LNT hazard.\r\n\r\n12) Projects shall not be rescued by requiring anyone to work beyond their obligated hours.  It is better that a project should fail than be rescued at the cost of anyone\'s enjoyment.\r\n\r\n13) Project plans must be presented to the camp leader no later than 30 days before the close of the Theme Camp application window to be considered for whether it might be a sanctioned project or not.  Space, time, cost and risk estimates as well as a drawing are required pre-requisites for a meeting with the camp leader (at least) to consider whether the camp can afford the resources to sanction the project.  However, there is no requirement that the camp leader be the first person to know about the project -- socialize the idea among the camp to see if there is interest before bothering to determine if there are resources.  Unsanctioned projects must either be outside the camp or be quiet, small and safe to be allowed inside the camp.\r\n\r\n14) Each member is responsible for finding a way to fulfill their commitment to the social contract -- nobody is doing the accounting to make sure each person does their share.\r\n\r\n15) Pods are responsible for their own food, water and other supplies, as well as for their own bikes and camping gear and other supplies.  They are to be contained so they do not become moop and organized so they are not a tripping hazard.  Pods are responsible for minimizing risks associated with their equipment.\r\n\r\n16) All camp members present on the day that the camp has agreed shall be the breakdown day shall participate in breakdown to the greatest extent practical for them.  Hours spent breaking down come from the pre/post pool and specifically not from the during-event pool of obligated hours.  If you come late and leave early you\'ll need to spend a lot of time during burning man on camp activities.  If you won\'t or can\'t, you should not camp with nose fish that year unless you are part of a pod that is willing to do your work for you.\r\n\r\n17) Sanctioned projects may have a project leader and team from separate pods.  In such cases the uninvolved members of the pod\'s main responsibility toward their own pod is to relay information but not necessarily to take direct action or assist.  This is a subtlety and not an exception to the indivisible pod.  Pod members ensure that the right member of their pod gets the message to fulfill their portion of their pod\'s obligation.  The project member fulfills the rest of their pod\'s obligation toward the sanctioned project.  In this way project teams can be distributed across pods without obligating all members of a pod to participate in a given project.  This respects the fact that people have different interests even if they are in the same pod.\r\n\r\n18) Above all, communication among camp members should be civil and constructive and people should endeavor to work together peacefully and respectfully.','Nosefish Social Contract','','inherit','open','open','','127-revision-5','','','2012-09-17 00:58:53','2012-09-17 00:58:53','',127,'http://nosefish.org/?p=133',0,'revision','',0),(134,1,'2012-09-17 00:59:21','2012-09-17 00:59:21','This is our social contract -- we agree to take responsibility individually and as a group to to our best to follow the social contract.\r\n\r\n1) Camp members exist in groups (pods) of typically 2 or 3 people who collectively function as a unit and who collectively share responsibility and credit for their pod\'s contribution. Pods are a reflection of what already is, not a requirement.  People can be in a pod of one, or any other combination they mutually choose.\r\n\r\n2) Each day each camp member will be in the camp during the event they accrue 2 hours of obligation toward the camp, some of which could possibly be spent on sanctioned camp activities before or after the event.\r\n\r\n3) If a pod receives early arrival passes for its members, each day they are on the playa before the event opens they accrue up to 4 hours of obligation to the camp which must be spent on those days, but often the camp doesn\'t need that much time on a given day.  Unused EA time does not accumulate and each day starts a fresh set of hours.\r\n\r\n4) Each person accrues 10 hours of obligated time for sanctioned pre-event and/or post-event camp activities.  Each pod takes responsibility for its members finding a way to contribute to these activities by coordinating with the camp leader.  You may convert off-playa hours into on-playa hours, and vice versa, so long as it is for a sanctioned project and the camp leader agrees.\r\n\r\n5) Projects are scaled and planned so that they do not exceed the obligated hours people have accrued during their stay within NoseFish.  Projects should fail if they are poorly planned.\r\n\r\n6) Time spent on LNT is exclusive of your obligated hours -- you are required to follow LNT practices at all times within our camp in addition to your obligated time.  The only exception is time spent on LNT-enabling activities by the LNT guru.\r\n\r\n7) Camp members are asked to consider whether or how much of a financial contribution toward sanctioned projects they can afford to make.  Contributions are optional.  Projects are scaled to the available funds.\r\n\r\n8) Camp members are allowed to work more hours if that is what they love to do, but that does not create any kind of expectation that anyone else will work that hard.  The accrued obligated hours are the sum total of all the time that is required to be a fully-appreciated camp member.\r\n\r\n9) Pods are responsible for the sum total of their member\'s obligated time and agreed upon responsibilities.  It is inappropriate for people outside the pod to interfere with how the pod divides its work or its time.  Pods are indivisible units of obligation and credit for effort.  Only a pod can bring in a new person to the camp and in doing so they take responsibility for teaching them the social contract and for their compliance.\r\n\r\n10) Camp members agree to speak up promptly when there is a problem that affects the camp or its sanctioned projects.  In particular, if you recognize that a project is in jeopardy, you are obliged to bring it to the attention of its project leader or the camp leader as soon as you become aware of the problem.  For example, if you anticipate that there won\'t be enough person-hours available to operate a project, or it is missing a critical component, etc.\r\n\r\n11) Camp members agree not to spend any more time on sanctioned projects or pre/post activities than their cumulative obligation unless working only that amount of time would diminish their experience.  In other words, if you don\'t love to work, then don\'t exceed your obligated hours.  Notify someone from the project leader\'s pod or the camp leader and then let the project fail after ensuring that such failure would not create an immediate safety or LNT hazard.\r\n\r\n12) Projects shall not be rescued by requiring anyone to work beyond their obligated hours.  It is better that a project should fail than be rescued at the cost of anyone\'s enjoyment.\r\n\r\n13) Project plans must be presented to the camp leader no later than 30 days before the close of the Theme Camp application window to be considered for whether it might be a sanctioned project or not.  Space, time, cost and risk estimates as well as a drawing are required pre-requisites for a meeting with the camp leader (at least) to consider whether the camp can afford the resources to sanction the project.  However, there is no requirement that the camp leader be the first person to know about the project -- socialize the idea among the camp to see if there is interest before bothering to determine if there are resources.  Unsanctioned projects must either be outside the camp or be quiet, small and safe to be allowed inside the camp.\r\n\r\n14) Each member is responsible for finding a way to fulfill their commitment to the social contract -- nobody is doing the accounting to make sure each person does their share.\r\n\r\n15) Pods are responsible for their own food, water and other supplies, as well as for their own bikes and camping gear and other supplies.  They are to be contained so they do not become moop and organized so they are not a tripping hazard.  Pods are responsible for minimizing risks associated with their equipment.\r\n\r\n16) All camp members present on the day that the camp has agreed shall be the breakdown day shall participate in breakdown to the greatest extent practical for them.  Hours spent breaking down come from the pre/post pool and specifically not from the during-event pool of obligated hours.  If you come late and leave early you\'ll need to spend a lot of time during burning man on camp activities.  If you won\'t or can\'t, you should not camp with nose fish that year unless you are part of a pod that is willing to do your work for you.\r\n\r\n17) Sanctioned projects may have a project leader and team from separate pods.  In such cases the uninvolved members of the pod\'s main responsibility toward their own pod is to relay information but not necessarily to take direct action or assist.  This is a subtlety and not an exception to the indivisible pod.  Pod members ensure that the right member of their pod gets the message to fulfill their portion of their pod\'s obligation.  The project member fulfills the rest of their pod\'s obligation toward the sanctioned project.  In this way project teams can be distributed across pods without obligating all members of a pod to participate in a given project.  This respects the fact that people have different interests even if they are in the same pod.\r\n\r\n18) Above all, communication among camp members should be civil and constructive and people should endeavor to work together peacefully and respectfully.','Nosefish Social Contract','','inherit','open','open','','127-revision-6','','','2012-09-17 00:59:21','2012-09-17 00:59:21','',127,'http://nosefish.org/?p=134',0,'revision','',0),(135,1,'2012-09-17 01:50:14','2012-09-17 01:50:14','This is our social contract -- we agree to take responsibility individually and as a group to to our best to follow the social contract.\n
      \n
    1. Above all, communication among camp members should be civil and constructive and people should endeavor to work together peacefully and respectfully.
    2. \n
    3. Camp members exist in groups (pods) of typically 2 or 3 people who collectively function as a unit and who collectively share responsibility and credit for their pod\'s contribution. Pods are a reflection of what already is, not a requirement.  People can be in a pod of one, or any other combination they mutually choose.
    4. \n
    5. Each day each camp member will be in the camp during the event they accrue 2 hours of obligation toward the camp, some of which could possibly be spent on sanctioned camp activities before or after the event.
    6. \n
    7. If a camp member receives an early arrival pass, each day they are on the playa before the event opens they accrue 4 hours of obligation to the camp.  We often don\'t need that many. Unused hours do not carry forward to the next day.
    8. \n
    9. Each person accrues 10 hours of obligated time for sanctioned pre-event and/or post-event camp activities.  Each pod takes responsibility for its members finding a way to contribute to these activities by coordinating with the camp leader.  You may convert off-playa hours into on-playa hours, and vice versa, so long as it is for a sanctioned project and the camp leader agrees.
    10. \n
    11. Projects are scaled and planned so that they do not exceed the obligated hours people have accrued during their stay within NoseFish.  Projects should fail if they are poorly planned.
    12. \n
    13. Time spent on LNT is exclusive of your obligated hours -- you are required to follow LNT practices at all times within our camp in addition to your obligated time.  The only exception is time spent on LNT-enabling activities by the LNT guru.
    14. \n
    15. Camp members are asked to consider whether or how much of a financial contribution toward sanctioned projects they can afford to make.  Contributions are optional.  Projects are scaled to the available funds.
    16. \n
    17. Camp members are allowed to work more hours if that is what they love to do, but that does not create any kind of expectation that anyone else will work that hard.  The accrued obligated hours are the sum total of all the time that is required to be a fully-appreciated camp member.
    18. \n
    19. Pods are indivisible units of obligation and credit for effort. Pods are responsible for the sum total of their member\'s obligated time and agreed upon responsibilities.  It is inappropriate for people outside the pod to interfere with how the pod divides its work or its time.
    20. \n
    21.  Only a pod can bring in a new person to the camp and in doing so they take responsibility for teaching them the social contract and for their compliance.
    22. \n
    23. Camp members agree to speak up promptly when there is a problem that affects the camp or its sanctioned projects.  In particular, if you recognize that a project is in jeopardy, you are obliged to bring it to the attention of its project leader or the camp leader as soon as you become aware of the problem.  For example, if you anticipate that there won\'t be enough person-hours available to operate a project, or it is missing a critical component, etc.
    24. \n
    25. Camp members agree not to spend any more time on sanctioned projects or pre/post activities than their cumulative obligation unless working only that amount of time would diminish their experience.  In other words, if you don\'t love to work, then don\'t exceed your obligated hours.  Notify someone from the project leader\'s pod or the camp leader and then let the project fail after ensuring that such failure would not create an immediate safety or LNT hazard.
    26. \n
    27. Projects shall not be rescued by requiring anyone to work beyond their obligated hours.  It is better that a project should fail than be rescued at the cost of anyone\'s enjoyment.
    28. \n
    29. Project plans must be presented to the camp leader no later than 30 days before the close of the Theme Camp application window to be considered for whether it might be a sanctioned project or not.  Space, time, cost and risk estimates as well as a drawing are required pre-requisites for a meeting with the camp leader (at least) to consider whether the camp can afford the resources to sanction the project.  However, there is no requirement that the camp leader be the first person to know about the project -- socialize the idea among the camp to see if there is interest before bothering to determine if there are resources.  Unsanctioned projects must either be outside the camp or be quiet, small and safe to be allowed inside the camp.
    30. \n
    31. Each member is responsible for finding a way to fulfill their commitment to the social contract -- nobody is doing the accounting to make sure each person does their share.
    32. \n
    33. Pods are responsible for their own food, water and other supplies, as well as for their own bikes and camping gear and other supplies.  They are to be contained so they do not become moop and organized so they are not a tripping hazard.  Pods are responsible for minimizing risks associated with their equipment.
    34. \n
    35. The camp members shall collectively decide which day shall the camp infrastructure shall be broken down. All camp members present on that day agree to participate in breakdown to the greatest extent practical for them.
    36. \n
    37. Sanctioned projects may have a project leader and team members from separate pods.  In such cases the uninvolved members of the pod\'s main responsibility toward their own pod is to relay information but not necessarily to take direct action or assist.  This is a subtlety and not an exception to the indivisible pod.  Pod members ensure that the right member of their pod gets the message to fulfill their portion of their pod\'s obligation.  The project member fulfills the rest of their pod\'s obligation toward the sanctioned project.  In this way project teams can be distributed across pods without obligating all members of a pod to participate (more than a little) in a given project.  This respects the fact that people have different interests even if they are in the same pod.
    38. \n
    \n ','Nosefish Social Contract','','inherit','open','open','','127-autosave','','','2012-09-17 01:50:14','2012-09-17 01:50:14','',127,'http://nosefish.org/?p=135',0,'revision','',0),(136,1,'2012-09-17 00:59:39','2012-09-17 00:59:39','This is our social contract -- we agree to take responsibility individually and as a group to to our best to follow the social contract.\r\n\r\n1) Camp members exist in groups (pods) of typically 2 or 3 people who collectively function as a unit and who collectively share responsibility and credit for their pod\'s contribution. Pods are a reflection of what already is, not a requirement.  People can be in a pod of one, or any other combination they mutually choose.\r\n\r\n2) Each day each camp member will be in the camp during the event they accrue 2 hours of obligation toward the camp, some of which could possibly be spent on sanctioned camp activities before or after the event.\r\n\r\n3) If a pod receives early arrival passes for its members, each day they are on the playa before the event opens they accrue up to 4 hours of obligation to the camp which must be spent on those days, but often the camp doesn\'t need that much time on a given day.  Unused EA time does not accumulate and each day starts a fresh set of hours.\r\n\r\n4) Each person accrues 10 hours of obligated time for sanctioned pre-event and/or post-event camp activities.  Each pod takes responsibility for its members finding a way to contribute to these activities by coordinating with the camp leader.  You may convert off-playa hours into on-playa hours, and vice versa, so long as it is for a sanctioned project and the camp leader agrees.\r\n\r\n5) Projects are scaled and planned so that they do not exceed the obligated hours people have accrued during their stay within NoseFish.  Projects should fail if they are poorly planned.\r\n\r\n6) Time spent on LNT is exclusive of your obligated hours -- you are required to follow LNT practices at all times within our camp in addition to your obligated time.  The only exception is time spent on LNT-enabling activities by the LNT guru.\r\n\r\n7) Camp members are asked to consider whether or how much of a financial contribution toward sanctioned projects they can afford to make.  Contributions are optional.  Projects are scaled to the available funds.\r\n\r\n8) Camp members are allowed to work more hours if that is what they love to do, but that does not create any kind of expectation that anyone else will work that hard.  The accrued obligated hours are the sum total of all the time that is required to be a fully-appreciated camp member.\r\n\r\n9) Pods are responsible for the sum total of their member\'s obligated time and agreed upon responsibilities.  It is inappropriate for people outside the pod to interfere with how the pod divides its work or its time.  Pods are indivisible units of obligation and credit for effort.  Only a pod can bring in a new person to the camp and in doing so they take responsibility for teaching them the social contract and for their compliance.\r\n\r\n10) Camp members agree to speak up promptly when there is a problem that affects the camp or its sanctioned projects.  In particular, if you recognize that a project is in jeopardy, you are obliged to bring it to the attention of its project leader or the camp leader as soon as you become aware of the problem.  For example, if you anticipate that there won\'t be enough person-hours available to operate a project, or it is missing a critical component, etc.\r\n\r\n11) Camp members agree not to spend any more time on sanctioned projects or pre/post activities than their cumulative obligation unless working only that amount of time would diminish their experience.  In other words, if you don\'t love to work, then don\'t exceed your obligated hours.  Notify someone from the project leader\'s pod or the camp leader and then let the project fail after ensuring that such failure would not create an immediate safety or LNT hazard.\r\n\r\n12) Projects shall not be rescued by requiring anyone to work beyond their obligated hours.  It is better that a project should fail than be rescued at the cost of anyone\'s enjoyment.\r\n\r\n13) Project plans must be presented to the camp leader no later than 30 days before the close of the Theme Camp application window to be considered for whether it might be a sanctioned project or not.  Space, time, cost and risk estimates as well as a drawing are required pre-requisites for a meeting with the camp leader (at least) to consider whether the camp can afford the resources to sanction the project.  However, there is no requirement that the camp leader be the first person to know about the project -- socialize the idea among the camp to see if there is interest before bothering to determine if there are resources.  Unsanctioned projects must either be outside the camp or be quiet, small and safe to be allowed inside the camp.\r\n\r\n14) Each member is responsible for finding a way to fulfill their commitment to the social contract -- nobody is doing the accounting to make sure each person does their share.\r\n\r\n15) Pods are responsible for their own food, water and other supplies, as well as for their own bikes and camping gear and other supplies.  They are to be contained so they do not become moop and organized so they are not a tripping hazard.  Pods are responsible for minimizing risks associated with their equipment.\r\n\r\n16) All camp members present on the day that the camp has agreed shall be the breakdown day shall participate in breakdown to the greatest extent practical for them.  Hours spent breaking down come from the pre/post pool and specifically not from the during-event pool of obligated hours.  If you come late and leave early you\'ll need to spend a lot of time during burning man on camp activities.  If you won\'t or can\'t, you should not camp with nose fish that year unless you are part of a pod that is willing to do your work for you.\r\n\r\n17) Sanctioned projects may have a project leader and team from separate pods.  In such cases the uninvolved members of the pod\'s main responsibility toward their own pod is to relay information but not necessarily to take direct action or assist.  This is a subtlety and not an exception to the indivisible pod.  Pod members ensure that the right member of their pod gets the message to fulfill their portion of their pod\'s obligation.  The project member fulfills the rest of their pod\'s obligation toward the sanctioned project.  In this way project teams can be distributed across pods without obligating all members of a pod to participate in a given project.  This respects the fact that people have different interests even if they are in the same pod.\r\n\r\n18) Above all, communication among camp members should be civil and constructive and people should endeavor to work together peacefully and respectfully.','Nosefish Social Contract','','inherit','open','open','','127-revision-7','','','2012-09-17 00:59:39','2012-09-17 00:59:39','',127,'http://nosefish.org/?p=136',0,'revision','',0),(137,1,'2012-09-17 01:29:40','2012-09-17 01:29:40','This is our social contract -- we agree to take responsibility individually and as a group to to our best to follow the social contract.\r\n\r\nCamp members exist in groups (pods) of typically 2 or 3 people who collectively function as a unit and who collectively share responsibility and credit for their pod\'s contribution. Pods are a reflection of what already is, not a requirement.  People can be in a pod of one, or any other combination they mutually choose.\r\n\r\nEach day each camp member will be in the camp during the event they accrue 2 hours of obligation toward the camp, some of which could possibly be spent on sanctioned camp activities before or after the event.\r\n\r\nIf a pod receives early arrival passes for its members, each day they are on the playa before the event opens they accrue up to 4 hours of obligation to the camp which must be spent on those days, but often the camp doesn\'t need that much time on a given day.  Unused EA time does not accumulate and each day starts a fresh set of hours.\r\n\r\nEach person accrues 10 hours of obligated time for sanctioned pre-event and/or post-event camp activities.  Each pod takes responsibility for its members finding a way to contribute to these activities by coordinating with the camp leader.  You may convert off-playa hours into on-playa hours, and vice versa, so long as it is for a sanctioned project and the camp leader agrees.\r\n\r\nProjects are scaled and planned so that they do not exceed the obligated hours people have accrued during their stay within NoseFish.  Projects should fail if they are poorly planned.\r\n\r\nTime spent on LNT is exclusive of your obligated hours -- you are required to follow LNT practices at all times within our camp in addition to your obligated time.  The only exception is time spent on LNT-enabling activities by the LNT guru.\r\n\r\nCamp members are asked to consider whether or how much of a financial contribution toward sanctioned projects they can afford to make.  Contributions are optional.  Projects are scaled to the available funds.\r\n\r\nCamp members are allowed to work more hours if that is what they love to do, but that does not create any kind of expectation that anyone else will work that hard.  The accrued obligated hours are the sum total of all the time that is required to be a fully-appreciated camp member.\r\n\r\nPods are responsible for the sum total of their member\'s obligated time and agreed upon responsibilities.  It is inappropriate for people outside the pod to interfere with how the pod divides its work or its time.  Pods are indivisible units of obligation and credit for effort.  Only a pod can bring in a new person to the camp and in doing so they take responsibility for teaching them the social contract and for their compliance.\r\n\r\nCamp members agree to speak up promptly when there is a problem that affects the camp or its sanctioned projects.  In particular, if you recognize that a project is in jeopardy, you are obliged to bring it to the attention of its project leader or the camp leader as soon as you become aware of the problem.  For example, if you anticipate that there won\'t be enough person-hours available to operate a project, or it is missing a critical component, etc.\r\n\r\nCamp members agree not to spend any more time on sanctioned projects or pre/post activities than their cumulative obligation unless working only that amount of time would diminish their experience.  In other words, if you don\'t love to work, then don\'t exceed your obligated hours.  Notify someone from the project leader\'s pod or the camp leader and then let the project fail after ensuring that such failure would not create an immediate safety or LNT hazard.\r\n\r\nProjects shall not be rescued by requiring anyone to work beyond their obligated hours.  It is better that a project should fail than be rescued at the cost of anyone\'s enjoyment.\r\n\r\nProject plans must be presented to the camp leader no later than 30 days before the close of the Theme Camp application window to be considered for whether it might be a sanctioned project or not.  Space, time, cost and risk estimates as well as a drawing are required pre-requisites for a meeting with the camp leader (at least) to consider whether the camp can afford the resources to sanction the project.  However, there is no requirement that the camp leader be the first person to know about the project -- socialize the idea among the camp to see if there is interest before bothering to determine if there are resources.  Unsanctioned projects must either be outside the camp or be quiet, small and safe to be allowed inside the camp.\r\n\r\nEach member is responsible for finding a way to fulfill their commitment to the social contract -- nobody is doing the accounting to make sure each person does their share.\r\n\r\nPods are responsible for their own food, water and other supplies, as well as for their own bikes and camping gear and other supplies.  They are to be contained so they do not become moop and organized so they are not a tripping hazard.  Pods are responsible for minimizing risks associated with their equipment.\r\n\r\nAll camp members present on the day that the camp has agreed shall be the breakdown day shall participate in breakdown to the greatest extent practical for them.  Hours spent breaking down come from the pre/post pool and specifically not from the during-event pool of obligated hours.  If you come late and leave early you\'ll need to spend a lot of time during burning man on camp activities.  If you won\'t or can\'t, you should not camp with nose fish that year unless you are part of a pod that is willing to do your work for you.\r\n\r\nSanctioned projects may have a project leader and team from separate pods.  In such cases the uninvolved members of the pod\'s main responsibility toward their own pod is to relay information but not necessarily to take direct action or assist.  This is a subtlety and not an exception to the indivisible pod.  Pod members ensure that the right member of their pod gets the message to fulfill their portion of their pod\'s obligation.  The project member fulfills the rest of their pod\'s obligation toward the sanctioned project.  In this way project teams can be distributed across pods without obligating all members of a pod to participate in a given project.  This respects the fact that people have different interests even if they are in the same pod.\r\n\r\nAbove all, communication among camp members should be civil and constructive and people should endeavor to work together peacefully and respectfully.','Nosefish Social Contract','','inherit','open','open','','127-revision-8','','','2012-09-17 01:29:40','2012-09-17 01:29:40','',127,'http://nosefish.org/?p=137',0,'revision','',0),(139,1,'2012-09-17 01:49:12','2012-09-17 01:49:12','This is our social contract -- we agree to take responsibility individually and as a group to to our best to follow the social contract.\r\n
      \r\n
    1. Above all, communication among camp members should be civil and constructive and people should endeavor to work together peacefully and respectfully.
    2. \r\n
    3. Camp members exist in groups (pods) of typically 2 or 3 people who collectively function as a unit and who collectively share responsibility and credit for their pod\'s contribution. Pods are a reflection of what already is, not a requirement.  People can be in a pod of one, or any other combination they mutually choose.
    4. \r\n
    5. Each day each camp member will be in the camp during the event they accrue 2 hours of obligation toward the camp, some of which could possibly be spent on sanctioned camp activities before or after the event.
    6. \r\n
    7. If a camp member receives an early arrival pass, each day they are on the playa before the event opens they accrue 4 hours of obligation to the camp.  We often don\'t need that many. Unused hours do not carry forward to the next day.
    8. \r\n
    9. Each person accrues 10 hours of obligated time for sanctioned pre-event and/or post-event camp activities.  Each pod takes responsibility for its members finding a way to contribute to these activities by coordinating with the camp leader.  You may convert off-playa hours into on-playa hours, and vice versa, so long as it is for a sanctioned project and the camp leader agrees.
    10. \r\n
    11. Projects are scaled and planned so that they do not exceed the obligated hours people have accrued during their stay within NoseFish.  Projects should fail if they are poorly planned.
    12. \r\n
    13. Time spent on LNT is exclusive of your obligated hours -- you are required to follow LNT practices at all times within our camp in addition to your obligated time.  The only exception is time spent on LNT-enabling activities by the LNT guru.
    14. \r\n
    15. Camp members are asked to consider whether or how much of a financial contribution toward sanctioned projects they can afford to make.  Contributions are optional.  Projects are scaled to the available funds.
    16. \r\n
    17. Camp members are allowed to work more hours if that is what they love to do, but that does not create any kind of expectation that anyone else will work that hard.  The accrued obligated hours are the sum total of all the time that is required to be a fully-appreciated camp member.
    18. \r\n
    19. Pods are indivisible units of obligation and credit for effort. Pods are responsible for the sum total of their member\'s obligated time and agreed upon responsibilities.  It is inappropriate for people outside the pod to interfere with how the pod divides its work or its time.
    20. \r\n
    21.  Only a pod can bring in a new person to the camp and in doing so they take responsibility for teaching them the social contract and for their compliance.
    22. \r\n
    23. Camp members agree to speak up promptly when there is a problem that affects the camp or its sanctioned projects.  In particular, if you recognize that a project is in jeopardy, you are obliged to bring it to the attention of its project leader or the camp leader as soon as you become aware of the problem.  For example, if you anticipate that there won\'t be enough person-hours available to operate a project, or it is missing a critical component, etc.
    24. \r\n
    25. Camp members agree not to spend any more time on sanctioned projects or pre/post activities than their cumulative obligation unless working only that amount of time would diminish their experience.  In other words, if you don\'t love to work, then don\'t exceed your obligated hours.  Notify someone from the project leader\'s pod or the camp leader and then let the project fail after ensuring that such failure would not create an immediate safety or LNT hazard.
    26. \r\n
    27. Projects shall not be rescued by requiring anyone to work beyond their obligated hours.  It is better that a project should fail than be rescued at the cost of anyone\'s enjoyment.
    28. \r\n
    29. Project plans must be presented to the camp leader no later than 30 days before the close of the Theme Camp application window to be considered for whether it might be a sanctioned project or not.  Space, time, cost and risk estimates as well as a drawing are required pre-requisites for a meeting with the camp leader (at least) to consider whether the camp can afford the resources to sanction the project.  However, there is no requirement that the camp leader be the first person to know about the project -- socialize the idea among the camp to see if there is interest before bothering to determine if there are resources.  Unsanctioned projects must either be outside the camp or be quiet, small and safe to be allowed inside the camp.
    30. \r\n
    31. Each member is responsible for finding a way to fulfill their commitment to the social contract -- nobody is doing the accounting to make sure each person does their share.
    32. \r\n
    33. Pods are responsible for their own food, water and other supplies, as well as for their own bikes and camping gear and other supplies.  They are to be contained so they do not become moop and organized so they are not a tripping hazard.  Pods are responsible for minimizing risks associated with their equipment.
    34. \r\n
    35. The camp members shall collectively decide which day shall the camp infrastructure shall be broken down. All camp members present on that day agree to participate in breakdown to the greatest extent practical for them.
    36. \r\n
    37. Sanctioned projects may have a project leader and team members from separate pods.  In such cases the uninvolved members of the pod\'s main responsibility toward their own pod is to relay information but not necessarily to take direct action or assist.  This is a subtlety and not an exception to the indivisible pod.  Pod members ensure that the right member of their pod gets the message to fulfill their portion of their pod\'s obligation.  The project member fulfills the rest of their pod\'s obligation toward the sanctioned project.  In this way project teams can be distributed across pods without obligating all members of a pod to participate (more than a little) in a given project.  This respects the fact that people have different interests even if they are in the same pod.
    38. \r\n
    \r\n ','Nosefish Social Contract','','inherit','open','open','','127-revision-10','','','2012-09-17 01:49:12','2012-09-17 01:49:12','',127,'http://nosefish.org/?p=139',0,'revision','',0),(141,11,'2013-04-23 02:06:18','2013-04-23 02:06:18','In 2013, Nosefish is proud to offer 3 great projects on the playa!\r\n\r\nWe\'re located in Center Camp at the 2:45 position (as if center camp were a clock seen from the top and if noon were facing the Man).\r\n\r\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm. We bring lots of spare parts and wire to replace whatever has broken. We also invite EL-Wire geeks to participate and provide service with us for the community. We invite people to donate their unused EL-Wire supplies so we can re-gift and reuse them for others. This will be the fourth year for our EL-Wire service. Would you like to contribute to our EL Wire Service? Find out how\r\n\r\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing an interactive visual adventure from first dark through the early morning. It uses a digital video camera to receive a moving image of the scene in front of a large rear-projection video screen. The camera feeds into a computer that morphs the scene in real time and then sends it to a digital projector. Participants can watch their own movements be transformed into multicolored dynamic images that encourage more people to join in and watch the fun they create!\r\n\r\nAlso, this year Nose Fish is supporting the Beat Frequency Muffin project headed up by Aleks Zosuls. It will be a kinetic art project (with playa placement) that offers 24x7 interactivity. It is a fanciful \"antenna\" created as if imagined by the natives who are trying to reach John Frum. The antenna has a collection of devices that produce sounds. People can interact with it to make unique sounds. The antenna itself will have moving parts that can be controlled by participants. Our camp will be providing the infrastructure for Aleks and his team as they build and operate their project. Nose Fish elected to embrace Aleks\' project to support a new artist as they undertake their first large-scale art at Burning Man.\r\n\r\n\"CampPlan2013b\"\r\n\r\n ','What We Do - 2013','','publish','open','closed','','what-we-do-2013','','','2013-08-17 23:11:16','2013-08-17 23:11:16','',0,'http://nosefish.org/?page_id=141',2000,'page','',0),(142,11,'2012-09-17 13:50:18','2012-09-17 13:50:18','This is our social contract -- we agree to take responsibility individually and as a group to to our best to follow the social contract.\r\n
      \r\n
    1. Above all, communication among camp members should be civil and constructive and people should endeavor to work together peacefully and respectfully.
    2. \r\n
    3. Camp members exist in groups (pods) of typically 2 or 3 people who collectively function as a unit and who collectively share responsibility and credit for their pod\'s contribution. Pods are a reflection of what already is, not a requirement.  People can be in a pod of one, or any other combination they mutually choose.
    4. \r\n
    5. Each day each camp member will be in the camp during the event they accrue 2 hours of obligation toward the camp, some of which could possibly be spent on sanctioned camp activities before or after the event.
    6. \r\n
    7. If a camp member receives an early arrival pass, each day they are on the playa before the event opens they accrue 4 hours of obligation to the camp.  We often don\'t need that many. Unused hours do not carry forward to the next day.
    8. \r\n
    9. Each person accrues 10 hours of obligated time for sanctioned pre-event and/or post-event camp activities.  Each pod takes responsibility for its members finding a way to contribute to these activities by coordinating with the camp leader.  You may convert off-playa hours into on-playa hours, and vice versa, so long as it is for a sanctioned project and the camp leader agrees.
    10. \r\n
    11. Projects are scaled and planned so that they do not exceed the obligated hours people have accrued during their stay within NoseFish.  Projects should fail if they are poorly planned.
    12. \r\n
    13. Time spent on LNT is exclusive of your obligated hours -- you are required to follow LNT practices at all times within our camp in addition to your obligated time.  The only exception is time spent on LNT-enabling activities by the LNT guru.
    14. \r\n
    15. Camp members are asked to consider whether or how much of a financial contribution toward sanctioned projects they can afford to make.  Contributions are optional.  Projects are scaled to the available funds.
    16. \r\n
    17. Camp members are allowed to work more hours if that is what they love to do, but that does not create any kind of expectation that anyone else will work that hard.  The accrued obligated hours are the sum total of all the time that is required to be a fully-appreciated camp member.
    18. \r\n
    19. Pods are indivisible units of obligation and credit for effort. Pods are responsible for the sum total of their member\'s obligated time and agreed upon responsibilities.  It is inappropriate for people outside the pod to interfere with how the pod divides its work or its time.
    20. \r\n
    21.  Only a pod can bring in a new person to the camp and in doing so they take responsibility for teaching them the social contract and for their compliance.
    22. \r\n
    23. Camp members agree to speak up promptly when there is a problem that affects the camp or its sanctioned projects.  In particular, if you recognize that a project is in jeopardy, you are obliged to bring it to the attention of its project leader or the camp leader as soon as you become aware of the problem.  For example, if you anticipate that there won\'t be enough person-hours available to operate a project, or it is missing a critical component, etc.
    24. \r\n
    25. Camp members agree not to spend any more time on sanctioned projects or pre/post activities than their cumulative obligation unless working only that amount of time would diminish their experience.  In other words, if you don\'t love to work, then don\'t exceed your obligated hours.  Notify someone from the project leader\'s pod or the camp leader and then let the project fail after ensuring that such failure would not create an immediate safety or LNT hazard.
    26. \r\n
    27. Projects shall not be rescued by requiring anyone to work beyond their obligated hours.  It is better that a project should fail than be rescued at the cost of anyone\'s enjoyment.
    28. \r\n
    29. Project plans must be presented to the camp leader no later than 30 days before the close of the Theme Camp application window to be considered for whether it might be a sanctioned project or not.  Space, time, cost and risk estimates as well as a drawing are required pre-requisites for a meeting with the camp leader (at least) to consider whether the camp can afford the resources to sanction the project.  However, there is no requirement that the camp leader be the first person to know about the project -- socialize the idea among the camp to see if there is interest before bothering to determine if there are resources.  Unsanctioned projects must either be outside the camp or be quiet, small and safe to be allowed inside the camp.
    30. \r\n
    31. Each member is responsible for finding a way to fulfill their commitment to the social contract -- nobody is doing the accounting to make sure each person does their share.
    32. \r\n
    33. Pods are responsible for their own food, water and other supplies, as well as for their own bikes and camping gear and other supplies.  They are to be contained so they do not become moop and organized so they are not a tripping hazard.  Pods are responsible for minimizing risks associated with their equipment.
    34. \r\n
    35. The camp members shall collectively decide which day shall the camp infrastructure shall be broken down. All camp members present on that day agree to participate in breakdown to the greatest extent practical for them.
    36. \r\n
    37. Sanctioned projects may have a project leader and team members from separate pods.  In such cases the uninvolved members of the pod\'s main responsibility toward their own pod is to relay information but not necessarily to take direct action or assist.  This is a subtlety and not an exception to the indivisible pod.  Pod members ensure that the right member of their pod gets the message to fulfill their portion of their pod\'s obligation.  The project member fulfills the rest of their pod\'s obligation toward the sanctioned project.  In this way project teams can be distributed across pods without obligating all members of a pod to participate (more than a little) in a given project.  This respects the fact that people have different interests even if they are in the same pod.
    38. \r\n
    \r\n ','Nosefish Social Contract','','inherit','open','open','','127-revision-11','','','2012-09-17 13:50:18','2012-09-17 13:50:18','',127,'http://nosefish.org/?p=142',0,'revision','',0),(143,11,'2012-04-10 18:36:34','2012-04-10 18:36:34','Over the years Camp Nosefish has been the home of some innovative projects including:\r\n\r\nWe do stuff and we learn from the process.  Sometimes we document what we learn or what we create.\r\n\r\nBefore there was a Camp Nosefish I went to Burning Man three times. Each time involved projects and learning.  Here\'s some more content from that era:\r\n','Nosefish Projects','','inherit','open','open','','48-revision-6','','','2012-04-10 18:36:34','2012-04-10 18:36:34','',48,'http://nosefish.org/?p=143',0,'revision','',0),(144,11,'2013-04-23 02:09:32','2013-04-23 02:09:32','Over the years Camp Nosefish has been the home of some innovative projects including:\r\n\r\nWe do stuff and we learn from the process.  Sometimes we document what we learn or what we create.\r\n\r\nBefore there was a Camp Nosefish I went to Burning Man three times. Each time involved projects and learning.  Here\'s some more content from that era:\r\n','Our Projects','','inherit','open','open','','48-revision-7','','','2013-04-23 02:09:32','2013-04-23 02:09:32','',48,'http://nosefish.org/?p=144',0,'revision','',0),(145,11,'2012-04-10 18:18:42','2012-04-10 18:18:42','Welcome to the Nosefish.org home page.\r\n\r\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" four times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). We learned a lot about what can go wrong with EL Wire on the playa -- read our Tips and Tricks Page!\r\n\r\nBoth years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Welcome to Nosefish.org','','inherit','open','open','','4-revision-12','','','2012-04-10 18:18:42','2012-04-10 18:18:42','',4,'http://nosefish.org/?p=145',0,'revision','',0),(146,11,'2013-04-23 02:06:18','2013-04-23 02:06:18','','What We Do','','inherit','open','open','','141-revision','','','2013-04-23 02:06:18','2013-04-23 02:06:18','',141,'http://nosefish.org/?p=146',0,'revision','',0),(147,11,'2013-04-23 02:25:39','2013-04-23 02:25:39','In 2013, Nosefish is proud to offer 3 great projects on the playa.\n\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm.\n\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing and interactive visual adventure.  Participants can watch their own movements be transformed into multicolored something images that encourage more people to join in and watch the fun!\n\nAlso, Nosefish will be the art support camp for the Beatmuffin art piece, created by long-time Nosefish member','What We Do','','inherit','open','open','','141-revision-2','','','2013-04-23 02:25:39','2013-04-23 02:25:39','',141,'http://nosefish.org/?p=147',0,'revision','',0),(148,11,'2013-04-23 02:26:39','2013-04-23 02:26:39','In 2013, Nosefish is proud to offer 3 great projects on the playa.\n\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm.\n\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing and interactive visual adventure.  Participants can watch their own movements be transformed into multicolored something images that encourage more people to join in and watch the fun!\n\nAlso, Nosefish will be the art support camp for the Beatmuffin art piece, created by long-time Nosefish member, Alex.  This art piece will be displayed on the open playa.\n\nWe will be located TBD\n\nOur camp plan TBA','What We Do - 2013','','inherit','open','open','','141-revision-3','','','2013-04-23 02:26:39','2013-04-23 02:26:39','',141,'http://nosefish.org/?p=148',0,'revision','',0),(149,1,'2013-08-17 23:10:40','2013-08-17 23:10:40','In 2013, Nosefish is proud to offer 3 great projects on the playa!\r\n\r\nWe\'re located in Center Camp at the 2:45 position (as if center camp were a clock seen from the top and if noon were facing the Man).\r\n\r\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm. We bring lots of spare parts and wire to replace whatever has broken. We also invite EL-Wire geeks to participate and provide service with us for the community. We invite people to donate their unused EL-Wire supplies so we can re-gift and reuse them for others. This will be the fourth year for our EL-Wire service. Would you like to contribute to our EL Wire Service? Find out how\r\n\r\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing an interactive visual adventure from first dark through the early morning. It uses a digital video camera to receive a moving image of the scene in front of a large rear-projection video screen. The camera feeds into a computer that morphs the scene in real time and then sends it to a digital projector. Participants can watch their own movements be transformed into multicolored dynamic images that encourage more people to join in and watch the fun they create!\r\n\r\nAlso, this year Nose Fish is supporting the Beat Frequency Muffin project headed up by Aleks Zosuls. It will be a kinetic art project (with playa placement) that offers 24x7 interactivity. It is a fanciful \"antenna\" created as if imagined by the natives who are trying to reach John Frum. The antenna has a collection of devices that produce sounds. People can interact with it to make unique sounds. The antenna itself will have moving parts that can be controlled by participants. Our camp will be providing the infrastructure for Aleks and his team as they build and operate their project. Nose Fish elected to embrace Aleks\' project to support a new artist as they undertake their first large-scale art at Burning Man.\r\n\r\n\"CampPlan2013b\"\r\n\r\n ','What We Do - 2013','','inherit','open','open','','141-autosave','','','2013-08-17 23:10:40','2013-08-17 23:10:40','',141,'http://nosefish.org/?p=149',0,'revision','',0),(150,11,'2012-03-25 12:59:13','2012-03-25 12:59:13','There are literally miles of EL Wire at Burning Man.  No matter how many technicians we have or how many hours we stay open we probably cannot provide enough service for all needs.  Also, while our main benefactor, Benny at http://www.coolneon.com has been immensely generous and provided us a lot of drivers and wire, we\'ll never have enough drivers to replace all the ones people break or which fail in the desert.  So, we have to have some priorities to guide us through the decision process for what to do and for whom.\r\n\r\nOur priorities are:\r\n
      \r\n
    1. Get more people and bikes lit at night: more people lit at all is better than fewer people lit more brightly
    2. \r\n
    3. Respect the Art: if you put a lot of time into your project, we\'re more likely to want to put more time into it as well
    4. \r\n
    5. Help more people: there\'s a lot of people in line behind you... what\'s the fastest way to help and still do a quality job?
    6. \r\n
    7. Conserve scarce resources: drivers are always in demand.  If yours is dead you may get a smaller one that will still do the job.  If three of yours died we may provide you with only one or two to run your project.
    8. \r\n
    ','Nosefish EL Wire Services','','inherit','open','open','','19-revision-4','','','2012-03-25 12:59:13','2012-03-25 12:59:13','',19,'http://nosefish.org/?p=150',0,'revision','',0),(153,11,'2013-04-23 02:47:25','2013-04-23 02:47:25','Camp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" four times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). We learned a lot about what can go wrong with EL Wire on the playa -- read our Tips and Tricks Page!\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1024\"]\"\" Camp Nosefish 2010[/caption]\r\n\r\nBoth years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Who We Are','','inherit','open','open','','4-revision-14','','','2013-04-23 02:47:25','2013-04-23 02:47:25','',4,'http://nosefish.org/?p=153',0,'revision','',0),(152,11,'2013-04-23 02:11:19','2013-04-23 02:11:19','Welcome to the Nosefish.org home page.\r\n\r\nCamp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" four times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). We learned a lot about what can go wrong with EL Wire on the playa -- read our Tips and Tricks Page!\r\n\r\nBoth years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Who We Are','','inherit','open','open','','4-revision-13','','','2013-04-23 02:11:19','2013-04-23 02:11:19','',4,'http://nosefish.org/?p=152',0,'revision','',0),(154,11,'2013-04-23 02:55:35','2013-04-23 02:55:35','Camp Nose Fish has been since 2003.  We\'ve won \"Camp of the Day\" four times because of our commitment to green practices and providing fun, interactive experiences or services to the Burning Man community.\r\n\r\nBeginning in 2010 Nose Fish began providing EL Wire repair on the playa.  The 2010 service was just two hours per day and was operated only by Howard Cohen.  In 2011 camp members and volunteers swelled the ranks of technicians and service was provided for five days, five hours each day (11a-4p). We learned a lot about what can go wrong with EL Wire on the playa -- read our Tips and Tricks Page!\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1024\"]\"\" Camp Nosefish 2010[/caption]\r\n\r\nBoth years we were equipped with EL Wire, drivers, connectors and many miscellaneous tools and materials by Benny at coolneon.com without whom there would be no EL Wire service on the playa, or probably much EL Wire at all on the playa, to be honest.\r\n\r\nIn 2011 Nose Fish will be back at Burning Man with a better organized, better equipped EL Wire repair service.  And, probably quesadillas too.\r\n\r\n\"Howard','Who We Are','','inherit','open','open','','4-revision-15','','','2013-04-23 02:55:35','2013-04-23 02:55:35','',4,'http://nosefish.org/?p=154',0,'revision','',0),(156,11,'2013-04-23 02:27:10','2013-04-23 02:27:10','In 2013, Nosefish is proud to offer 3 great projects on the playa.\r\n\r\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm.\r\n\r\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing and interactive visual adventure.  Participants can watch their own movements be transformed into multicolored something images that encourage more people to join in and watch the fun!\r\n\r\nAlso, Nosefish will be the art support camp for the Beatmuffin art piece, created by long-time Nosefish member, Alex.  This art piece will be displayed on the open playa.\r\n\r\nWe will be located TBD\r\n\r\nOur camp plan TBA','What We Do - 2013','','inherit','open','open','','141-revision-4','','','2013-04-23 02:27:10','2013-04-23 02:27:10','',141,'http://nosefish.org/?p=156',0,'revision','',0),(157,11,'2013-04-23 03:19:00','2013-04-23 03:19:00','In 2013, Nosefish is proud to offer 3 great projects on the playa.\r\n\r\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm.\r\n\r\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing an interactive visual adventure.  Participants can watch their own movements be transformed into multicolored dynamic images that encourage more people to join in and watch the fun they create!\r\n\r\nAlso, Nosefish will be the art support camp for the Beatmuffin art piece, created by long-time Nosefish member, Alex.  This art piece will be displayed on the open playa.\r\n\r\nWe will be located TBD\r\n\r\nOur camp plan TBA','What We Do - 2013','','inherit','open','open','','141-revision-5','','','2013-04-23 03:19:00','2013-04-23 03:19:00','',141,'http://nosefish.org/?p=157',0,'revision','',0),(158,11,'2012-04-10 18:09:11','2012-04-10 18:09:11','Want even more information about Nosefish?  You can contact one of our camp co-ordinators here:\r\n\r\naaquitaine(at)yahoo(dot)com','Camp Contact Information','','inherit','open','open','','96-revision-3','','','2012-04-10 18:09:11','2012-04-10 18:09:11','',96,'http://nosefish.org/?p=158',0,'revision','',0),(159,11,'2013-04-23 03:27:05','2013-04-23 03:27:05','In 2013, Nosefish is proud to offer 3 great projects on the playa.\r\n\r\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm.\r\n\r\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing an interactive visual adventure.  Participants can watch their own movements be transformed into multicolored dynamic images that encourage more people to join in and watch the fun they create!\r\n\r\nAlso, Nosefish will be the art support camp for the Beatmuffin art piece, created by long-time Nosefish member, Alex.  This art piece will be displayed on the open playa.\r\n\r\nWe will be located TBD\r\n\r\nOur camp plan TBA','What We Do - 2013','','inherit','open','open','','141-revision-6','','','2013-04-23 03:27:05','2013-04-23 03:27:05','',141,'http://nosefish.org/?p=159',0,'revision','',0),(160,11,'2013-04-23 22:30:03','2013-04-23 22:30:03','In 2013, Nosefish is proud to offer 3 great projects on the playa!\r\n\r\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm. We bring lots of spare parts and wire to replace whatever has broken. We also invite EL-Wire geeks to participate and provide service with us for the community. We invite people to donate their unused EL-Wire supplies so we can regift and reuse them for others. This will be the fourth year for our EL-Wire service.\r\n\r\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing an interactive visual adventure. It uses a digital video camera to receive a moving image of the scene in front of a large rear-projection video screen. The camera feeds into a computer that morphs the scene in real time and then sends it to a digital projector. Participants can watch their own movements be transformed into multicolored dynamic images that encourage more people to join in and watch the fun they create!\r\n\r\nAlso, this year Nose Fish is supporting the Beat Frequency Muffin project headed up by Aleks Zosuls. It will be a kinetic art project (with playa placement) that offers 24x7 interactivity. It is a fanciful \"antenna\" created as if imagined by the natives who are trying to reach John Frum. The antenna has a collection of devices that produce sounds. People can interact with it to make unique sounds. The antenna itself will have moving parts that can be controlled by participants. Our camp will be providing the infrastructure for Aleks and his team as they build and operate their project. Nose Fish elected to embrace Aleks\' project to support a new artist as they undertake their first large-scale art at Burning Man.\r\n\r\nCamp plan image: TBA','What We Do - 2013','','inherit','open','open','','141-revision-7','','','2013-04-23 22:30:03','2013-04-23 22:30:03','',141,'http://nosefish.org/?p=160',0,'revision','',0),(187,11,'2013-04-25 05:04:16','2013-04-25 05:04:16','In 2013, Nosefish is proud to offer 3 great projects on the playa!\r\n\r\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm. We bring lots of spare parts and wire to replace whatever has broken. We also invite EL-Wire geeks to participate and provide service with us for the community. We invite people to donate their unused EL-Wire supplies so we can re-gift and reuse them for others. This will be the fourth year for our EL-Wire service. Would you like to contribute to our EL Wire Service? Find out how\r\n\r\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing an interactive visual adventure from first dark through the early morning. It uses a digital video camera to receive a moving image of the scene in front of a large rear-projection video screen. The camera feeds into a computer that morphs the scene in real time and then sends it to a digital projector. Participants can watch their own movements be transformed into multicolored dynamic images that encourage more people to join in and watch the fun they create!\r\n\r\nAlso, this year Nose Fish is supporting the Beat Frequency Muffin project headed up by Aleks Zosuls. It will be a kinetic art project (with playa placement) that offers 24x7 interactivity. It is a fanciful \"antenna\" created as if imagined by the natives who are trying to reach John Frum. The antenna has a collection of devices that produce sounds. People can interact with it to make unique sounds. The antenna itself will have moving parts that can be controlled by participants. Our camp will be providing the infrastructure for Aleks and his team as they build and operate their project. Nose Fish elected to embrace Aleks\' project to support a new artist as they undertake their first large-scale art at Burning Man.\r\n\r\n \r\n\r\n ','What We Do - 2013','','inherit','open','open','','141-revision-11','','','2013-04-25 05:04:16','2013-04-25 05:04:16','',141,'http://nosefish.org/?p=187',0,'revision','',0),(162,11,'2013-04-23 22:32:37','2013-04-23 22:32:37','In 2013, Nosefish is proud to offer 3 great projects on the playa!\r\n\r\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm. We bring lots of spare parts and wire to replace whatever has broken. We also invite EL-Wire geeks to participate and provide service with us for the community. We invite people to donate their unused EL-Wire supplies so we can regift and reuse them for others. This will be the fourth year for our EL-Wire service.\r\n\r\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing an interactive visual adventure from first dark through the early morning. It uses a digital video camera to receive a moving image of the scene in front of a large rear-projection video screen. The camera feeds into a computer that morphs the scene in real time and then sends it to a digital projector. Participants can watch their own movements be transformed into multicolored dynamic images that encourage more people to join in and watch the fun they create!\r\n\r\nAlso, this year Nose Fish is supporting the Beat Frequency Muffin project headed up by Aleks Zosuls. It will be a kinetic art project (with playa placement) that offers 24x7 interactivity. It is a fanciful \"antenna\" created as if imagined by the natives who are trying to reach John Frum. The antenna has a collection of devices that produce sounds. People can interact with it to make unique sounds. The antenna itself will have moving parts that can be controlled by participants. Our camp will be providing the infrastructure for Aleks and his team as they build and operate their project. Nose Fish elected to embrace Aleks\' project to support a new artist as they undertake their first large-scale art at Burning Man.\r\n\r\nCamp plan image: TBA','What We Do - 2013','','inherit','open','open','','141-revision-8','','','2013-04-23 22:32:37','2013-04-23 22:32:37','',141,'http://nosefish.org/?p=162',0,'revision','',0),(163,11,'2012-04-10 18:17:11','2012-04-10 18:17:11','Our Leave-no-trace plan is our mutual commitment to a Burning Man experience with zero-impact on the playa. We all see taking care of the playa as our personal responsibility. We will all help each other remember and fulfil this commitment.\r\n\r\nWe\'ve been an Earth Guardian \"Model Camp\" in 2004, 2005, and 2006 and we won \"Camp of the Day\" in 2004, 2005, 2006, 2010, and 2011. The Earth Guardians have helped us refine our practices and we\'ve embraced many of their suggestions.\r\n\r\nOur holistic approach is to not make a mess in the first place! We\'ll bring less and store it better. We\'ll make it easier for anyone else in our camp to secure our stuff rather than relying on luck to ensure that someone gets someone else\'s stuff secured during a storm. We\'re ready for a storm whenever it happens. That coupled with our normal vigilance will mean less time spent cleaning up for everyone and less chances of debris blowing away that someone else will have to clean up for us.\r\n\r\nResponsibility\r\n\r\nAndrea Butter is our LNT expert and main liaison with the Earth Guardians. She is committed to overseeing all LNT practices in the camp and ensuring that all camp members comply with our cleanup plan from our initial arrival on the playa until we all leave. Andrea is also our Recycling Guru, who ensures we all recycle what can be recycled.\r\n\r\nLess is More\r\n\r\nOur philosophy is: less is more\r\n\r\nWe bring less stuff that doesn\'t matter and spend more time enjoying Burning Man. We\'ll certainly bring fun stuff like costumes, domes, camping equipment, art projects, etc., that allow us to interact with our fellow citizens of BRC. And we\'ll bring things to keep ourselves comfortable and well-fed regardless of the conditions. Of course we\'ll have tools and a few extra materials -- we have to anticipate the unexpected to reasonably balance the will of the desert. But we\'re making a conscious effort to bring less and do more with it.\r\n\r\n \r\n\r\n \r\n\r\n ','Our LNT commitment','','inherit','open','open','','72-revision-6','','','2012-04-10 18:17:11','2012-04-10 18:17:11','',72,'http://nosefish.org/?p=163',0,'revision','',0),(164,11,'2013-04-25 01:12:52','2013-04-25 01:12:52','We have some wonderful plans for this year on the playa!  Check out our What We Do - 2013 page for more info!','Camp Nose Fish returns to the playa in 2013','','publish','open','open','','camp-nose-fish-returns-to-the-playa-in-2013','','','2013-04-25 01:22:54','2013-04-25 01:22:54','',0,'http://nosefish.org/?p=164',0,'post','',0),(165,11,'2013-04-25 01:12:20','2013-04-25 01:12:20','We have some wonderful plans for this year on the playa!  Check out our What We Do - 2013 page for more info!','Camp Nose Fish returns to the playa in 2013','','inherit','open','open','','164-revision','','','2013-04-25 01:12:20','2013-04-25 01:12:20','',164,'http://nosefish.org/?p=165',0,'revision','',0),(166,11,'2013-04-25 01:13:55','2013-04-25 01:13:55','We have some wonderful plans for this year on the playa!  Check out our What We Do - 2013 page for more info!','Camp Nose Fish returns to the playa in 2013','','inherit','open','open','','164-autosave','','','2013-04-25 01:13:55','2013-04-25 01:13:55','',164,'http://nosefish.org/?p=166',0,'revision','',0),(167,11,'2013-04-25 01:12:52','2013-04-25 01:12:52','We have some wonderful plans for this year on the playa!  Check out our What We Do - 2013 page for more info!','Camp Nose Fish returns to the playa in 2013','','inherit','open','open','','164-revision-2','','','2013-04-25 01:12:52','2013-04-25 01:12:52','',164,'http://nosefish.org/?p=167',0,'revision','',0),(168,11,'2013-04-23 02:08:09','2013-04-23 02:08:09','This is our social contract -- we agree to take responsibility individually and as a group to to our best to follow the social contract.\r\n
      \r\n
    1. Above all, communication among camp members should be civil and constructive and people should endeavor to work together peacefully and respectfully.
    2. \r\n
    3. Camp members exist in groups (pods) of typically 2 or 3 people who collectively function as a unit and who collectively share responsibility and credit for their pod\'s contribution. Pods are a reflection of what already is, not a requirement.  People can be in a pod of one, or any other combination they mutually choose.
    4. \r\n
    5. Each day each camp member will be in the camp during the event they accrue 2 hours of obligation toward the camp, some of which could possibly be spent on sanctioned camp activities before or after the event.
    6. \r\n
    7. If a camp member receives an early arrival pass, each day they are on the playa before the event opens they accrue 4 hours of obligation to the camp.  We often don\'t need that many. Unused hours do not carry forward to the next day.
    8. \r\n
    9. Each person accrues 10 hours of obligated time for sanctioned pre-event and/or post-event camp activities.  Each pod takes responsibility for its members finding a way to contribute to these activities by coordinating with the camp leader.  You may convert off-playa hours into on-playa hours, and vice versa, so long as it is for a sanctioned project and the camp leader agrees.
    10. \r\n
    11. Projects are scaled and planned so that they do not exceed the obligated hours people have accrued during their stay within NoseFish.  Projects should fail if they are poorly planned.
    12. \r\n
    13. Time spent on LNT is exclusive of your obligated hours -- you are required to follow LNT practices at all times within our camp in addition to your obligated time.  The only exception is time spent on LNT-enabling activities by the LNT guru.
    14. \r\n
    15. Camp members are asked to consider whether or how much of a financial contribution toward sanctioned projects they can afford to make.  Contributions are optional.  Projects are scaled to the available funds.
    16. \r\n
    17. Camp members are allowed to work more hours if that is what they love to do, but that does not create any kind of expectation that anyone else will work that hard.  The accrued obligated hours are the sum total of all the time that is required to be a fully-appreciated camp member.
    18. \r\n
    19. Pods are indivisible units of obligation and credit for effort. Pods are responsible for the sum total of their member\'s obligated time and agreed upon responsibilities.  It is inappropriate for people outside the pod to interfere with how the pod divides its work or its time.
    20. \r\n
    21.  Only a pod can bring in a new person to the camp and in doing so they take responsibility for teaching them the social contract and for their compliance.
    22. \r\n
    23. Camp members agree to speak up promptly when there is a problem that affects the camp or its sanctioned projects.  In particular, if you recognize that a project is in jeopardy, you are obliged to bring it to the attention of its project leader or the camp leader as soon as you become aware of the problem.  For example, if you anticipate that there won\'t be enough person-hours available to operate a project, or it is missing a critical component, etc.
    24. \r\n
    25. Camp members agree not to spend any more time on sanctioned projects or pre/post activities than their cumulative obligation unless working only that amount of time would diminish their experience.  In other words, if you don\'t love to work, then don\'t exceed your obligated hours.  Notify someone from the project leader\'s pod or the camp leader and then let the project fail after ensuring that such failure would not create an immediate safety or LNT hazard.
    26. \r\n
    27. Projects shall not be rescued by requiring anyone to work beyond their obligated hours.  It is better that a project should fail than be rescued at the cost of anyone\'s enjoyment.
    28. \r\n
    29. Project plans must be presented to the camp leader no later than 30 days before the close of the Theme Camp application window to be considered for whether it might be a sanctioned project or not.  Space, time, cost and risk estimates as well as a drawing are required pre-requisites for a meeting with the camp leader (at least) to consider whether the camp can afford the resources to sanction the project.  However, there is no requirement that the camp leader be the first person to know about the project -- socialize the idea among the camp to see if there is interest before bothering to determine if there are resources.  Unsanctioned projects must either be outside the camp or be quiet, small and safe to be allowed inside the camp.
    30. \r\n
    31. Each member is responsible for finding a way to fulfill their commitment to the social contract -- nobody is doing the accounting to make sure each person does their share.
    32. \r\n
    33. Pods are responsible for their own food, water and other supplies, as well as for their own bikes and camping gear and other supplies.  They are to be contained so they do not become moop and organized so they are not a tripping hazard.  Pods are responsible for minimizing risks associated with their equipment.
    34. \r\n
    35. The camp members shall collectively decide which day shall the camp infrastructure shall be broken down. All camp members present on that day agree to participate in breakdown to the greatest extent practical for them.
    36. \r\n
    37. Sanctioned projects may have a project leader and team members from separate pods.  In such cases the uninvolved members of the pod\'s main responsibility toward their own pod is to relay information but not necessarily to take direct action or assist.  This is a subtlety and not an exception to the indivisible pod.  Pod members ensure that the right member of their pod gets the message to fulfill their portion of their pod\'s obligation.  The project member fulfills the rest of their pod\'s obligation toward the sanctioned project.  In this way project teams can be distributed across pods without obligating all members of a pod to participate (more than a little) in a given project.  This respects the fact that people have different interests even if they are in the same pod.
    38. \r\n
    \r\n ','Nosefish Social Contract','','inherit','open','open','','127-revision-12','','','2013-04-23 02:08:09','2013-04-23 02:08:09','',127,'http://nosefish.org/?p=168',0,'revision','',0),(169,11,'2013-04-25 01:40:36','2013-04-25 01:40:36','http://nosefish.org/wp-content/uploads/2013/04/DSC04106.jpg','DSC04106.jpg','','inherit','open','open','','dsc04106-jpg-2','','','2013-04-25 01:40:36','2013-04-25 01:40:36','',0,'http://nosefish.org/wp-content/uploads/2013/04/DSC04106.jpg',0,'attachment','image/jpeg',0),(174,11,'2013-04-25 04:33:19','2013-04-25 04:33:19','The Nosefish EL Wire Service for 2012 and beyond will be operated by a team consisting of a foreman, one or more technicians and a line manager.\n\nThe foreman is responsible for the team and will also be a technician.  A technician is someone able to diagnose and repair EL Wire-related problems.\n\nThe line manager is someone who interacts with people in line, supports the technicians and closes the line when the service is over for the day.\n\nDifferent people will be on the team each day.   We welcome volunteers to help with repairs or donations of spare working parts.','EL Wire Team','','inherit','open','open','','15-autosave','','','2013-04-25 04:33:19','2013-04-25 04:33:19','',15,'http://nosefish.org/?p=174',0,'revision','',0),(173,11,'2013-04-25 01:51:17','2013-04-25 01:51:17','','playa surface','','inherit','open','open','','playa-surface','','','2013-04-25 01:51:17','2013-04-25 01:51:17','',0,'http://nosefish.org/wp-content/uploads/2013/04/playa-surface.jpg',0,'attachment','image/jpeg',0),(172,11,'2013-04-25 01:43:05','2013-04-25 01:43:05','','DSC04171','','inherit','open','open','','dsc04171','','','2013-04-25 01:43:05','2013-04-25 01:43:05','',0,'http://nosefish.org/wp-content/uploads/2013/04/DSC04171.jpg',0,'attachment','image/jpeg',0),(176,11,'2013-04-25 04:31:12','2013-04-25 04:31:12','The Nosefish EL Wire Service for 2012 and beyond will be operated by a team consisting of a foreman, one or more technicians and a line manager.\r\n\r\nThe foreman is responsible for the team and will also be a technician.  A technician is someone able to diagnose and repair EL Wire-related problems.\r\n\r\nThe line manager is someone who interacts with people in line, supports the technicians and closes the line when the service is over for the day.\r\n\r\nDifferent people will be on the team each day.','EL Wire Team','','inherit','open','open','','15-revision-6','','','2013-04-25 04:31:12','2013-04-25 04:31:12','',15,'http://nosefish.org/?p=176',0,'revision','',0),(177,11,'2013-04-25 04:45:59','2013-04-25 04:45:59','Would you like to contribute to the Nose Fish EL Wire Repair service?  Here are a few ways you can help us bring this great service to the playa:\r\n\r\n1. Do you have some EL Wire repair experience?  Bring your tools and come help out the team for an hour or a day!\r\n\r\n2. Do you have some spare working parts (drivers, battery housing, heat shrink tubing, etc.) you\'d like to donate? Bring them by and we can re-gift them to someone who needs them.\r\n\r\n3. Would you rather give some financial support? All donations are welcome and are used to bring repair supplies and parts to the playa, every little bit helps! Donations can be given via PayPal to the following account:  paypal(at)robotikon(dot)com','How you can help','','publish','open','open','','how-you-can-help','','','2013-06-04 03:05:25','2013-06-04 03:05:25','',19,'http://nosefish.org/?page_id=177',3040,'page','',0),(175,11,'2012-03-25 12:59:35','2012-03-25 12:59:35','The Nosefish EL Wire Service for 2012 and beyond will be operated by a team consisting of a foreman, one or more technicians and a line manager.\r\n\r\nThe foreman is responsible for the team and will also be a technician.  A technician is someone able to diagnose and repair EL Wire-related problems.\r\n\r\nThe line manager is someone who interacts with people in line, supports the technicians and closes the line when the service is over for the day.\r\n\r\nDifferent people will be on the team each day.','EL Wire Team','','inherit','open','open','','15-revision-5','','','2012-03-25 12:59:35','2012-03-25 12:59:35','',15,'http://nosefish.org/?p=175',0,'revision','',0),(178,11,'2013-04-25 04:32:17','2013-04-25 04:32:17','The Nosefish EL Wire Service for 2012 and beyond will be operated by a team consisting of a foreman, one or more technicians and a line manager.\r\n\r\nThe foreman is responsible for the team and will also be a technician.  A technician is someone able to diagnose and repair EL Wire-related problems.\r\n\r\nThe line manager is someone who interacts with people in line, supports the technicians and closes the line when the service is over for the day.\r\n\r\nDifferent people will be on the team each day.   We welcome volunteers to help with repairs or donations of spare working parts.','EL Wire Team','','inherit','open','open','','15-revision-7','','','2013-04-25 04:32:17','2013-04-25 04:32:17','',15,'http://nosefish.org/?p=178',0,'revision','',0),(179,11,'2013-04-25 04:45:42','2013-04-25 04:45:42','Would you like to help with the Nose Fish EL Wire Repair service?  Here are a few ways you can help us bring this great service to the playa:\n\n1. Do you have some EL Wire repair experience?  Bring your tools and come help out the team for an hour, a day, or all week long if you like!\n\n2. Do you have some spare working parts (drivers, battery housing, heat shrink tubing, etc.) you\'d like to donate? Bring them by and we can re-gift them to someone who needs them.\n\n3. Would you rather give some financial support? All donations are welcome and are used to bring repair supplies and parts to the playa, every little bit helps! Donations can be given via PayPal to the following account:  paypal(at)robotikon(dot)com','How you can help','','inherit','open','open','','177-revision','','','2013-04-25 04:45:42','2013-04-25 04:45:42','',177,'http://nosefish.org/?p=179',0,'revision','',0),(180,11,'2013-04-25 04:48:57','2013-04-25 04:48:57','There are literally miles of EL Wire at Burning Man.  No matter how many technicians we have or how many hours we stay open we probably cannot provide enough service for all needs.  Also, while our main benefactor, Benny at http://www.coolneon.com has been immensely generous and provided us a lot of drivers and wire, we\'ll never have enough drivers to replace all the ones people break or which fail in the desert.  So, we have to have some priorities to guide us through the decision process for what to do and for whom.\n\nOur priorities are:\n
      \n
    1. Get more people and bikes lit at night: more people lit at all is better than fewer people lit more brightly
    2. \n
    3. Respect the Art: if you put a lot of time into your project, we\'re more likely to want to put more time into it as well
    4. \n
    5. Help more people: there\'s a lot of people in line behind you... what\'s the fastest way to help and still do a quality job?
    6. \n
    7. Conserve scarce resources: drivers are always in demand.  If yours is dead you may get a smaller one that will still do the job.  If three of yours died we may provide you with only one or two to run your project.
    8. \n
    \nWould you like to help us with the EL Wire Repair service?  Find out how','EL Wire Services','','inherit','open','open','','19-autosave','','','2013-04-25 04:48:57','2013-04-25 04:48:57','',19,'http://nosefish.org/?p=180',0,'revision','',0),(181,11,'2013-04-23 02:28:58','2013-04-23 02:28:58','There are literally miles of EL Wire at Burning Man.  No matter how many technicians we have or how many hours we stay open we probably cannot provide enough service for all needs.  Also, while our main benefactor, Benny at http://www.coolneon.com has been immensely generous and provided us a lot of drivers and wire, we\'ll never have enough drivers to replace all the ones people break or which fail in the desert.  So, we have to have some priorities to guide us through the decision process for what to do and for whom.\r\n\r\nOur priorities are:\r\n
      \r\n
    1. Get more people and bikes lit at night: more people lit at all is better than fewer people lit more brightly
    2. \r\n
    3. Respect the Art: if you put a lot of time into your project, we\'re more likely to want to put more time into it as well
    4. \r\n
    5. Help more people: there\'s a lot of people in line behind you... what\'s the fastest way to help and still do a quality job?
    6. \r\n
    7. Conserve scarce resources: drivers are always in demand.  If yours is dead you may get a smaller one that will still do the job.  If three of yours died we may provide you with only one or two to run your project.
    8. \r\n
    ','EL Wire Services','','inherit','open','open','','19-revision-5','','','2013-04-23 02:28:58','2013-04-23 02:28:58','',19,'http://nosefish.org/?p=181',0,'revision','',0),(182,11,'2013-04-25 04:45:59','2013-04-25 04:45:59','Would you like to help with the Nose Fish EL Wire Repair service?  Here are a few ways you can help us bring this great service to the playa:\r\n\r\n1. Do you have some EL Wire repair experience?  Bring your tools and come help out the team for an hour, a day, or all week long if you like!\r\n\r\n2. Do you have some spare working parts (drivers, battery housing, heat shrink tubing, etc.) you\'d like to donate? Bring them by and we can re-gift them to someone who needs them.\r\n\r\n3. Would you rather give some financial support? All donations are welcome and are used to bring repair supplies and parts to the playa, every little bit helps! Donations can be given via PayPal to the following account:  paypal(at)robotikon(dot)com','How you can help','','inherit','open','open','','177-revision-2','','','2013-04-25 04:45:59','2013-04-25 04:45:59','',177,'http://nosefish.org/?p=182',0,'revision','',0),(183,11,'2013-04-25 04:48:36','2013-04-25 04:48:36','Would you like to contribute tothe Nose Fish EL Wire Repair service?  Here are a few ways you can help us bring this great service to the playa:\r\n\r\n1. Do you have some EL Wire repair experience?  Bring your tools and come help out the team for an hour, a day, or all week long if you like!\r\n\r\n2. Do you have some spare working parts (drivers, battery housing, heat shrink tubing, etc.) you\'d like to donate? Bring them by and we can re-gift them to someone who needs them.\r\n\r\n3. Would you rather give some financial support? All donations are welcome and are used to bring repair supplies and parts to the playa, every little bit helps! Donations can be given via PayPal to the following account:  paypal(at)robotikon(dot)com','How you can help','','inherit','open','open','','177-revision-3','','','2013-04-25 04:48:36','2013-04-25 04:48:36','',177,'http://nosefish.org/?p=183',0,'revision','',0),(184,11,'2013-04-25 01:06:46','2013-04-25 01:06:46','In 2013, Nosefish is proud to offer 3 great projects on the playa!\r\n\r\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm. We bring lots of spare parts and wire to replace whatever has broken. We also invite EL-Wire geeks to participate and provide service with us for the community. We invite people to donate their unused EL-Wire supplies so we can regift and reuse them for others. This will be the fourth year for our EL-Wire service.\r\n\r\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing an interactive visual adventure from first dark through the early morning. It uses a digital video camera to receive a moving image of the scene in front of a large rear-projection video screen. The camera feeds into a computer that morphs the scene in real time and then sends it to a digital projector. Participants can watch their own movements be transformed into multicolored dynamic images that encourage more people to join in and watch the fun they create!\r\n\r\nAlso, this year Nose Fish is supporting the Beat Frequency Muffin project headed up by Aleks Zosuls. It will be a kinetic art project (with playa placement) that offers 24x7 interactivity. It is a fanciful \"antenna\" created as if imagined by the natives who are trying to reach John Frum. The antenna has a collection of devices that produce sounds. People can interact with it to make unique sounds. The antenna itself will have moving parts that can be controlled by participants. Our camp will be providing the infrastructure for Aleks and his team as they build and operate their project. Nose Fish elected to embrace Aleks\' project to support a new artist as they undertake their first large-scale art at Burning Man.\r\n\r\nCamp plan:\r\n\r\n\"CampPlan2013\"','What We Do - 2013','','inherit','open','open','','141-revision-9','','','2013-04-25 01:06:46','2013-04-25 01:06:46','',141,'http://nosefish.org/?p=184',0,'revision','',0),(186,11,'2013-04-25 05:04:50','2013-04-25 05:04:50','','CampPlan2013b','','inherit','open','open','','campplan2013b','','','2013-04-25 05:04:50','2013-04-25 05:04:50','',141,'http://nosefish.org/wp-content/uploads/2013/04/CampPlan2013b.jpg',0,'attachment','image/jpeg',0),(185,11,'2013-04-25 04:59:45','2013-04-25 04:59:45','In 2013, Nosefish is proud to offer 3 great projects on the playa!\r\n\r\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm. We bring lots of spare parts and wire to replace whatever has broken. We also invite EL-Wire geeks to participate and provide service with us for the community. We invite people to donate their unused EL-Wire supplies so we can re-gift and reuse them for others. This will be the fourth year for our EL-Wire service. Would you like to contribute to our EL Wire Service? Find out how\r\n\r\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing an interactive visual adventure from first dark through the early morning. It uses a digital video camera to receive a moving image of the scene in front of a large rear-projection video screen. The camera feeds into a computer that morphs the scene in real time and then sends it to a digital projector. Participants can watch their own movements be transformed into multicolored dynamic images that encourage more people to join in and watch the fun they create!\r\n\r\nAlso, this year Nose Fish is supporting the Beat Frequency Muffin project headed up by Aleks Zosuls. It will be a kinetic art project (with playa placement) that offers 24x7 interactivity. It is a fanciful \"antenna\" created as if imagined by the natives who are trying to reach John Frum. The antenna has a collection of devices that produce sounds. People can interact with it to make unique sounds. The antenna itself will have moving parts that can be controlled by participants. Our camp will be providing the infrastructure for Aleks and his team as they build and operate their project. Nose Fish elected to embrace Aleks\' project to support a new artist as they undertake their first large-scale art at Burning Man.\r\n\r\nCamp plan:\r\n\r\n\"CampPlan2013\"','What We Do - 2013','','inherit','open','open','','141-revision-10','','','2013-04-25 04:59:45','2013-04-25 04:59:45','',141,'http://nosefish.org/?p=185',0,'revision','',0),(188,11,'2013-04-25 04:49:16','2013-04-25 04:49:16','Would you like to contribute tothe Nose Fish EL Wire Repair service?  Here are a few ways you can help us bring this great service to the playa:\r\n\r\n1. Do you have some EL Wire repair experience?  Bring your tools and come help out the team for an hour, a day, or all week long!\r\n\r\n2. Do you have some spare working parts (drivers, battery housing, heat shrink tubing, etc.) you\'d like to donate? Bring them by and we can re-gift them to someone who needs them.\r\n\r\n3. Would you rather give some financial support? All donations are welcome and are used to bring repair supplies and parts to the playa, every little bit helps! Donations can be given via PayPal to the following account:  paypal(at)robotikon(dot)com','How you can help','','inherit','open','open','','177-revision-4','','','2013-04-25 04:49:16','2013-04-25 04:49:16','',177,'http://nosefish.org/?p=188',0,'revision','',0),(189,11,'2013-06-04 03:00:07','2013-06-04 03:00:07','Would you like to contribute tothe Nose Fish EL Wire Repair service?  Here are a few ways you can help us bring this great service to the playa:\n\n1. Do you have some EL Wire repair experience?  Bring your tools and come help out the team for an hour or a day!\n\n2. Do you have some spare working parts (drivers, battery housing, heat shrink tubing, etc.) you\'d like to donate? Bring them by and we can re-gift them to someone who needs them.\n\n3. Would you rather give some financial support? All donations are welcome and are used to bring repair supplies and parts to the playa, every little bit helps! Donations can be given via PayPal to the following account:  paypal(at)robotikon(dot)com','How you can help','','inherit','open','open','','177-autosave','','','2013-06-04 03:00:07','2013-06-04 03:00:07','',177,'http://nosefish.org/?p=189',0,'revision','',0),(190,11,'2013-06-04 02:58:58','2013-06-04 02:58:58','Would you like to contribute tothe Nose Fish EL Wire Repair service?  Here are a few ways you can help us bring this great service to the playa:\r\n\r\n1. Do you have some EL Wire repair experience?  Bring your tools and come help out the team for an hour or a day!\r\n\r\n2. Do you have some spare working parts (drivers, battery housing, heat shrink tubing, etc.) you\'d like to donate? Bring them by and we can re-gift them to someone who needs them.\r\n\r\n3. Would you rather give some financial support? All donations are welcome and are used to bring repair supplies and parts to the playa, every little bit helps! Donations can be given via PayPal to the following account:  paypal(at)robotikon(dot)com','How you can help','','inherit','open','open','','177-revision-5','','','2013-06-04 02:58:58','2013-06-04 02:58:58','',177,'http://nosefish.org/?p=190',0,'revision','',0),(216,11,'2013-06-12 22:11:20','2013-06-12 22:11:20','Again this year, Camp Nosefish EL Wire repair service will troubleshoot and repair your Playa-worn EL art pieces, Monday-Friday. You can help us provide replacement components for fellow citizens by gifting spare working EL drivers, battery holders, \"wire\", and heat shrink tubing to our EL repair station on the playa at Camp Nosefish between 11am - 4pm.\r\n\r\nDon\'t have spare parts? You can still help us with a small donation.  We\'ll use it to buy more parts and supplies. Just click here and send a donation to paypal(at)robotikon(dot)com\r\n\r\nClick below to learn more:\r\n\r\nWanna help?\r\n\r\nEL wire Tips & Tricks\r\n\r\nWe look forward to seeing you on the Playa.','Gifting Luminescence','','publish','open','open','','gifting-luminescence-3','','','2013-06-12 22:11:20','2013-06-12 22:11:20','',0,'http://nosefish.org/?p=216',0,'post','',0),(217,11,'2013-06-12 22:10:08','2013-06-12 22:10:08','Again this year, Camp Nosefish EL Wire repair service will troubleshoot and repair your Playa-worn EL art pieces, Monday-Friday. You can help us provide replacement components for fellow citizens by gifting spare working EL drivers, battery holders, \"wire\", and heat shrink tubing to our EL repair station on the playa at Camp Nosefish between 11am - 4pm.\n\nDon\'t have spare parts? You can still help us with a small donation.  We\'ll use it to buy more parts and supplies. Just click here and send a donation to paypal(at)robotikon(dot)com\n\nClick below to learn more:\n\nWanna help?\n\nEL wire Tips & Tricks\n\nWe look forward to seeing you on the Playa.','','','inherit','open','open','','216-revision','','','2013-06-12 22:10:08','2013-06-12 22:10:08','',216,'http://nosefish.org/?p=217',0,'revision','',0),(218,11,'2013-06-12 22:10:53','2013-06-12 22:10:53','Again this year, Camp Nosefish EL Wire repair service will troubleshoot and repair your Playa-worn EL art pieces, Monday-Friday. You can help us provide replacement components for fellow citizens by gifting spare working EL drivers, battery holders, \"wire\", and heat shrink tubing to our EL repair station on the playa at Camp Nosefish between 11am - 4pm.\r\n\r\nDon\'t have spare parts? You can still help us with a small donation.  We\'ll use it to buy more parts and supplies. Just click here and send a donation to paypal(at)robotikon(dot)com\r\n\r\nClick below to learn more:\r\n\r\nWanna help?\r\n\r\nEL wire Tips & Tricks\r\n\r\nWe look forward to seeing you on the Playa.','Gifting Luminescence','','inherit','open','open','','216-revision-2','','','2013-06-12 22:10:53','2013-06-12 22:10:53','',216,'http://nosefish.org/?p=218',0,'revision','',0),(219,11,'2013-06-12 22:11:02','2013-06-12 22:11:02','Again this year, Camp Nosefish EL Wire repair service will troubleshoot and repair your Playa-worn EL art pieces, Monday-Friday. You can help us provide replacement components for fellow citizens by gifting spare working EL drivers, battery holders, \"wire\", and heat shrink tubing to our EL repair station on the playa at Camp Nosefish between 11am - 4pm.\r\n\r\nDon\'t have spare parts? You can still help us with a small donation.  We\'ll use it to buy more parts and supplies. Just click here and send a donation to paypal(at)robotikon(dot)com\r\n\r\nClick below to learn more:\r\n\r\nWanna help?\r\n\r\nEL wire Tips & Tricks\r\n\r\nWe look forward to seeing you on the Playa.','Gifting Luminescence','','inherit','open','open','','216-revision-3','','','2013-06-12 22:11:02','2013-06-12 22:11:02','',216,'http://nosefish.org/?p=219',0,'revision','',0),(220,11,'2013-06-12 22:12:27','2013-06-12 22:12:27','Again this year, Camp Nosefish EL Wire repair service will troubleshoot and repair your Playa-worn EL art pieces, Monday-Friday. You can help us provide replacement components for fellow citizens by gifting spare working EL drivers, battery holders, \"wire\", and heat shrink tubing to our EL repair station on the playa at Camp Nosefish between 11am - 4pm.\n\nDon\'t have spare parts? You can still help us with a small donation.  We\'ll use it to buy more parts and supplies. Just click here and send a donation to paypal(at)robotikon(dot)com\n\nClick below to learn more:\n\nWanna help?\n\nEL wire Tips & Tricks\n\nWe look forward to seeing you on the Playa.','Gifting Luminescence','','inherit','open','open','','216-autosave','','','2013-06-12 22:12:27','2013-06-12 22:12:27','',216,'http://nosefish.org/?p=220',0,'revision','',0),(222,1,'2013-04-25 05:05:55','2013-04-25 05:05:55','In 2013, Nosefish is proud to offer 3 great projects on the playa!\r\n\r\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm. We bring lots of spare parts and wire to replace whatever has broken. We also invite EL-Wire geeks to participate and provide service with us for the community. We invite people to donate their unused EL-Wire supplies so we can re-gift and reuse them for others. This will be the fourth year for our EL-Wire service. Would you like to contribute to our EL Wire Service? Find out how\r\n\r\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing an interactive visual adventure from first dark through the early morning. It uses a digital video camera to receive a moving image of the scene in front of a large rear-projection video screen. The camera feeds into a computer that morphs the scene in real time and then sends it to a digital projector. Participants can watch their own movements be transformed into multicolored dynamic images that encourage more people to join in and watch the fun they create!\r\n\r\nAlso, this year Nose Fish is supporting the Beat Frequency Muffin project headed up by Aleks Zosuls. It will be a kinetic art project (with playa placement) that offers 24x7 interactivity. It is a fanciful \"antenna\" created as if imagined by the natives who are trying to reach John Frum. The antenna has a collection of devices that produce sounds. People can interact with it to make unique sounds. The antenna itself will have moving parts that can be controlled by participants. Our camp will be providing the infrastructure for Aleks and his team as they build and operate their project. Nose Fish elected to embrace Aleks\' project to support a new artist as they undertake their first large-scale art at Burning Man.\r\n\r\n\"CampPlan2013b\"\r\n\r\n ','What We Do - 2013','','inherit','open','open','','141-revision-12','','','2013-04-25 05:05:55','2013-04-25 05:05:55','',141,'http://nosefish.org/?p=222',0,'revision','',0),(223,1,'2013-08-17 23:10:32','2013-08-17 23:10:32','In 2013, Nosefish is proud to offer 3 great projects on the playa!\r\n\r\nWe\'re located in Center Camp at the 2:45 position (as if center camp were a clock seen from the top and if noon were facing the Man).\r\n\r\nBy day, we will be offering EL Wire Repair service, back by popular demand!  Everyone loves being safe and beautiful by night in Black Rock City, but sometimes the harsh environment and activities of the playa can take their toll on EL Wire.  Nosefish is here to help the participants of Black Rock City to troubleshoot and repair EL Wire on bikes, art, and clothes.  The service will be provided Monday-Friday from 11am-4pm. We bring lots of spare parts and wire to replace whatever has broken. We also invite EL-Wire geeks to participate and provide service with us for the community. We invite people to donate their unused EL-Wire supplies so we can re-gift and reuse them for others. This will be the fourth year for our EL-Wire service. Would you like to contribute to our EL Wire Service? Find out how\r\n\r\nBy night, the MEZ screen will delight the citizens of Black Rock City by providing an interactive visual adventure from first dark through the early morning. It uses a digital video camera to receive a moving image of the scene in front of a large rear-projection video screen. The camera feeds into a computer that morphs the scene in real time and then sends it to a digital projector. Participants can watch their own movements be transformed into multicolored dynamic images that encourage more people to join in and watch the fun they create!\r\n\r\nAlso, this year Nose Fish is supporting the Beat Frequency Muffin project headed up by Aleks Zosuls. It will be a kinetic art project (with playa placement) that offers 24x7 interactivity. It is a fanciful \"antenna\" created as if imagined by the natives who are trying to reach John Frum. The antenna has a collection of devices that produce sounds. People can interact with it to make unique sounds. The antenna itself will have moving parts that can be controlled by participants. Our camp will be providing the infrastructure for Aleks and his team as they build and operate their project. Nose Fish elected to embrace Aleks\' project to support a new artist as they undertake their first large-scale art at Burning Man.\r\n\r\n\"CampPlan2013b\"\r\n\r\n ','What We Do - 2013','','inherit','open','open','','141-revision-13','','','2013-08-17 23:10:32','2013-08-17 23:10:32','',141,'http://nosefish.org/?p=223',0,'revision','',0),(224,1,'2013-09-15 23:28:48','2013-09-15 23:28:48','I\'ve operated the Nose Fish theme camp at Burning Man for ten years years.  I wrote down some of what I do to operate the camp.\r\n\r\nMy goal as camp operator is to execute the camp\'s plans and leave no trace. Through the former I hope to help everyone in my camp fulfill our collective dream of providing a service and some art to our community.  We love what we do together.  It is still up to each camp member to plan and execute their own Burning Man experience.  Their first duty to the camp is to be able to take good care of themselves so they can give from whatever excess time and energy they have.\r\n\r\nIn fact, I neither plan nor organize the camp myself.  My wife contributes directly and indirectly and I would not be able to operate the camp without her.  In fact, she has been with me every single year I accepted any responsibility for a theme camp.  Our contribution is considered together -- together we operate the camp.\r\n\r\nOur camp has natural groups of 1, 2, 3 or more members.  We recently started calling them \"pods\".  Pods share responsibility and facilitate communication. They have a better chance of knowing the whereabouts and interests of other members of their pod.  And, they are free to divide the tasks of their own Burning Man experience any way they wish, without informing anyone else of how they achieve the pods\' goals.  Together they do and that is sufficient.\r\n\r\nMy camp uses a yahoo groups mailing list to reach each other.  I use primarily email to reach the camp, but I often try to speak with new camp members over the phone.\r\n\r\nI plan for 40% failure.  If I ask for help from five people, two won\'t show up, or won\'t be of much use.  If bring the capacity to do or affect something, such as heaters, cookers, coolers, sprayers, etc., I overestimate our need by 40%, or underestimate the effectiveness.\r\n\r\nI plan transparently using Google Spreadsheets. Using different sheets in a workbook I list all of the things we will need in order to execute our shared infrastructure as well as my own Burning Man experience.  I count things like sticks of rebar, tarps, and T-Stakes that will be needed.  I create a drawing of the camp as a Google Drawing and add lines where power cables will need to be dug.\r\n\r\nIn fact, things are usually different once we arrive on the playa.  The camp may be a different shape, or we may be adjacent to a road and such.  For roads aside from our frontage we put up a trash fence with T-Stakes.  We also try to light this so people can see it at night.  We don\'t usually need a fence on other borders, but if neighbors stumble through our camp day and night we might.  The one year we felt we needed a fence we also went out of our way to make a passage between our camp and the next so the camp behind us would have easy access.  It wasn\'t hard -- we just chopped 10 feet of the side of our camp before we set it up and made sure our neighbors on the side didn\'t use that space.  We lit the path too.\r\n\r\nWe like having our shade structure and kitchen really close to our frontage so people feel welcome to come into our camp.  We like to have extra chairs ready for friends who drop by.  In years when we put our shade further inside our camp people had to intrude or risk being thought of as intruders in order to even find someone in our camp.\r\n\r\nWe place \"Private Area\" signs on all of our tents, cars and private structures on the camp. This makes it clear to anyone who cares which areas are private and which are not.  We do not expect privacy in our open shade structure right next to the road.\r\n\r\nWe use a Nose Fish Shower to capture our gray water.  We treat most of it with a combination of filtration and bleach.  Then we sprinkle it in camp.  I ask people to process and sprinkle at least as much gray water as they produce. If this is a problem for someone, they can trade that job with someone else if the wish.  Some people also just take their gray water home with them and dump it in a sewer: if you had room to bring the water, you should also be able to bring it home.\r\n\r\nWe have a role in our camp called \"LNT Guru\".  The person in that role makes sure our recycling is separated based on how we are able to process it, and that garbage is separate from burnables, etc.  That person\'s goal is to help the camp live up to our LNT commitment by enabling and encouraging it.\r\n\r\nWe use modified 1v domes as camp structures because they are easy to set up.  The floor and horizontal ceiling struts are full sticks of 3/4\" EMT - 10 feet long (they just don\'t get cut).  The 10 angled wall struts are cut to 8 and 1/2 feet and the five roof struts are cut to 9 feet.  This makes big triangular doors you can walk through without bending over.  Covering the sides is easy:  a series of rectangles for the walls works fine.  The roof is harder.  You can use two or three large 12x16 tarps to cover most of it.  Some people use tyvek or roadside advertisement sign vinyl where available.  We used the latter and while it works well, it is very heavy and exhausting to work with.  I like using the heavy-duty 12x16 tarps that can be purchased at CostCo in pairs for about $21 per pair.\r\n\r\nWe nail tarps into the playa under every dome and our kitchen structure.  We use Glavanized 60d nails that are at least 8 inches long, together with a 3/8\" fender washer (cheaper when purchased in boxes!).  We hammer these in through the grommet holes to keep the floor tarps down all week.  To remove them twist them a few times with a vice grips and either pull them out or use a claw hammer if needed to level them up. Floor tarps get folded up carefully and held closed with bungie cords so they don\'t spill their contents.  We clean them at home.\r\n\r\nI always bring a collection of tools and materials, fasteners, rope and spare parts and supplies for mission-critical components.  I bring extra fuses and the replacement ends to repair extension cords, and on and on.  I bring WD-40 and glues and tape.  I bring a hobby knife and spare blades, assorted wrenches and hand tools. I think about how things fail and what kinds of things I\'m willing to try to repair on the playa.  I bring a modest collection of tools -- what will fit in one toolbox, together with my electronics tools in another toolbox that I use for my camp\'s main service. I keep these tools in what we call our \"garage dome\" which is a 1v dome at the back of our camp.  A table there contains all the tools and materials and everyone in camp is welcome to use them.  I label all the expensive or important ones with our camp name and location.  They come back that way.\r\n\r\nBefore we leave I make sure I know approximately when people will arrive and I plan what work we might attempt each day.  Some work can\'t be done until someone arrives with their components, so I try to ensure they bring things we don\'t need until later.\r\n\r\nOnce we\'re on playa I try not to ask people to work in the middle of the day.  If the day is cool enough we might do some work, especially if it isn\'t strenuous.  Many people are uncomfortable or lack energy on the second and third day they are on the playa.  I try to encourage people to drink and rest and not to push themselves. My wife reminds me of the same things because I tend to want to work if I still have some energy.  But the first few days can be hard and exhausting just to get the initial camp infrastructure deployed.\r\n\r\nWe break our camp down on Saturday, the day the Man burns.  By the time the Man burns all of the camp\'s infrastructure has been broken down and loaded into two cargo vans.  Camp members are welcome to stay longer, but the camp closes Burn Night and there is no more fence, shower, kitchen, shade, garage dome or anything aside from people\'s personal tents, bikes and cars.  My wife and I leave the playa around 2am -- a few hours after the Man Burns.  By then we\'ve been on-playa for eleven days and we\'re ready to go home.\r\n\r\nWe have a camp Decompression event every year to talk about what worked and what didn\'t.   Sometimes they are not well attended because everyone is so busy when they return from the Playa, but we try to capture ideas while they are fresh in people\'s minds.\r\n\r\nI try to remember when I ask people to do things for the camp that everyone is a volunteer. I\'m not actually entitled to anyone\'s time or assistance for any particular thing.  They do have a general obligation to the camp to \"help\" but that doesn\'t mean they have to do what I say when I say it.  So, at most I try to make requests: never demands.\r\n\r\nI also try to say Yes whenever I can when people volunteer to do things.  Unless I really need their help some other way, and unless it will create an LNT problem, and unless it is a violation of our social contract with Burning Man or is dangerously illegal, then my answer is probably going to be Yes.\r\n\r\nBased on recent experiences, I think I will add to my list of things to do to monitor the progress of art projects run by camp members to provide feedback on when to scale back or even cease work and go off and enjoy Burning Man. People, especially on their first big art project, will take on ambitious goals and struggle in the desert to meet them.  I will often remind myself and others that nobody knows what it is supposed to look like. So, a project can be considered done at points other than just the form imagined by the artist. People can drive themselves to a point where they don\'t enjoy Burning Man at all, because of an obsession with a project.  I\'ve tried the hands-off approach.  It sucked for everyone involved.  I think I will try something else next time.\r\n\r\n ','Camp Organizer\'s Notes','','publish','open','open','','camp-organizers-notes','','','2013-09-15 23:53:47','2013-09-15 23:53:47','',48,'http://nosefish.org/?page_id=224',0,'page','',0),(225,1,'2013-09-15 22:13:07','2013-09-15 22:13:07','These are some ideas for camp organizers.  It is based on my experience running the Nose Fish theme camp at Burning Man for seven years.  So, it is obviously just my opinion.\n\nMy goal as camp organizer is to execute the camp\'s plans and leave no trace. Through the former I hope to help everyone in my camp fulfill our collective dream of providing a service and some art to our community.  We love what we do together.\n\n \n\n ','Camp Organizer\'s Notes','','inherit','open','open','','224-revision','','','2013-09-15 22:13:07','2013-09-15 22:13:07','',224,'http://nosefish.org/?p=225',0,'revision','',0),(226,1,'2013-09-15 22:24:38','2013-09-15 22:24:38','These are some ideas for camp organizers.  It is based on my experience running the Nose Fish theme camp at Burning Man for seven years.  So, it is obviously just my opinion.\n\nMy goal as camp organizer is to execute the camp\'s plans and leave no trace. Through the former I hope to help everyone in my camp fulfill our collective dream of providing a service and some art to our community.  We love what we do together.  It is still up to each camp member to plan and execute their own Burning Man experience.  Their first duty to the camp is to be able to take good care of themselves so they can give from whatever excess time and energy they have.\n\nIn fact, I neither plan nor organize the camp myself.  My wife contributes directly and indirectly and I would not be able to operate the camp without her.  In fact, she has been with me every single year I accepted any responsibility for a theme camp.  Our contribution is considered together -- together we operate the camp.\n\nOur camp has natural groups of 1, 2, 3 or more members.  We sometimes recently started calling them \"pods.\"\n\nI plan for 40% failure.  If I ask for help from five people, two won\'t show up, or won\'t be of much use.  If bring the capacity to do or affect something, such as heaters, cookers, coolers, sprayers, etc., I overestimate our need by 40%, or underestimate the effectiveness.\n\nI plan transparently using Google Spreadsheets. Using different sheets in a workbook I list all of the things we will need to execute our shared infrastructure as well as my own Burning Man experience.\n\n \n\n ','Camp Organizer\'s Notes','','inherit','open','open','','224-revision-2','','','2013-09-15 22:24:38','2013-09-15 22:24:38','',224,'http://nosefish.org/?p=226',0,'revision','',0),(227,1,'2013-09-15 22:39:42','2013-09-15 22:39:42','These are some ideas for camp organizers.  It is based on my experience running the Nose Fish theme camp at Burning Man for seven years.  So, it is obviously just my opinion.\n\nMy goal as camp organizer is to execute the camp\'s plans and leave no trace. Through the former I hope to help everyone in my camp fulfill our collective dream of providing a service and some art to our community.  We love what we do together.  It is still up to each camp member to plan and execute their own Burning Man experience.  Their first duty to the camp is to be able to take good care of themselves so they can give from whatever excess time and energy they have.\n\nIn fact, I neither plan nor organize the camp myself.  My wife contributes directly and indirectly and I would not be able to operate the camp without her.  In fact, she has been with me every single year I accepted any responsibility for a theme camp.  Our contribution is considered together -- together we operate the camp.\n\nOur camp has natural groups of 1, 2, 3 or more members.  We recently started calling them \"pods\".  Pods share responsibility and facilitate communication. They have a better chance of knowing the whereabouts and interests of other members of their pod.  And, they are free to divide the tasks of their own Burning Man experience any way they wish, without informing anyone else of how they achieve the pods\' goals.  Together they do and that is sufficient.\n\nI plan for 40% failure.  If I ask for help from five people, two won\'t show up, or won\'t be of much use.  If bring the capacity to do or affect something, such as heaters, cookers, coolers, sprayers, etc., I overestimate our need by 40%, or underestimate the effectiveness.\n\nI plan transparently using Google Spreadsheets. Using different sheets in a workbook I list all of the things we will need in order to execute our shared infrastructure as well as my own Burning Man experience.  I count things like sticks of rebar, tarps, and T-Stakes that will be needed.  I create a drawing of the camp as a Google Drawing and add lines where power cables will need to be dug.\n\nIn fact, things are usually different once we arrive on the playa.  The camp may be a different shape, or we may be adjacent to a road and such.  For roads aside from our frontage we put up a trash fence with T-Stakes.  We also try to light this so people can see it at night.  We don\'t usually need a fence on other borders, but if neighbors stumble through our camp day and night we might.  The one year we felt we needed a fence we also went out of our way to make a passage between our camp and the next so the camp behind us would have easy access.  It wasn\'t hard -- we just chopped 10 feet of the side of our camp before we set it up and made sure our neighbors on the side didn\'t use that space.  We lit the path too.\n\nWe like having our shade structure and kitchen really close to our frontage so people feel welcome to come into our camp.  We like to have extra chairs ready for friends who drop by.  In years when we put our shade further inside our camp people had to intrude or risk being thought of as intruders in order to even find someone in our camp.\n\nWe place \"Private Area\" signs on all of our tents, cars and private structures on the camp. This makes it clear to anyone who cares which areas are private and which are not.  We do not expect privacy in our open shade structure right next to the road.\n\nWe use a Nose Fish Shower to capture our gray water.  We treat most of it with a combination of filtration and bleach.  Then we sprinkle it in camp.  I ask people to process and sprinkle at least as much gray water as they produce. If this is a problem for someone, they can trade that job with someone else if the wish.  Some people also just take their gray water home with them and dump it in a sewer\n\n \n\n ','Camp Organizer\'s Notes','','inherit','open','open','','224-revision-3','','','2013-09-15 22:39:42','2013-09-15 22:39:42','',224,'http://nosefish.org/?p=227',0,'revision','',0),(228,1,'2013-09-15 22:54:02','2013-09-15 22:54:02','These are some ideas for camp organizers.  It is based on my experience running the Nose Fish theme camp at Burning Man for seven years.  So, it is obviously just my opinion.\n\nMy goal as camp organizer is to execute the camp\'s plans and leave no trace. Through the former I hope to help everyone in my camp fulfill our collective dream of providing a service and some art to our community.  We love what we do together.  It is still up to each camp member to plan and execute their own Burning Man experience.  Their first duty to the camp is to be able to take good care of themselves so they can give from whatever excess time and energy they have.\n\nIn fact, I neither plan nor organize the camp myself.  My wife contributes directly and indirectly and I would not be able to operate the camp without her.  In fact, she has been with me every single year I accepted any responsibility for a theme camp.  Our contribution is considered together -- together we operate the camp.\n\nOur camp has natural groups of 1, 2, 3 or more members.  We recently started calling them \"pods\".  Pods share responsibility and facilitate communication. They have a better chance of knowing the whereabouts and interests of other members of their pod.  And, they are free to divide the tasks of their own Burning Man experience any way they wish, without informing anyone else of how they achieve the pods\' goals.  Together they do and that is sufficient.\n\nI plan for 40% failure.  If I ask for help from five people, two won\'t show up, or won\'t be of much use.  If bring the capacity to do or affect something, such as heaters, cookers, coolers, sprayers, etc., I overestimate our need by 40%, or underestimate the effectiveness.\n\nI plan transparently using Google Spreadsheets. Using different sheets in a workbook I list all of the things we will need in order to execute our shared infrastructure as well as my own Burning Man experience.  I count things like sticks of rebar, tarps, and T-Stakes that will be needed.  I create a drawing of the camp as a Google Drawing and add lines where power cables will need to be dug.\n\nIn fact, things are usually different once we arrive on the playa.  The camp may be a different shape, or we may be adjacent to a road and such.  For roads aside from our frontage we put up a trash fence with T-Stakes.  We also try to light this so people can see it at night.  We don\'t usually need a fence on other borders, but if neighbors stumble through our camp day and night we might.  The one year we felt we needed a fence we also went out of our way to make a passage between our camp and the next so the camp behind us would have easy access.  It wasn\'t hard -- we just chopped 10 feet of the side of our camp before we set it up and made sure our neighbors on the side didn\'t use that space.  We lit the path too.\n\nWe like having our shade structure and kitchen really close to our frontage so people feel welcome to come into our camp.  We like to have extra chairs ready for friends who drop by.  In years when we put our shade further inside our camp people had to intrude or risk being thought of as intruders in order to even find someone in our camp.\n\nWe place \"Private Area\" signs on all of our tents, cars and private structures on the camp. This makes it clear to anyone who cares which areas are private and which are not.  We do not expect privacy in our open shade structure right next to the road.\n\nWe use a Nose Fish Shower to capture our gray water.  We treat most of it with a combination of filtration and bleach.  Then we sprinkle it in camp.  I ask people to process and sprinkle at least as much gray water as they produce. If this is a problem for someone, they can trade that job with someone else if the wish.  Some people also just take their gray water home with them and dump it in a sewer: if you had room to bring the water, you should also be able to bring it home.\n\nWe have a role in our camp called \"LNT Guru\".  The person in that role makes sure our recycling is separated based on how we are able to process it, and that garbage is separate from burnables, etc.  That person\'s goal is to help the camp live up to our LNT commitment by enabling and encouraging it.\n\nWe use modified 1v domes as camp structures because they are easy to set up.  The floor and horizontal ceiling struts are full sticks of 3/4\" EMT - 10 feet long (they just don\'t get cut).  The 10 angled wall struts are cut to 8 and 1/2 feet and the five roof struts are cut to 9 feet.  This makes big triangular doors you can walk through without bending over.  Covering the sides is easy:  a series of rectangles for the walls works fine.  The roof is harder.  You can use two or three large 12x16 tarps to cover most of it.  Some people use tyvek or roadside advertisement sign vinyl where available.  We used the latter and while it works well, it is very heavy and exhausting to work with.  I like using the heavy-duty 12x16 tarps that can be purchased at CostCo in pairs for about $21 per pair.\n\nWe nail tarps into the playa under every dome and our kitchen structure.  We use Glavanized 60d nails that are at least 8 inches long, together with a 3/8\" fender washer (cheaper when purchased in boxes!).  We hammer these in through the grommet holes to keep the floor tarps down all week.  To remove them twist them a few times with a vice grips and either pull them out or use a claw hammer if needed to level them up. These tarps get folded up carefully and bungied\n\n ','Camp Organizer\'s Notes','','inherit','open','open','','224-revision-4','','','2013-09-15 22:54:02','2013-09-15 22:54:02','',224,'http://nosefish.org/?p=228',0,'revision','',0),(229,1,'2013-09-15 23:27:54','2013-09-15 23:27:54','These are some ideas for camp organizers.  It is based on my experience running the Nose Fish theme camp at Burning Man for seven years.  So, it is obviously just my opinion.\n\nMy goal as camp organizer is to execute the camp\'s plans and leave no trace. Through the former I hope to help everyone in my camp fulfill our collective dream of providing a service and some art to our community.  We love what we do together.  It is still up to each camp member to plan and execute their own Burning Man experience.  Their first duty to the camp is to be able to take good care of themselves so they can give from whatever excess time and energy they have.\n\nIn fact, I neither plan nor organize the camp myself.  My wife contributes directly and indirectly and I would not be able to operate the camp without her.  In fact, she has been with me every single year I accepted any responsibility for a theme camp.  Our contribution is considered together -- together we operate the camp.\n\nOur camp has natural groups of 1, 2, 3 or more members.  We recently started calling them \"pods\".  Pods share responsibility and facilitate communication. They have a better chance of knowing the whereabouts and interests of other members of their pod.  And, they are free to divide the tasks of their own Burning Man experience any way they wish, without informing anyone else of how they achieve the pods\' goals.  Together they do and that is sufficient.\n\nMy camp uses a yahoo groups mailing list to reach each other.  I use primarily email to reach the camp, but I often try to speak with new camp members over the phone.\n\nI plan for 40% failure.  If I ask for help from five people, two won\'t show up, or won\'t be of much use.  If bring the capacity to do or affect something, such as heaters, cookers, coolers, sprayers, etc., I overestimate our need by 40%, or underestimate the effectiveness.\n\nI plan transparently using Google Spreadsheets. Using different sheets in a workbook I list all of the things we will need in order to execute our shared infrastructure as well as my own Burning Man experience.  I count things like sticks of rebar, tarps, and T-Stakes that will be needed.  I create a drawing of the camp as a Google Drawing and add lines where power cables will need to be dug.\n\nIn fact, things are usually different once we arrive on the playa.  The camp may be a different shape, or we may be adjacent to a road and such.  For roads aside from our frontage we put up a trash fence with T-Stakes.  We also try to light this so people can see it at night.  We don\'t usually need a fence on other borders, but if neighbors stumble through our camp day and night we might.  The one year we felt we needed a fence we also went out of our way to make a passage between our camp and the next so the camp behind us would have easy access.  It wasn\'t hard -- we just chopped 10 feet of the side of our camp before we set it up and made sure our neighbors on the side didn\'t use that space.  We lit the path too.\n\nWe like having our shade structure and kitchen really close to our frontage so people feel welcome to come into our camp.  We like to have extra chairs ready for friends who drop by.  In years when we put our shade further inside our camp people had to intrude or risk being thought of as intruders in order to even find someone in our camp.\n\nWe place \"Private Area\" signs on all of our tents, cars and private structures on the camp. This makes it clear to anyone who cares which areas are private and which are not.  We do not expect privacy in our open shade structure right next to the road.\n\nWe use a Nose Fish Shower to capture our gray water.  We treat most of it with a combination of filtration and bleach.  Then we sprinkle it in camp.  I ask people to process and sprinkle at least as much gray water as they produce. If this is a problem for someone, they can trade that job with someone else if the wish.  Some people also just take their gray water home with them and dump it in a sewer: if you had room to bring the water, you should also be able to bring it home.\n\nWe have a role in our camp called \"LNT Guru\".  The person in that role makes sure our recycling is separated based on how we are able to process it, and that garbage is separate from burnables, etc.  That person\'s goal is to help the camp live up to our LNT commitment by enabling and encouraging it.\n\nWe use modified 1v domes as camp structures because they are easy to set up.  The floor and horizontal ceiling struts are full sticks of 3/4\" EMT - 10 feet long (they just don\'t get cut).  The 10 angled wall struts are cut to 8 and 1/2 feet and the five roof struts are cut to 9 feet.  This makes big triangular doors you can walk through without bending over.  Covering the sides is easy:  a series of rectangles for the walls works fine.  The roof is harder.  You can use two or three large 12x16 tarps to cover most of it.  Some people use tyvek or roadside advertisement sign vinyl where available.  We used the latter and while it works well, it is very heavy and exhausting to work with.  I like using the heavy-duty 12x16 tarps that can be purchased at CostCo in pairs for about $21 per pair.\n\nWe nail tarps into the playa under every dome and our kitchen structure.  We use Glavanized 60d nails that are at least 8 inches long, together with a 3/8\" fender washer (cheaper when purchased in boxes!).  We hammer these in through the grommet holes to keep the floor tarps down all week.  To remove them twist them a few times with a vice grips and either pull them out or use a claw hammer if needed to level them up. Floor tarps get folded up carefully and held closed with bungie cords so they don\'t spill their contents.  We clean them at home.\n\nI always bring a collection of tools and materials, fasteners, rope and spare parts and supplies for mission-critical components.  I bring extra fuses and the replacement ends to repair extension cords, and on and on.  I bring WD-40 and glues and tape.  I bring a hobby knife and spare blades, assorted wrenches and hand tools. I think about how things fail and what kinds of things I\'m willing to try to repair on the playa.  I bring a modest collection of tools -- what will fit in one toolbox, together with my electronics tools in another toolbox that I use for my camp\'s main service. I keep these tools in what we call our \"garage dome\" which is a 1v dome at the back of our camp.  A table there contains all the tools and materials and everyone in camp is welcome to use them.  I label all the expensive or important ones with our camp name and location.  They come back that way.\n\nBefore we leave I make sure I know approximately when people will arrive and I plan what work we might attempt each day.  Some work can\'t be done until someone arrives with their components, so I try to ensure they bring things we don\'t need until later.\n\nOnce we\'re on playa I try not to ask people to work in the middle of the day.  If the day is cool enough we might do some work, especially if it isn\'t strenuous.  Many people are uncomfortable or lack energy on the second and third day they are on the playa.  I try to encourage people to drink and rest and not to push themselves. My wife reminds me of the same things because I tend to want to work if I still have some energy.  But the first few days can be hard and exhausting just to get the initial camp infrastructure deployed.\n\nWe break our camp down on Saturday, the day the Man burns.  By the time the Man burns all of the camp\'s infrastructure has been broken down and loaded into two cargo vans.  Camp members are welcome to stay longer, but the camp closes Burn Night and there is no more fence, shower, kitchen, shade, garage dome or anything aside from people\'s personal tents, bikes and cars.  My wife and I leave the playa around 2am -- a few hours after the Man Burns.  By then we\'ve been on-playa for eleven days and we\'re ready to go home.\n\nWe have a camp Decompression event every year to talk about what worked and what didn\'t.   Sometimes they are not well attended because everyone is so busy when they return from the Playa, but we try to capture ideas while they are fresh in people\'s minds.\n\nI try to remember when I ask people to do things for the camp that everyone is a volunteer. I\'m not actually entitled to anyone\'s time or assistance for any particular thing.  They do have a general obligation to the camp to \"help\" but that doesn\'t mean they have to do what I say when I say it.  So, at most I try to make requests: never demands.\n\nI also try to say Yes whenever I can when people volunteer to do things.  Unless I really need their help some other way, and unless it will create an LNT problem, and unless it is a violation of our social contract with Burning Man or is dangerously illegal, then my answer is probably going to be Yes.\n\nBased on recent experiences, I think I will add to my list of things to do to monitor the progress of art projects run by camp members to provide feedback on when to scale back or even cease work and go off and enjoy Burning Man. People, especially on their first big art project, will take on ambitious goals and struggle in the desert to meet them.  I will often remind myself and others that nobody knows what it is supposed to look like. So, a project can be considered done at points other than just the form imagined by the artist. People can drive themselves to a point where they don\'t enjoy Burning Man at all, because of an obsession with a project.  If it is\n\n ','Camp Organizer\'s Notes','','inherit','open','open','','224-revision-5','','','2013-09-15 23:27:54','2013-09-15 23:27:54','',224,'http://nosefish.org/?p=229',0,'revision','',0),(230,1,'2013-09-15 23:28:43','2013-09-15 23:28:43','These are some ideas for camp organizers.  It is based on my experience running the Nose Fish theme camp at Burning Man for seven years.  So, it is obviously just my opinion.\r\n\r\nMy goal as camp organizer is to execute the camp\'s plans and leave no trace. Through the former I hope to help everyone in my camp fulfill our collective dream of providing a service and some art to our community.  We love what we do together.  It is still up to each camp member to plan and execute their own Burning Man experience.  Their first duty to the camp is to be able to take good care of themselves so they can give from whatever excess time and energy they have.\r\n\r\nIn fact, I neither plan nor organize the camp myself.  My wife contributes directly and indirectly and I would not be able to operate the camp without her.  In fact, she has been with me every single year I accepted any responsibility for a theme camp.  Our contribution is considered together -- together we operate the camp.\r\n\r\nOur camp has natural groups of 1, 2, 3 or more members.  We recently started calling them \"pods\".  Pods share responsibility and facilitate communication. They have a better chance of knowing the whereabouts and interests of other members of their pod.  And, they are free to divide the tasks of their own Burning Man experience any way they wish, without informing anyone else of how they achieve the pods\' goals.  Together they do and that is sufficient.\r\n\r\nMy camp uses a yahoo groups mailing list to reach each other.  I use primarily email to reach the camp, but I often try to speak with new camp members over the phone.\r\n\r\nI plan for 40% failure.  If I ask for help from five people, two won\'t show up, or won\'t be of much use.  If bring the capacity to do or affect something, such as heaters, cookers, coolers, sprayers, etc., I overestimate our need by 40%, or underestimate the effectiveness.\r\n\r\nI plan transparently using Google Spreadsheets. Using different sheets in a workbook I list all of the things we will need in order to execute our shared infrastructure as well as my own Burning Man experience.  I count things like sticks of rebar, tarps, and T-Stakes that will be needed.  I create a drawing of the camp as a Google Drawing and add lines where power cables will need to be dug.\r\n\r\nIn fact, things are usually different once we arrive on the playa.  The camp may be a different shape, or we may be adjacent to a road and such.  For roads aside from our frontage we put up a trash fence with T-Stakes.  We also try to light this so people can see it at night.  We don\'t usually need a fence on other borders, but if neighbors stumble through our camp day and night we might.  The one year we felt we needed a fence we also went out of our way to make a passage between our camp and the next so the camp behind us would have easy access.  It wasn\'t hard -- we just chopped 10 feet of the side of our camp before we set it up and made sure our neighbors on the side didn\'t use that space.  We lit the path too.\r\n\r\nWe like having our shade structure and kitchen really close to our frontage so people feel welcome to come into our camp.  We like to have extra chairs ready for friends who drop by.  In years when we put our shade further inside our camp people had to intrude or risk being thought of as intruders in order to even find someone in our camp.\r\n\r\nWe place \"Private Area\" signs on all of our tents, cars and private structures on the camp. This makes it clear to anyone who cares which areas are private and which are not.  We do not expect privacy in our open shade structure right next to the road.\r\n\r\nWe use a Nose Fish Shower to capture our gray water.  We treat most of it with a combination of filtration and bleach.  Then we sprinkle it in camp.  I ask people to process and sprinkle at least as much gray water as they produce. If this is a problem for someone, they can trade that job with someone else if the wish.  Some people also just take their gray water home with them and dump it in a sewer: if you had room to bring the water, you should also be able to bring it home.\r\n\r\nWe have a role in our camp called \"LNT Guru\".  The person in that role makes sure our recycling is separated based on how we are able to process it, and that garbage is separate from burnables, etc.  That person\'s goal is to help the camp live up to our LNT commitment by enabling and encouraging it.\r\n\r\nWe use modified 1v domes as camp structures because they are easy to set up.  The floor and horizontal ceiling struts are full sticks of 3/4\" EMT - 10 feet long (they just don\'t get cut).  The 10 angled wall struts are cut to 8 and 1/2 feet and the five roof struts are cut to 9 feet.  This makes big triangular doors you can walk through without bending over.  Covering the sides is easy:  a series of rectangles for the walls works fine.  The roof is harder.  You can use two or three large 12x16 tarps to cover most of it.  Some people use tyvek or roadside advertisement sign vinyl where available.  We used the latter and while it works well, it is very heavy and exhausting to work with.  I like using the heavy-duty 12x16 tarps that can be purchased at CostCo in pairs for about $21 per pair.\r\n\r\nWe nail tarps into the playa under every dome and our kitchen structure.  We use Glavanized 60d nails that are at least 8 inches long, together with a 3/8\" fender washer (cheaper when purchased in boxes!).  We hammer these in through the grommet holes to keep the floor tarps down all week.  To remove them twist them a few times with a vice grips and either pull them out or use a claw hammer if needed to level them up. Floor tarps get folded up carefully and held closed with bungie cords so they don\'t spill their contents.  We clean them at home.\r\n\r\nI always bring a collection of tools and materials, fasteners, rope and spare parts and supplies for mission-critical components.  I bring extra fuses and the replacement ends to repair extension cords, and on and on.  I bring WD-40 and glues and tape.  I bring a hobby knife and spare blades, assorted wrenches and hand tools. I think about how things fail and what kinds of things I\'m willing to try to repair on the playa.  I bring a modest collection of tools -- what will fit in one toolbox, together with my electronics tools in another toolbox that I use for my camp\'s main service. I keep these tools in what we call our \"garage dome\" which is a 1v dome at the back of our camp.  A table there contains all the tools and materials and everyone in camp is welcome to use them.  I label all the expensive or important ones with our camp name and location.  They come back that way.\r\n\r\nBefore we leave I make sure I know approximately when people will arrive and I plan what work we might attempt each day.  Some work can\'t be done until someone arrives with their components, so I try to ensure they bring things we don\'t need until later.\r\n\r\nOnce we\'re on playa I try not to ask people to work in the middle of the day.  If the day is cool enough we might do some work, especially if it isn\'t strenuous.  Many people are uncomfortable or lack energy on the second and third day they are on the playa.  I try to encourage people to drink and rest and not to push themselves. My wife reminds me of the same things because I tend to want to work if I still have some energy.  But the first few days can be hard and exhausting just to get the initial camp infrastructure deployed.\r\n\r\nWe break our camp down on Saturday, the day the Man burns.  By the time the Man burns all of the camp\'s infrastructure has been broken down and loaded into two cargo vans.  Camp members are welcome to stay longer, but the camp closes Burn Night and there is no more fence, shower, kitchen, shade, garage dome or anything aside from people\'s personal tents, bikes and cars.  My wife and I leave the playa around 2am -- a few hours after the Man Burns.  By then we\'ve been on-playa for eleven days and we\'re ready to go home.\r\n\r\nWe have a camp Decompression event every year to talk about what worked and what didn\'t.   Sometimes they are not well attended because everyone is so busy when they return from the Playa, but we try to capture ideas while they are fresh in people\'s minds.\r\n\r\nI try to remember when I ask people to do things for the camp that everyone is a volunteer. I\'m not actually entitled to anyone\'s time or assistance for any particular thing.  They do have a general obligation to the camp to \"help\" but that doesn\'t mean they have to do what I say when I say it.  So, at most I try to make requests: never demands.\r\n\r\nI also try to say Yes whenever I can when people volunteer to do things.  Unless I really need their help some other way, and unless it will create an LNT problem, and unless it is a violation of our social contract with Burning Man or is dangerously illegal, then my answer is probably going to be Yes.\r\n\r\nBased on recent experiences, I think I will add to my list of things to do to monitor the progress of art projects run by camp members to provide feedback on when to scale back or even cease work and go off and enjoy Burning Man. People, especially on their first big art project, will take on ambitious goals and struggle in the desert to meet them.  I will often remind myself and others that nobody knows what it is supposed to look like. So, a project can be considered done at points other than just the form imagined by the artist. People can drive themselves to a point where they don\'t enjoy Burning Man at all, because of an obsession with a project.  I\'ve tried the hands-off approach.  It sucked for everyone involved.  I think I will try something else next time.\r\n\r\n ','Camp Organizer\'s Notes','','inherit','open','open','','224-revision-6','','','2013-09-15 23:28:43','2013-09-15 23:28:43','',224,'http://nosefish.org/?p=230',0,'revision','',0),(231,1,'2013-09-15 23:28:48','2013-09-15 23:28:48','These are some ideas for camp organizers.  It is based on my experience running the Nose Fish theme camp at Burning Man for seven years.  So, it is obviously just my opinion.\r\n\r\nMy goal as camp organizer is to execute the camp\'s plans and leave no trace. Through the former I hope to help everyone in my camp fulfill our collective dream of providing a service and some art to our community.  We love what we do together.  It is still up to each camp member to plan and execute their own Burning Man experience.  Their first duty to the camp is to be able to take good care of themselves so they can give from whatever excess time and energy they have.\r\n\r\nIn fact, I neither plan nor organize the camp myself.  My wife contributes directly and indirectly and I would not be able to operate the camp without her.  In fact, she has been with me every single year I accepted any responsibility for a theme camp.  Our contribution is considered together -- together we operate the camp.\r\n\r\nOur camp has natural groups of 1, 2, 3 or more members.  We recently started calling them \"pods\".  Pods share responsibility and facilitate communication. They have a better chance of knowing the whereabouts and interests of other members of their pod.  And, they are free to divide the tasks of their own Burning Man experience any way they wish, without informing anyone else of how they achieve the pods\' goals.  Together they do and that is sufficient.\r\n\r\nMy camp uses a yahoo groups mailing list to reach each other.  I use primarily email to reach the camp, but I often try to speak with new camp members over the phone.\r\n\r\nI plan for 40% failure.  If I ask for help from five people, two won\'t show up, or won\'t be of much use.  If bring the capacity to do or affect something, such as heaters, cookers, coolers, sprayers, etc., I overestimate our need by 40%, or underestimate the effectiveness.\r\n\r\nI plan transparently using Google Spreadsheets. Using different sheets in a workbook I list all of the things we will need in order to execute our shared infrastructure as well as my own Burning Man experience.  I count things like sticks of rebar, tarps, and T-Stakes that will be needed.  I create a drawing of the camp as a Google Drawing and add lines where power cables will need to be dug.\r\n\r\nIn fact, things are usually different once we arrive on the playa.  The camp may be a different shape, or we may be adjacent to a road and such.  For roads aside from our frontage we put up a trash fence with T-Stakes.  We also try to light this so people can see it at night.  We don\'t usually need a fence on other borders, but if neighbors stumble through our camp day and night we might.  The one year we felt we needed a fence we also went out of our way to make a passage between our camp and the next so the camp behind us would have easy access.  It wasn\'t hard -- we just chopped 10 feet of the side of our camp before we set it up and made sure our neighbors on the side didn\'t use that space.  We lit the path too.\r\n\r\nWe like having our shade structure and kitchen really close to our frontage so people feel welcome to come into our camp.  We like to have extra chairs ready for friends who drop by.  In years when we put our shade further inside our camp people had to intrude or risk being thought of as intruders in order to even find someone in our camp.\r\n\r\nWe place \"Private Area\" signs on all of our tents, cars and private structures on the camp. This makes it clear to anyone who cares which areas are private and which are not.  We do not expect privacy in our open shade structure right next to the road.\r\n\r\nWe use a Nose Fish Shower to capture our gray water.  We treat most of it with a combination of filtration and bleach.  Then we sprinkle it in camp.  I ask people to process and sprinkle at least as much gray water as they produce. If this is a problem for someone, they can trade that job with someone else if the wish.  Some people also just take their gray water home with them and dump it in a sewer: if you had room to bring the water, you should also be able to bring it home.\r\n\r\nWe have a role in our camp called \"LNT Guru\".  The person in that role makes sure our recycling is separated based on how we are able to process it, and that garbage is separate from burnables, etc.  That person\'s goal is to help the camp live up to our LNT commitment by enabling and encouraging it.\r\n\r\nWe use modified 1v domes as camp structures because they are easy to set up.  The floor and horizontal ceiling struts are full sticks of 3/4\" EMT - 10 feet long (they just don\'t get cut).  The 10 angled wall struts are cut to 8 and 1/2 feet and the five roof struts are cut to 9 feet.  This makes big triangular doors you can walk through without bending over.  Covering the sides is easy:  a series of rectangles for the walls works fine.  The roof is harder.  You can use two or three large 12x16 tarps to cover most of it.  Some people use tyvek or roadside advertisement sign vinyl where available.  We used the latter and while it works well, it is very heavy and exhausting to work with.  I like using the heavy-duty 12x16 tarps that can be purchased at CostCo in pairs for about $21 per pair.\r\n\r\nWe nail tarps into the playa under every dome and our kitchen structure.  We use Glavanized 60d nails that are at least 8 inches long, together with a 3/8\" fender washer (cheaper when purchased in boxes!).  We hammer these in through the grommet holes to keep the floor tarps down all week.  To remove them twist them a few times with a vice grips and either pull them out or use a claw hammer if needed to level them up. Floor tarps get folded up carefully and held closed with bungie cords so they don\'t spill their contents.  We clean them at home.\r\n\r\nI always bring a collection of tools and materials, fasteners, rope and spare parts and supplies for mission-critical components.  I bring extra fuses and the replacement ends to repair extension cords, and on and on.  I bring WD-40 and glues and tape.  I bring a hobby knife and spare blades, assorted wrenches and hand tools. I think about how things fail and what kinds of things I\'m willing to try to repair on the playa.  I bring a modest collection of tools -- what will fit in one toolbox, together with my electronics tools in another toolbox that I use for my camp\'s main service. I keep these tools in what we call our \"garage dome\" which is a 1v dome at the back of our camp.  A table there contains all the tools and materials and everyone in camp is welcome to use them.  I label all the expensive or important ones with our camp name and location.  They come back that way.\r\n\r\nBefore we leave I make sure I know approximately when people will arrive and I plan what work we might attempt each day.  Some work can\'t be done until someone arrives with their components, so I try to ensure they bring things we don\'t need until later.\r\n\r\nOnce we\'re on playa I try not to ask people to work in the middle of the day.  If the day is cool enough we might do some work, especially if it isn\'t strenuous.  Many people are uncomfortable or lack energy on the second and third day they are on the playa.  I try to encourage people to drink and rest and not to push themselves. My wife reminds me of the same things because I tend to want to work if I still have some energy.  But the first few days can be hard and exhausting just to get the initial camp infrastructure deployed.\r\n\r\nWe break our camp down on Saturday, the day the Man burns.  By the time the Man burns all of the camp\'s infrastructure has been broken down and loaded into two cargo vans.  Camp members are welcome to stay longer, but the camp closes Burn Night and there is no more fence, shower, kitchen, shade, garage dome or anything aside from people\'s personal tents, bikes and cars.  My wife and I leave the playa around 2am -- a few hours after the Man Burns.  By then we\'ve been on-playa for eleven days and we\'re ready to go home.\r\n\r\nWe have a camp Decompression event every year to talk about what worked and what didn\'t.   Sometimes they are not well attended because everyone is so busy when they return from the Playa, but we try to capture ideas while they are fresh in people\'s minds.\r\n\r\nI try to remember when I ask people to do things for the camp that everyone is a volunteer. I\'m not actually entitled to anyone\'s time or assistance for any particular thing.  They do have a general obligation to the camp to \"help\" but that doesn\'t mean they have to do what I say when I say it.  So, at most I try to make requests: never demands.\r\n\r\nI also try to say Yes whenever I can when people volunteer to do things.  Unless I really need their help some other way, and unless it will create an LNT problem, and unless it is a violation of our social contract with Burning Man or is dangerously illegal, then my answer is probably going to be Yes.\r\n\r\nBased on recent experiences, I think I will add to my list of things to do to monitor the progress of art projects run by camp members to provide feedback on when to scale back or even cease work and go off and enjoy Burning Man. People, especially on their first big art project, will take on ambitious goals and struggle in the desert to meet them.  I will often remind myself and others that nobody knows what it is supposed to look like. So, a project can be considered done at points other than just the form imagined by the artist. People can drive themselves to a point where they don\'t enjoy Burning Man at all, because of an obsession with a project.  I\'ve tried the hands-off approach.  It sucked for everyone involved.  I think I will try something else next time.\r\n\r\n ','Camp Organizer\'s Notes','','inherit','open','open','','224-revision-7','','','2013-09-15 23:28:48','2013-09-15 23:28:48','',224,'http://nosefish.org/?p=231',0,'revision','',0),(232,1,'2013-09-15 23:53:09','2013-09-15 23:53:09','I\'ve operated the Nose Fish theme camp at Burning Man for ten years years.  I wrote down some of what I do to operate the camp. I\'m not sure wh\n\nMy goal as camp organizer is to execute the camp\'s plans and leave no trace. Through the former I hope to help everyone in my camp fulfill our collective dream of providing a service and some art to our community.  We love what we do together.  It is still up to each camp member to plan and execute their own Burning Man experience.  Their first duty to the camp is to be able to take good care of themselves so they can give from whatever excess time and energy they have.\n\nIn fact, I neither plan nor organize the camp myself.  My wife contributes directly and indirectly and I would not be able to operate the camp without her.  In fact, she has been with me every single year I accepted any responsibility for a theme camp.  Our contribution is considered together -- together we operate the camp.\n\nOur camp has natural groups of 1, 2, 3 or more members.  We recently started calling them \"pods\".  Pods share responsibility and facilitate communication. They have a better chance of knowing the whereabouts and interests of other members of their pod.  And, they are free to divide the tasks of their own Burning Man experience any way they wish, without informing anyone else of how they achieve the pods\' goals.  Together they do and that is sufficient.\n\nMy camp uses a yahoo groups mailing list to reach each other.  I use primarily email to reach the camp, but I often try to speak with new camp members over the phone.\n\nI plan for 40% failure.  If I ask for help from five people, two won\'t show up, or won\'t be of much use.  If bring the capacity to do or affect something, such as heaters, cookers, coolers, sprayers, etc., I overestimate our need by 40%, or underestimate the effectiveness.\n\nI plan transparently using Google Spreadsheets. Using different sheets in a workbook I list all of the things we will need in order to execute our shared infrastructure as well as my own Burning Man experience.  I count things like sticks of rebar, tarps, and T-Stakes that will be needed.  I create a drawing of the camp as a Google Drawing and add lines where power cables will need to be dug.\n\nIn fact, things are usually different once we arrive on the playa.  The camp may be a different shape, or we may be adjacent to a road and such.  For roads aside from our frontage we put up a trash fence with T-Stakes.  We also try to light this so people can see it at night.  We don\'t usually need a fence on other borders, but if neighbors stumble through our camp day and night we might.  The one year we felt we needed a fence we also went out of our way to make a passage between our camp and the next so the camp behind us would have easy access.  It wasn\'t hard -- we just chopped 10 feet of the side of our camp before we set it up and made sure our neighbors on the side didn\'t use that space.  We lit the path too.\n\nWe like having our shade structure and kitchen really close to our frontage so people feel welcome to come into our camp.  We like to have extra chairs ready for friends who drop by.  In years when we put our shade further inside our camp people had to intrude or risk being thought of as intruders in order to even find someone in our camp.\n\nWe place \"Private Area\" signs on all of our tents, cars and private structures on the camp. This makes it clear to anyone who cares which areas are private and which are not.  We do not expect privacy in our open shade structure right next to the road.\n\nWe use a Nose Fish Shower to capture our gray water.  We treat most of it with a combination of filtration and bleach.  Then we sprinkle it in camp.  I ask people to process and sprinkle at least as much gray water as they produce. If this is a problem for someone, they can trade that job with someone else if the wish.  Some people also just take their gray water home with them and dump it in a sewer: if you had room to bring the water, you should also be able to bring it home.\n\nWe have a role in our camp called \"LNT Guru\".  The person in that role makes sure our recycling is separated based on how we are able to process it, and that garbage is separate from burnables, etc.  That person\'s goal is to help the camp live up to our LNT commitment by enabling and encouraging it.\n\nWe use modified 1v domes as camp structures because they are easy to set up.  The floor and horizontal ceiling struts are full sticks of 3/4\" EMT - 10 feet long (they just don\'t get cut).  The 10 angled wall struts are cut to 8 and 1/2 feet and the five roof struts are cut to 9 feet.  This makes big triangular doors you can walk through without bending over.  Covering the sides is easy:  a series of rectangles for the walls works fine.  The roof is harder.  You can use two or three large 12x16 tarps to cover most of it.  Some people use tyvek or roadside advertisement sign vinyl where available.  We used the latter and while it works well, it is very heavy and exhausting to work with.  I like using the heavy-duty 12x16 tarps that can be purchased at CostCo in pairs for about $21 per pair.\n\nWe nail tarps into the playa under every dome and our kitchen structure.  We use Glavanized 60d nails that are at least 8 inches long, together with a 3/8\" fender washer (cheaper when purchased in boxes!).  We hammer these in through the grommet holes to keep the floor tarps down all week.  To remove them twist them a few times with a vice grips and either pull them out or use a claw hammer if needed to level them up. Floor tarps get folded up carefully and held closed with bungie cords so they don\'t spill their contents.  We clean them at home.\n\nI always bring a collection of tools and materials, fasteners, rope and spare parts and supplies for mission-critical components.  I bring extra fuses and the replacement ends to repair extension cords, and on and on.  I bring WD-40 and glues and tape.  I bring a hobby knife and spare blades, assorted wrenches and hand tools. I think about how things fail and what kinds of things I\'m willing to try to repair on the playa.  I bring a modest collection of tools -- what will fit in one toolbox, together with my electronics tools in another toolbox that I use for my camp\'s main service. I keep these tools in what we call our \"garage dome\" which is a 1v dome at the back of our camp.  A table there contains all the tools and materials and everyone in camp is welcome to use them.  I label all the expensive or important ones with our camp name and location.  They come back that way.\n\nBefore we leave I make sure I know approximately when people will arrive and I plan what work we might attempt each day.  Some work can\'t be done until someone arrives with their components, so I try to ensure they bring things we don\'t need until later.\n\nOnce we\'re on playa I try not to ask people to work in the middle of the day.  If the day is cool enough we might do some work, especially if it isn\'t strenuous.  Many people are uncomfortable or lack energy on the second and third day they are on the playa.  I try to encourage people to drink and rest and not to push themselves. My wife reminds me of the same things because I tend to want to work if I still have some energy.  But the first few days can be hard and exhausting just to get the initial camp infrastructure deployed.\n\nWe break our camp down on Saturday, the day the Man burns.  By the time the Man burns all of the camp\'s infrastructure has been broken down and loaded into two cargo vans.  Camp members are welcome to stay longer, but the camp closes Burn Night and there is no more fence, shower, kitchen, shade, garage dome or anything aside from people\'s personal tents, bikes and cars.  My wife and I leave the playa around 2am -- a few hours after the Man Burns.  By then we\'ve been on-playa for eleven days and we\'re ready to go home.\n\nWe have a camp Decompression event every year to talk about what worked and what didn\'t.   Sometimes they are not well attended because everyone is so busy when they return from the Playa, but we try to capture ideas while they are fresh in people\'s minds.\n\nI try to remember when I ask people to do things for the camp that everyone is a volunteer. I\'m not actually entitled to anyone\'s time or assistance for any particular thing.  They do have a general obligation to the camp to \"help\" but that doesn\'t mean they have to do what I say when I say it.  So, at most I try to make requests: never demands.\n\nI also try to say Yes whenever I can when people volunteer to do things.  Unless I really need their help some other way, and unless it will create an LNT problem, and unless it is a violation of our social contract with Burning Man or is dangerously illegal, then my answer is probably going to be Yes.\n\nBased on recent experiences, I think I will add to my list of things to do to monitor the progress of art projects run by camp members to provide feedback on when to scale back or even cease work and go off and enjoy Burning Man. People, especially on their first big art project, will take on ambitious goals and struggle in the desert to meet them.  I will often remind myself and others that nobody knows what it is supposed to look like. So, a project can be considered done at points other than just the form imagined by the artist. People can drive themselves to a point where they don\'t enjoy Burning Man at all, because of an obsession with a project.  I\'ve tried the hands-off approach.  It sucked for everyone involved.  I think I will try something else next time.\n\n ','Camp Organizer\'s Notes','','inherit','open','open','','224-autosave','','','2013-09-15 23:53:09','2013-09-15 23:53:09','',224,'http://nosefish.org/?p=232',0,'revision','',0),(233,1,'2013-09-15 23:29:05','2013-09-15 23:29:05','These are some ideas for camp organizers.  It is based on my experience running the Nose Fish theme camp at Burning Man for seven years.  So, it is obviously just my opinion.\r\n\r\nMy goal as camp organizer is to execute the camp\'s plans and leave no trace. Through the former I hope to help everyone in my camp fulfill our collective dream of providing a service and some art to our community.  We love what we do together.  It is still up to each camp member to plan and execute their own Burning Man experience.  Their first duty to the camp is to be able to take good care of themselves so they can give from whatever excess time and energy they have.\r\n\r\nIn fact, I neither plan nor organize the camp myself.  My wife contributes directly and indirectly and I would not be able to operate the camp without her.  In fact, she has been with me every single year I accepted any responsibility for a theme camp.  Our contribution is considered together -- together we operate the camp.\r\n\r\nOur camp has natural groups of 1, 2, 3 or more members.  We recently started calling them \"pods\".  Pods share responsibility and facilitate communication. They have a better chance of knowing the whereabouts and interests of other members of their pod.  And, they are free to divide the tasks of their own Burning Man experience any way they wish, without informing anyone else of how they achieve the pods\' goals.  Together they do and that is sufficient.\r\n\r\nMy camp uses a yahoo groups mailing list to reach each other.  I use primarily email to reach the camp, but I often try to speak with new camp members over the phone.\r\n\r\nI plan for 40% failure.  If I ask for help from five people, two won\'t show up, or won\'t be of much use.  If bring the capacity to do or affect something, such as heaters, cookers, coolers, sprayers, etc., I overestimate our need by 40%, or underestimate the effectiveness.\r\n\r\nI plan transparently using Google Spreadsheets. Using different sheets in a workbook I list all of the things we will need in order to execute our shared infrastructure as well as my own Burning Man experience.  I count things like sticks of rebar, tarps, and T-Stakes that will be needed.  I create a drawing of the camp as a Google Drawing and add lines where power cables will need to be dug.\r\n\r\nIn fact, things are usually different once we arrive on the playa.  The camp may be a different shape, or we may be adjacent to a road and such.  For roads aside from our frontage we put up a trash fence with T-Stakes.  We also try to light this so people can see it at night.  We don\'t usually need a fence on other borders, but if neighbors stumble through our camp day and night we might.  The one year we felt we needed a fence we also went out of our way to make a passage between our camp and the next so the camp behind us would have easy access.  It wasn\'t hard -- we just chopped 10 feet of the side of our camp before we set it up and made sure our neighbors on the side didn\'t use that space.  We lit the path too.\r\n\r\nWe like having our shade structure and kitchen really close to our frontage so people feel welcome to come into our camp.  We like to have extra chairs ready for friends who drop by.  In years when we put our shade further inside our camp people had to intrude or risk being thought of as intruders in order to even find someone in our camp.\r\n\r\nWe place \"Private Area\" signs on all of our tents, cars and private structures on the camp. This makes it clear to anyone who cares which areas are private and which are not.  We do not expect privacy in our open shade structure right next to the road.\r\n\r\nWe use a Nose Fish Shower to capture our gray water.  We treat most of it with a combination of filtration and bleach.  Then we sprinkle it in camp.  I ask people to process and sprinkle at least as much gray water as they produce. If this is a problem for someone, they can trade that job with someone else if the wish.  Some people also just take their gray water home with them and dump it in a sewer: if you had room to bring the water, you should also be able to bring it home.\r\n\r\nWe have a role in our camp called \"LNT Guru\".  The person in that role makes sure our recycling is separated based on how we are able to process it, and that garbage is separate from burnables, etc.  That person\'s goal is to help the camp live up to our LNT commitment by enabling and encouraging it.\r\n\r\nWe use modified 1v domes as camp structures because they are easy to set up.  The floor and horizontal ceiling struts are full sticks of 3/4\" EMT - 10 feet long (they just don\'t get cut).  The 10 angled wall struts are cut to 8 and 1/2 feet and the five roof struts are cut to 9 feet.  This makes big triangular doors you can walk through without bending over.  Covering the sides is easy:  a series of rectangles for the walls works fine.  The roof is harder.  You can use two or three large 12x16 tarps to cover most of it.  Some people use tyvek or roadside advertisement sign vinyl where available.  We used the latter and while it works well, it is very heavy and exhausting to work with.  I like using the heavy-duty 12x16 tarps that can be purchased at CostCo in pairs for about $21 per pair.\r\n\r\nWe nail tarps into the playa under every dome and our kitchen structure.  We use Glavanized 60d nails that are at least 8 inches long, together with a 3/8\" fender washer (cheaper when purchased in boxes!).  We hammer these in through the grommet holes to keep the floor tarps down all week.  To remove them twist them a few times with a vice grips and either pull them out or use a claw hammer if needed to level them up. Floor tarps get folded up carefully and held closed with bungie cords so they don\'t spill their contents.  We clean them at home.\r\n\r\nI always bring a collection of tools and materials, fasteners, rope and spare parts and supplies for mission-critical components.  I bring extra fuses and the replacement ends to repair extension cords, and on and on.  I bring WD-40 and glues and tape.  I bring a hobby knife and spare blades, assorted wrenches and hand tools. I think about how things fail and what kinds of things I\'m willing to try to repair on the playa.  I bring a modest collection of tools -- what will fit in one toolbox, together with my electronics tools in another toolbox that I use for my camp\'s main service. I keep these tools in what we call our \"garage dome\" which is a 1v dome at the back of our camp.  A table there contains all the tools and materials and everyone in camp is welcome to use them.  I label all the expensive or important ones with our camp name and location.  They come back that way.\r\n\r\nBefore we leave I make sure I know approximately when people will arrive and I plan what work we might attempt each day.  Some work can\'t be done until someone arrives with their components, so I try to ensure they bring things we don\'t need until later.\r\n\r\nOnce we\'re on playa I try not to ask people to work in the middle of the day.  If the day is cool enough we might do some work, especially if it isn\'t strenuous.  Many people are uncomfortable or lack energy on the second and third day they are on the playa.  I try to encourage people to drink and rest and not to push themselves. My wife reminds me of the same things because I tend to want to work if I still have some energy.  But the first few days can be hard and exhausting just to get the initial camp infrastructure deployed.\r\n\r\nWe break our camp down on Saturday, the day the Man burns.  By the time the Man burns all of the camp\'s infrastructure has been broken down and loaded into two cargo vans.  Camp members are welcome to stay longer, but the camp closes Burn Night and there is no more fence, shower, kitchen, shade, garage dome or anything aside from people\'s personal tents, bikes and cars.  My wife and I leave the playa around 2am -- a few hours after the Man Burns.  By then we\'ve been on-playa for eleven days and we\'re ready to go home.\r\n\r\nWe have a camp Decompression event every year to talk about what worked and what didn\'t.   Sometimes they are not well attended because everyone is so busy when they return from the Playa, but we try to capture ideas while they are fresh in people\'s minds.\r\n\r\nI try to remember when I ask people to do things for the camp that everyone is a volunteer. I\'m not actually entitled to anyone\'s time or assistance for any particular thing.  They do have a general obligation to the camp to \"help\" but that doesn\'t mean they have to do what I say when I say it.  So, at most I try to make requests: never demands.\r\n\r\nI also try to say Yes whenever I can when people volunteer to do things.  Unless I really need their help some other way, and unless it will create an LNT problem, and unless it is a violation of our social contract with Burning Man or is dangerously illegal, then my answer is probably going to be Yes.\r\n\r\nBased on recent experiences, I think I will add to my list of things to do to monitor the progress of art projects run by camp members to provide feedback on when to scale back or even cease work and go off and enjoy Burning Man. People, especially on their first big art project, will take on ambitious goals and struggle in the desert to meet them.  I will often remind myself and others that nobody knows what it is supposed to look like. So, a project can be considered done at points other than just the form imagined by the artist. People can drive themselves to a point where they don\'t enjoy Burning Man at all, because of an obsession with a project.  I\'ve tried the hands-off approach.  It sucked for everyone involved.  I think I will try something else next time.\r\n\r\n ','Camp Organizer\'s Notes','','inherit','open','open','','224-revision-8','','','2013-09-15 23:29:05','2013-09-15 23:29:05','',224,'http://nosefish.org/?p=233',0,'revision','',0),(238,11,'2014-08-06 12:11:28','2014-08-06 12:11:28','Nose Fish will again provide multiple activities as in past years. By day we will be serving coffee to the City’s early risers (Tues-Friday – served Playa-time). Our coffee service is an interactive experience whereby caffeinate-ees are greeted by our own camp coffee greeter who helps each drinker uses our materials to create a piece of recyclable artistic “currency” for their coffee.\r\n\r\nFrom 3-5 in the afternoon Tues-Thurs, we will provide costume and vehicle EL wire repair clinic. For many years, we’ve helped get their costume art working. We can provide a wide range of advice on matters electronic and mechanical.\r\n\r\nAt night, we’ll run the interactive MEZ – Experience yourself transformed into an eerie surreal rendering of space, time, and color in our MEZ Video Mirror.\r\n\r\nYou can find us this year at 6:00 and Rod\'s Road, remember to bring your own cup!','Nosefish 2014 giving coffee and light!','','publish','open','open','','nosefish-2014-giving-coffee-and-light','','','2014-08-06 12:12:27','2014-08-06 12:12:27','',0,'http://nosefish.org/?p=238',0,'post','',0),(240,11,'2014-08-06 12:11:28','2014-08-06 12:11:28','Nose Fish will again provide multiple activities as in past years. By day we will be serving coffee to the City’s early risers (Tues-Friday – served Playa-time). Our coffee service is an interactive experience whereby caffeinate-ees are greeted by our own camp coffee greeter who helps each drinker uses our materials to create a piece of recyclable artistic “currency” for their coffee.\r\n \r\nFrom 3-5 in the afternoon, we will provide costume and vehicle EL wire repair clinic. For many years, we’ve helped get their costume art working. We can provide a wide range of advice on matters electronic and mechanical.\r\n \r\nAt night, we’ll run the interactive MEZ – Experience yourself transformed into an eerie surreal rendering of space, time, and color in our MEZ Video Mirror. \r\n\r\nYou can find us this year at 6:00 and Rod\'s Road, remember to bring your own cup!','Nosefish 2014 giving coffee and light!','','inherit','open','open','','238-revision','','','2014-08-06 12:11:28','2014-08-06 12:11:28','',238,'http://nosefish.org/?p=240',0,'revision','',0),(242,11,'2012-04-10 18:20:18','2012-04-10 18:20:18','Camp Nose Fish is thrilled to be returning to Black Rock City in 2012! Once again we are offering EL wire repair during the day to help keep the participants of the city and their projects safe and visible after dark.  Also, we\'ll be bringing back by popular demand nightly quesadilla service, to provide weary citizens with some salty cheesy goodness to nourish their bodies and souls.\r\n\r\nAlso Camp Nose Fish will continue to bring quality art projects to the playa with the return of the MEZ screen as well as new projects to delight all.  Stay tuned to this space for more details!','Nosefish 2012 - Great things to come!','','inherit','open','open','','98-revision-4','','','2012-04-10 18:20:18','2012-04-10 18:20:18','',98,'http://nosefish.org/?p=242',0,'revision','',0); /*!40000 ALTER TABLE `wpnf_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpnf_term_relationships` -- DROP TABLE IF EXISTS `wpnf_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpnf_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpnf_term_relationships` -- LOCK TABLES `wpnf_term_relationships` WRITE; /*!40000 ALTER TABLE `wpnf_term_relationships` DISABLE KEYS */; INSERT INTO `wpnf_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(25,3,0),(26,3,0),(28,3,0),(27,3,0),(1,8,0),(98,1,0),(123,1,0),(164,1,0),(216,1,0),(238,1,0); /*!40000 ALTER TABLE `wpnf_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpnf_term_taxonomy` -- DROP TABLE IF EXISTS `wpnf_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpnf_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=11 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpnf_term_taxonomy` -- LOCK TABLES `wpnf_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wpnf_term_taxonomy` DISABLE KEYS */; INSERT INTO `wpnf_term_taxonomy` VALUES (1,1,'category','',0,5),(2,2,'link_category','',0,7),(3,3,'nav_menu','',0,4),(4,4,'category','This is the top level of the EL Wire Category Hierarchy. If you can pick a more specific category it will help people find your comments and help keep related comments together.',0,0),(5,5,'category','This category is for comments related to the EL Wire Service itself -- the service we provide on the playa.',4,0),(6,6,'category','This category is for discussing tips and tricks for using and repairing EL Wire, drivers, art using EL Wire, etc.',4,0),(7,7,'category','Anything and everything related to Camp Nose Fish\'s renowned Quesadilla Service!',0,0),(8,8,'category','Anything related to Camp Nosefish itself.',0,1),(9,9,'category','Anything and everything related to the nosefish shower.',0,0),(10,10,'category','Anything and everything related to the nosefish dome deck.',0,0); /*!40000 ALTER TABLE `wpnf_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpnf_terms` -- DROP TABLE IF EXISTS `wpnf_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpnf_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=11 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpnf_terms` -- LOCK TABLES `wpnf_terms` WRITE; /*!40000 ALTER TABLE `wpnf_terms` DISABLE KEYS */; INSERT INTO `wpnf_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'EL Wire Service','el-wire-service',0),(4,'EL Wire','elwire',0),(5,'EL Wire Service Suggestions','elwireservice',0),(6,'EL Wire Tips','elwiretips',0),(7,'Quesadillas!','quesadillas',0),(8,'Camp Nose Fish','nosefish',0),(9,'Nosefish Shower','shower',0),(10,'Nosefish Domedeck','domedeck',0); /*!40000 ALTER TABLE `wpnf_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpnf_usermeta` -- DROP TABLE IF EXISTS `wpnf_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpnf_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=283 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpnf_usermeta` -- LOCK TABLES `wpnf_usermeta` WRITE; /*!40000 ALTER TABLE `wpnf_usermeta` DISABLE KEYS */; INSERT INTO `wpnf_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','hoco'),(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'),(11,1,'aim',''),(12,1,'yim',''),(13,1,'jabber',''),(14,1,'wpnf_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(15,1,'wpnf_user_level','10'),(16,1,'wpnf_dashboard_quick_press_last_post_id','237'),(17,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:172:\"dashboard_right_now,dashboard_recent_comments,dashboard_incoming_links,dashboard_plugins,dashboard_quick_press,dashboard_recent_drafts,dashboard_primary,dashboard_secondary\";s:4:\"side\";s:0:\"\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(18,1,'screen_layout_dashboard','1'),(19,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(20,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(21,1,'wpnf_user-settings','m5=o&m9=o&wplink=1&imgsize=full&m6=o'),(22,1,'wpnf_user-settings-time','1329509565'),(23,1,'nav_menu_recently_edited','3'),(24,2,'first_name','Andrea'),(25,2,'last_name',''),(26,2,'nickname','andrea'),(27,2,'description',''),(28,2,'rich_editing','true'),(29,2,'comment_shortcuts','false'),(30,2,'admin_color','fresh'),(31,2,'use_ssl','0'),(32,2,'show_admin_bar_front','true'),(34,2,'aim',''),(35,2,'yim',''),(36,2,'jabber',''),(37,2,'wpnf_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(38,2,'wpnf_user_level','10'),(39,3,'first_name','Alex'),(40,3,'last_name',''),(41,3,'nickname','alex'),(42,3,'description',''),(43,3,'rich_editing','true'),(44,3,'comment_shortcuts','false'),(45,3,'admin_color','fresh'),(46,3,'use_ssl','0'),(47,3,'show_admin_bar_front','true'),(49,3,'aim',''),(50,3,'yim',''),(51,3,'jabber',''),(52,3,'wpnf_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(53,3,'wpnf_user_level','1'),(54,4,'first_name','Beth'),(55,4,'last_name',''),(56,4,'nickname','beth'),(57,4,'description',''),(58,4,'rich_editing','true'),(59,4,'comment_shortcuts','false'),(60,4,'admin_color','fresh'),(61,4,'use_ssl','0'),(62,4,'show_admin_bar_front','true'),(64,4,'aim',''),(65,4,'yim',''),(66,4,'jabber',''),(67,4,'wpnf_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(68,4,'wpnf_user_level','1'),(69,5,'first_name','Chris'),(70,5,'last_name',''),(71,5,'nickname','chris'),(72,5,'description',''),(73,5,'rich_editing','true'),(74,5,'comment_shortcuts','false'),(75,5,'admin_color','fresh'),(76,5,'use_ssl','0'),(77,5,'show_admin_bar_front','true'),(79,5,'aim',''),(80,5,'yim',''),(81,5,'jabber',''),(82,5,'wpnf_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(83,5,'wpnf_user_level','1'),(84,6,'first_name','Christopher'),(85,6,'last_name',''),(86,6,'nickname','christopher'),(87,6,'description',''),(88,6,'rich_editing','true'),(89,6,'comment_shortcuts','false'),(90,6,'admin_color','fresh'),(91,6,'use_ssl','0'),(92,6,'show_admin_bar_front','true'),(94,6,'aim',''),(95,6,'yim',''),(96,6,'jabber',''),(97,6,'wpnf_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(98,6,'wpnf_user_level','1'),(99,7,'first_name','Franziska'),(100,7,'last_name',''),(101,7,'nickname','franco'),(102,7,'description',''),(103,7,'rich_editing','true'),(104,7,'comment_shortcuts','false'),(105,7,'admin_color','fresh'),(106,7,'use_ssl','0'),(107,7,'show_admin_bar_front','true'),(109,7,'aim',''),(110,7,'yim',''),(111,7,'jabber',''),(112,7,'wpnf_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(113,7,'wpnf_user_level','1'),(114,8,'first_name',''),(115,8,'last_name',''),(116,8,'nickname','ellyn'),(117,8,'description',''),(118,8,'rich_editing','true'),(119,8,'comment_shortcuts','false'),(120,8,'admin_color','fresh'),(121,8,'use_ssl','0'),(122,8,'show_admin_bar_front','true'),(124,8,'aim',''),(125,8,'yim',''),(126,8,'jabber',''),(127,8,'wpnf_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(128,8,'wpnf_user_level','10'),(129,9,'first_name','Michael'),(130,9,'last_name',''),(131,9,'nickname','mike'),(132,9,'description',''),(133,9,'rich_editing','true'),(134,9,'comment_shortcuts','false'),(135,9,'admin_color','fresh'),(136,9,'use_ssl','0'),(137,9,'show_admin_bar_front','true'),(139,9,'aim',''),(140,9,'yim',''),(141,9,'jabber',''),(142,9,'wpnf_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(143,9,'wpnf_user_level','1'),(144,10,'first_name','Greg'),(145,10,'last_name',''),(146,10,'nickname','greg'),(147,10,'description',''),(148,10,'rich_editing','true'),(149,10,'comment_shortcuts','false'),(150,10,'admin_color','fresh'),(151,10,'use_ssl','0'),(152,10,'show_admin_bar_front','true'),(154,10,'aim',''),(155,10,'yim',''),(156,10,'jabber',''),(157,10,'wpnf_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(158,10,'wpnf_user_level','1'),(159,11,'first_name','Laura'),(160,11,'last_name',''),(161,11,'nickname','laura'),(162,11,'description',''),(163,11,'rich_editing','true'),(164,11,'comment_shortcuts','false'),(165,11,'admin_color','fresh'),(166,11,'use_ssl','0'),(167,11,'show_admin_bar_front','true'),(169,11,'aim',''),(170,11,'yim',''),(171,11,'jabber',''),(172,11,'wpnf_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(173,11,'wpnf_user_level','10'),(174,12,'first_name','LauraR'),(175,12,'last_name',''),(176,12,'nickname','laurar'),(177,12,'description',''),(178,12,'rich_editing','true'),(179,12,'comment_shortcuts','false'),(180,12,'admin_color','fresh'),(181,12,'use_ssl','0'),(182,12,'show_admin_bar_front','true'),(184,12,'aim',''),(185,12,'yim',''),(186,12,'jabber',''),(187,12,'wpnf_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(188,12,'wpnf_user_level','1'),(189,13,'first_name','Paul'),(190,13,'last_name',''),(191,13,'nickname','paul'),(192,13,'description',''),(193,13,'rich_editing','true'),(194,13,'comment_shortcuts','false'),(195,13,'admin_color','fresh'),(196,13,'use_ssl','0'),(197,13,'show_admin_bar_front','true'),(199,13,'aim',''),(200,13,'yim',''),(201,13,'jabber',''),(202,13,'wpnf_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(203,13,'wpnf_user_level','1'),(204,14,'first_name','Ron'),(205,14,'last_name',''),(206,14,'nickname','ron'),(207,14,'description',''),(208,14,'rich_editing','true'),(209,14,'comment_shortcuts','false'),(210,14,'admin_color','fresh'),(211,14,'use_ssl','0'),(212,14,'show_admin_bar_front','true'),(214,14,'aim',''),(215,14,'yim',''),(216,14,'jabber',''),(217,14,'wpnf_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(218,14,'wpnf_user_level','1'),(219,15,'first_name','Erin'),(220,15,'last_name',''),(221,15,'nickname','Wrench Wench'),(222,15,'description',''),(223,15,'rich_editing','true'),(224,15,'comment_shortcuts','false'),(225,15,'admin_color','fresh'),(226,15,'use_ssl','0'),(227,15,'show_admin_bar_front','true'),(229,15,'aim',''),(230,15,'yim',''),(231,15,'jabber',''),(232,15,'wpnf_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(233,15,'wpnf_user_level','10'),(234,16,'first_name','Sparkle Pony Wannabe'),(235,16,'last_name',''),(236,16,'nickname','steve'),(237,16,'description',''),(238,16,'rich_editing','true'),(239,16,'comment_shortcuts','false'),(240,16,'admin_color','fresh'),(241,16,'use_ssl','0'),(242,16,'show_admin_bar_front','true'),(244,16,'aim',''),(245,16,'yim',''),(246,16,'jabber',''),(247,16,'wpnf_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(248,16,'wpnf_user_level','1'),(249,17,'first_name','Tom'),(250,17,'last_name',''),(251,17,'nickname','tom'),(252,17,'description',''),(253,17,'rich_editing','true'),(254,17,'comment_shortcuts','false'),(255,17,'admin_color','fresh'),(256,17,'use_ssl','0'),(257,17,'show_admin_bar_front','true'),(270,11,'dismissed_wp_pointers','wp330_media_uploader,wp330_toolbar,wp350_media,wp340_customize_current_theme_link,wp340_choose_image_from_library'),(259,17,'aim',''),(260,17,'yim',''),(261,17,'jabber',''),(262,17,'wpnf_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(263,17,'wpnf_user_level','1'),(264,7,'wpnf_dashboard_quick_press_last_post_id','236'),(265,17,'wpnf_dashboard_quick_press_last_post_id','55'),(266,2,'wpnf_dashboard_quick_press_last_post_id','56'),(267,15,'wpnf_dashboard_quick_press_last_post_id','57'),(268,14,'wpnf_dashboard_quick_press_last_post_id','58'),(269,11,'wpnf_dashboard_quick_press_last_post_id','241'),(271,11,'wpnf_user-settings','imgsize=full&hidetb=1&libraryContent=browse&wplink=1&editor=tinymce'),(272,11,'wpnf_user-settings-time','1371074280'),(273,11,'nav_menu_recently_edited','3'),(274,11,'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\";}'),(275,11,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(276,6,'wpnf_dashboard_quick_press_last_post_id','121'),(277,6,'dismissed_wp_pointers','wp330_toolbar'),(278,1,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp350_media'),(279,1,'closedpostboxes_page','a:0:{}'),(280,1,'metaboxhidden_page','a:6:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";i:5;s:12:\"revisionsdiv\";}'),(281,11,'closedpostboxes_post','a:0:{}'),(282,11,'metaboxhidden_post','a:7:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";i:6;s:12:\"revisionsdiv\";}'); /*!40000 ALTER TABLE `wpnf_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpnf_users` -- DROP TABLE IF EXISTS `wpnf_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpnf_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=18 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpnf_users` -- LOCK TABLES `wpnf_users` WRITE; /*!40000 ALTER TABLE `wpnf_users` DISABLE KEYS */; INSERT INTO `wpnf_users` VALUES (1,'hoco','$P$BFTXbgTM7WoIIjDpPk4s13z0XgHdOW1','hoco','hoco@timefold.com','','2011-09-18 01:23:07','fFi7RRxnJhLCiGS9KEne',0,'hoco'),(2,'andrea','$P$B/EaQOkOpmNNjU5LzuL9b6/rnQCpJp1','andrea','aaquitaine@yahoo.com','','2011-09-18 04:10:23','',0,'andrea'),(3,'alex','$P$BhFi/wVAF7gOmk5g5szqvvuFBCfQhX1','alex','azosuls@gmail.com','','2011-09-18 04:11:08','qM03voqPgNDQzlYQnro1',0,'alex'),(4,'beth','$P$BtG4359W4OfleclGBjH84TSpcebUSN.','beth','bethdawson@gmail.com','','2011-09-18 04:13:13','oXbkwVZCHHpWGWBoq6iE',0,'beth'),(5,'chris','$P$BsnfnSAXhrF//K7NJNxRu/wfxqAoWm1','chris','chris@pirazzi.net','','2011-09-18 04:16:05','rztPVhAZ9zaM9UR3cWQY',0,'chris'),(6,'christopher','$P$B8PPPEq7If5G6KKR3KulGjomx9d0Ur0','christopher','christopherraff@yahoo.com','','2011-09-18 04:16:58','',0,'christopher'),(7,'franco','$P$B9.chobw.6Pf54xLkRTzS7LtGiZfIA.','franco','d_a_t_a_p_o_i_n_t@yahoo.com','','2011-09-18 04:17:48','',0,'franco'),(8,'ellyn','$P$Bi1dHxfw26m9ncMU91WL/rhcErRSfK/','ellyn','ellynbush@earthlink.net','','2011-09-18 04:18:27','eMBNinCPb4nSGDfPL3A3',0,'ellyn'),(9,'mike','$P$BBJ2BNRucvizNp.DQ1XHKyBOZrJERl.','mike','gorillatrainer@hotmail.com','','2011-09-18 04:19:13','wBaBmd4UYR0G7MRllJB0',0,'mike'),(10,'greg','$P$BQuD7yXeBe4mRtwERfEomkzALmhNWa/','greg','grwster@gmail.com','','2011-09-18 04:19:55','',0,'greg'),(11,'laura','$P$BW96HvSDhCRj5wOFJlIbozt53EItOa0','laura','laszy77@hotmail.com','','2011-09-18 04:20:41','',0,'laura'),(12,'laurar','$P$BuXzxFyfJfMXHOdEv4OzTWe2sQCGbf.','laurar','laura.rupprecht@gmail.com','','2011-09-18 04:22:15','sRiOCu9CeBYloBaPuK30',0,'laurar'),(13,'paul','$P$BN.zt/jVsDgvBloEah2PMKTrttnHaO/','paul','plane@ufl.edu','','2011-09-18 04:22:56','1SPQaRrL9NzkSo10II2H',0,'paul'),(14,'ron','$P$Bu.xWCMBsVNe9V9k0uWTtRQ5PDp/7S/','ron','ronmaui@yahoo.com','','2011-09-18 04:23:35','',0,'ron'),(15,'sparkle','$P$BHrlHvFmVCY23etUHktIgA6H0PEX080','sparkle','sparkle@jorah.org','','2011-09-18 04:24:28','',0,'Wrench Wench'),(16,'steve','$P$BoKZlDlXmIR5/GgdWea/X3K6KzNn4.0','steve','stevetuckerr@gmail.com','','2011-09-18 04:25:26','afE10EhuNbdwh3nEjzZX',0,'steve'),(17,'tom','$P$Byb7fLVjfTDS1VTcjBX5yOwNf6V54X/','tom','tomrdavis@earthlink.net','','2011-09-18 04:26:20','',0,'tom'); /*!40000 ALTER TABLE `wpnf_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'db383263170' -- /*!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 2015-01-31 15:06:34