-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
985 lines (984 loc) · 20.7 KB
/
pages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
{
"properties": {
},
"items": [
{
"label": "101 Ways to Make Cool Maps"
},
{
"label": "2 for 1 - Neighborhoods Online and Social Advocacy via Twitter"
},
{
"label": "3D Printing on a Makerbot"
},
{
"label": "410 Gone: A Discussion of Burnout, Depression, and Finding Happiness in the Technical World"
},
{
"label": "5 Crippling Habits That Kill Your Productivity (And the Tools to Fix It)"
},
{
"label": "7 Deadly Sins of Startup Marketing"
},
{
"label": "A Bootstrapper's Guide to the Startup Universe"
},
{
"label": "A Country Club For Tech"
},
{
"label": "A Highly Kinetic, Semi Dangerous Exposition"
},
{
"label": "A look around the corner: How permission-based marketing, data-alignment, and RFID will shape the future of commerce."
},
{
"label": "AJAX (MinneDemo 1)"
},
{
"label": "Ad hoc Processing data visualization session"
},
{
"label": "Agile Design (MinneBar 1)"
},
{
"label": "Algorithms and Refutations"
},
{
"label": "An Introduction to Groovy and Grails: or, How I learned that I could save my knowledge without losing my mind"
},
{
"label": "An Introduction to HTML5"
},
{
"label": "Ancient UNIX Tools You Should be Using but Probably Aren't"
},
{
"label": "Android * What is that robot up to?"
},
{
"label": "Android: Google's Software Stack for Mobile Devices"
},
{
"label": "Assholes Are Killing Your Project"
},
{
"label": "Asynchronous Social Pythoning"
},
{
"label": "Automating Infrastructure with Opscode Chef"
},
{
"label": "Ban Helvetica * Or Why Ignoring Web Safe Fonts Makes Your Website Better"
},
{
"label": "Ban Helvetica Part 2: How to Pair Fonts"
},
{
"label": "Beyond DevOps: User-Centered IT"
},
{
"label": "Beyond coffee, cigarettes, and the morning paper: Building hyperlocal news systems & engaging community"
},
{
"label": "Black Swans: GME-2 and Orbo"
},
{
"label": "Blogging for Benjamins: How To Turn Your Topical Blog Into Cash"
},
{
"label": "Bootstrapping your Tech Start-up: Building a Company the Old Fashion Way"
},
{
"label": "Bowling for Marketshare--How to Grow Your Startup by Narrowing Its Focus"
},
{
"label": "Brain-computer Interfaces: Hacking Wetware"
},
{
"label": "BrandCamp @ BarCamp: Bootstrapping Your Brand"
},
{
"label": "Brewing Technology"
},
{
"label": "Building Synthetic Worlds"
},
{
"label": "Building The Tech Community You Want to See"
},
{
"label": "Building Web Apps Discussion"
},
{
"label": "Building a File System From Scratch"
},
{
"label": "Bulletproof WordPress"
},
{
"label": "Business Apps for the Corporate Environment"
},
{
"label": "Business Idea Speed Dating 2.0"
},
{
"label": "Business Idea Speed Dating: Idea Guys versus Geeks versus Entrepreneurs"
},
{
"label": "CSS frameworks when and why to use them"
},
{
"label": "Citizen Journalism (MinneBar 1)"
},
{
"label": "Clojure for Newbs: An Introduction"
},
{
"label": "Collaboration 2.0"
},
{
"label": "Collaborative Multi-Touch Books for the iPad"
},
{
"label": "Color Theory & Consumption: A Matter of Life & Death?"
},
{
"label": "Color Theory: Hot-Neutral-Anchor"
},
{
"label": "Communication For Geeks:How to Influence Your Boss, Your Customers, And Your Team"
},
{
"label": "Consulting for fun and profit"
},
{
"label": "Content is a Banquet: Trends, Tactics, Tools"
},
{
"label": "Coworking (MinneBar 2)"
},
{
"label": "Creating Crackberry Apps That ''Don't'' Suck : How To and What's New in Waterloo"
},
{
"label": "Creating an Early Stage Fund - Group Discussion"
},
{
"label": "Creating products that inspire passionate users"
},
{
"label": "CrowdSourcing Platforms: What Works, What Doesn't?"
},
{
"label": "Crowdfunding: Fact or Crap?"
},
{
"label": "Cucumbers for UX Designers"
},
{
"label": "Curation FTW"
},
{
"label": "DJ Edna and Django: Software For The Rockstar's Geek Friend"
},
{
"label": "Data mining: what is it good for?"
},
{
"label": "Deploy Web Apps Automatically with GitHub & AWS"
},
{
"label": "Design + Dev + QA + Ops ="
},
{
"label": "Design 2.0: What's a web designer to do?"
},
{
"label": "Design Coding Panel Discussion"
},
{
"label": "Designing for Use"
},
{
"label": "Developing an Android RESTful Client App"
},
{
"label": "Discovering Scala"
},
{
"label": "Discussion: Tech and Process to Build Kickass Web Dev Teams"
},
{
"label": "Disintermediation"
},
{
"label": "Distributed Teamwork: How to succeed with a team you never see"
},
{
"label": "Do Not Track: Remarketers, Tracking Bugs, and Online Privacy"
},
{
"label": "Does the world need more storage?"
},
{
"label": "Dojo Javascript Toolkit"
},
{
"label": "Drupal Experiments"
},
{
"label": "Drupal and Your Application Database - A LoveHate Relationship"
},
{
"label": "Emerging Technology in Social Computing"
},
{
"label": "Enterprise Information Mashups: Web 2.0 + SOA +Data Visulization"
},
{
"label": "Enterprise Management for the Mac OS"
},
{
"label": "Every HTTP Status Code"
},
{
"label": "Experiences with Google App Engine"
},
{
"label": "Facebook: Fan Pages versus Tabs versus Apps"
},
{
"label": "Farmsourcing Rails: or How I Stopped Worrying and Love the Enterprise"
},
{
"label": "Faust: Flash Augmenting Standards"
},
{
"label": "Fight's On: An Introduction to Distributed Interactive Simulation"
},
{
"label": "FireSeed Streaming Supercomputer"
},
{
"label": "Five Marketing Points to Tackle BEFORE You Start Coding"
},
{
"label": "Flex (MinneBar 2)"
},
{
"label": "Founder Speed Dating"
},
{
"label": "From Open Source to Open Space: The Growth of Coworking and Collaboration Spaces in Minnesota and Across the Globe"
},
{
"label": "From idea to deployment: How I built a web app while riding to work on the bus"
},
{
"label": "Functional Languages and Agile Development"
},
{
"label": "Fund Raising using social media"
},
{
"label": "Funding a startup: a discussion of three approaches"
},
{
"label": "Fundraising from Minnesota"
},
{
"label": "Fundraising in Minnesota"
},
{
"label": "GTD for Startups"
},
{
"label": "Game Development with XNA"
},
{
"label": "Gearman: A Job Server to Scale"
},
{
"label": "Geeks Connecting Neighbors - BeNeighbors.org Tech Input Session"
},
{
"label": "Gentoo Linux, or Why in the World You Should Compile Everything"
},
{
"label": "Get Connected: Resource Map Your Way to Success"
},
{
"label": "Get More From Your Data"
},
{
"label": "Getting Started with jQuery Mobile"
},
{
"label": "Getting started with CSS3"
},
{
"label": "Getting started with iPhone & iPad Development"
},
{
"label": "Getting to know BuddyPress"
},
{
"label": "Global Robotics Innovation Park"
},
{
"label": "Going Social: Discovering Enterprise Social Media Touch Points"
},
{
"label": "Google Map API, Web 2.0 Technology, and Renewable Energy"
},
{
"label": "Google Page Speed Upgrades - Optimizing Website Downloads with a Simple Plugin"
},
{
"label": "Government and Civic Engagement"
},
{
"label": "Growing Pains: Life of a Tech Startup"
},
{
"label": "Growing Your iPhone and iPad App Business"
},
{
"label": "Growing communities of practice"
},
{
"label": "HTML5, CSS3, & Mobile: Responsive Design"
},
{
"label": "HTML5: The Coming Sea-change. Are You Ready?"
},
{
"label": "Hey Startups, Ask an Ad Agency (and Vice Versa)"
},
{
"label": "High-Performance GPU Computing on the iPad"
},
{
"label": "How Can Minnesota be Better?"
},
{
"label": "How I Learned to Stop Worrying and Love Localization (in CakePHP)"
},
{
"label": "How a Continuous Integration Server changes your team"
},
{
"label": "How to Fireproof Your Career and Chortle at Recession Worries"
},
{
"label": "How to Get a Job at a Major Software Company Even Though You're not a Geek or a Nerd"
},
{
"label": "How to Measure P&L When Your Price is Free"
},
{
"label": "How to Raise Investment for Your Startup, Guaranteed"
},
{
"label": "How to Run a Startup Like Genghis Khan"
},
{
"label": "How to Start a Company Based on U of M Technology"
},
{
"label": "I Blog, You Blog, Weblog. Why?"
},
{
"label": "I Think I Want to Be a Startup"
},
{
"label": "I Yam What I Am"
},
{
"label": "I'm a guru, not a god: A Tao of System Architecture"
},
{
"label": "IOS Development for the Beginner"
},
{
"label": "IP: Your Super Secret Weapon Against the Evil Competition"
},
{
"label": "IPhone and Mobile Development * Current Strategies"
},
{
"label": "Ill with a keyboard. Sick with a mouse."
},
{
"label": "Immersive Environments:More Than a Game"
},
{
"label": "Improving the Performance and Stability of your iOS App"
},
{
"label": "Innovation in a Convergent World"
},
{
"label": "Integrating with and building social networks"
},
{
"label": "Intellectual Property Tips for Entrepreneurs (Or, Wishing we knew then what we know now!)"
},
{
"label": "Intro to Drupal"
},
{
"label": "Intro to Git: What's the big deal?"
},
{
"label": "Intro to iPhone Development"
},
{
"label": "Intro to iPhone Game Development"
},
{
"label": "Introduction to Android Development for Startups"
},
{
"label": "Introduction to Satchmo"
},
{
"label": "Introduction to TYPOlight - feature rich, accessible, Open Source CMS"
},
{
"label": "Introduction to natural language processing"
},
{
"label": "Is a community for Designers and Developers possible?"
},
{
"label": "Is that a Hospital in your Pocket?"
},
{
"label": "JQuery Talk"
},
{
"label": "JRuby: A Free-form Q/A and Demo Session"
},
{
"label": "JVM Bytecode for Dummies"
},
{
"label": "JavaScript: WTF is \"this\"?"
},
{
"label": "Job Search = SUCKS: 12 Tips To Make The Process Less Painful"
},
{
"label": "Legal Implications of Limewire on File-Sharing Business Models"
},
{
"label": "Lessons on Recruiting Open Source Contributors from the Google Summer of Code"
},
{
"label": "Leveraging Cloud Hosting: Principles & Profits"
},
{
"label": "Leveraging Zend Framework for Sending Push Notifications"
},
{
"label": "Lightning Talks & Demos"
},
{
"label": "Lightning Talks (MinneBar 3)"
},
{
"label": "Local \"Indie\" Video Game Development"
},
{
"label": "Making Music Like a Nerd"
},
{
"label": "Making Music Like a Nerd II"
},
{
"label": "Malvertising, Black-hat SEO, Phishing"
},
{
"label": "Managing Your IT Career: Part III"
},
{
"label": "Managing Your IT Career: Part IV"
},
{
"label": "Managing your social media with Clove. Get an introduction to building on our SDK"
},
{
"label": "Mapping Your World With OpenStreetMap"
},
{
"label": "Marketing Your Technology Startup"
},
{
"label": "Marketing via Social Media"
},
{
"label": "Me, You and EC2"
},
{
"label": "Memcached and MySQL Sitting in a Tree"
},
{
"label": "Merb 1.0: Ruby on Rails that Scales"
},
{
"label": "Metaprogramming in Groovy"
},
{
"label": "Microformats (MinneBar 1)"
},
{
"label": "Midwestern Startups: What is Possible?"
},
{
"label": "MinneBar on MinneBar"
},
{
"label": "Minnesota Lean Startup Group * Join the conversation"
},
{
"label": "Mirah: A Pragmatic Replacement for Java"
},
{
"label": "Mobile App development using Ruby"
},
{
"label": "Mobile Web Flow Best Practices"
},
{
"label": "Monitoring and analyzing news coverage via NewsRack"
},
{
"label": "MonoRail"
},
{
"label": "Musician + Internet. Discuss."
},
{
"label": "Nailing Your First Client: Customer Acquisition for Geeks"
},
{
"label": "Native Android, Blackberry, and iPhone OS apps in JavaScript"
},
{
"label": "Negotiating Consulting Contracts That Work"
},
{
"label": "Neighborhoods and Social Media"
},
{
"label": "Networking Online"
},
{
"label": "NoSQL Patterns for Startups"
},
{
"label": "Non-profits: Strengthening Gives in a Social Media World"
},
{
"label": "On being an independent Open Source Software developer"
},
{
"label": "On the Couch with David Heinemeier Hansson"
},
{
"label": "Open Analytics Discussion"
},
{
"label": "Open Source Hardware"
},
{
"label": "Open Source Manufacturing"
},
{
"label": "Open Source tools for Businesses"
},
{
"label": "Open Systems Licenses and Legislation"
},
{
"label": "OpenGL ES from the Ground Up"
},
{
"label": "OpenPGP-GnuPG Key Signing Party"
},
{
"label": "OpenStreetMap 101"
},
{
"label": "OpenStreetMap 201"
},
{
"label": "PHP Security 101: Securing Your PHP Applications"
},
{
"label": "Paper Prototypes: There and Back Again"
},
{
"label": "Percolate Your Trep Net - Expanding Your Entrepreneurial Social Capital"
},
{
"label": "Percolating TurboGeeks: Exploring Why Innovation Networks Form The Way They Do"
},
{
"label": "Personal Rapid Transit"
},
{
"label": "Phonegap + jQuery Mobile = Awesome"
},
{
"label": "Physical APIs * Connecting Software to Hardware"
},
{
"label": "Power WordPress plus MinneWordCamp Discussion"
},
{
"label": "Presentation and Discussion: E-Democracy - Online Neighborhoods"
},
{
"label": "Presentation and Discussion: Groupserver"
},
{
"label": "Product Launch: From the initial itch to a global marketplace"
},
{
"label": "Programmer and Designer Roles"
},
{
"label": "Pseudo Elements for Fun and Profit"
},
{
"label": "Publish or Perish or Self-Publish: From Franklin to eBook Same Game, New Rules"
},
{
"label": "Put information in the rear-view mirror - ride with knowledge"
},
{
"label": "Putting a Neighborhood Online: Creating Sustainable Online Communities"
},
{
"label": "Quick and Dirty Introduction to Drupal"
},
{
"label": "RESTful Development"
},
{
"label": "RFP - an open source, mobileweb voting system"
},
{
"label": "Rapid Application Development in Action, Minnesota Daily Finals Edition"
},
{
"label": "Real World CSS Design"
},
{
"label": "Really Simple CMS with CakePHP"
},
{
"label": "Recruiting For Start Ups (Or any Size Company)"
},
{
"label": "Recruiting For Start Ups 2012 (Or any Size Company)"
},
{
"label": "Refresh TwinCities"
},
{
"label": "Remix + Adaptive Avenue: A Commercial Application of Best Buy's Open API"
},
{
"label": "Reputationland"
},
{
"label": "Rethinking the User Experience for Mobile"
},
{
"label": "Revenge of the Type Systems"
},
{
"label": "Room and Bored"
},
{
"label": "Rough Spots with Agile Development"
},
{
"label": "Ruby on Rails (MinneBar 1)"
},
{
"label": "Ruby on Rails: An Overview"
},
{
"label": "Running Your Business on Open Source"
},
{
"label": "Running a Virtual Server with Confidence"
},
{
"label": "S is for Strategy"
},
{
"label": "SQL Server Performance Tuning with Execution Plans"
},
{
"label": "Sausage Making: Communication lessons from the Open Source world"
},
{
"label": "Scalable, Adaptive, Agnostic: the Next-Generation CMS Authors Need You to Build"
},
{
"label": "Scaling a Startup from 3 to 30 to 300"
},
{
"label": "Scaling with Software"
},
{
"label": "Schumpeters HiveConsciously Weaving Our Collaborative Innovation Networks"
},
{
"label": "Screw You LAMP. Plus Virtualization"
},
{
"label": "Scrum Experience Report"
},
{
"label": "Search Engine Optimization"
},
{
"label": "Secrets of a Successful Open Source Project"
},
{
"label": "Serverified Virtualification"
},
{
"label": "Set up a Continuous Integration Server in 10 minutes"
},
{
"label": "She's Geeky? Why are you geeky?"
},
{
"label": "Silos are for Farmers"
},
{
"label": "Six Reasons to Open an Offline Store (Especially if you Sell Online) & How to do it Right (or at Least More Right)"
},
{
"label": "Small Teams, Big Results"
},
{
"label": "Social Media ... So What?"
},
{
"label": "Social Networks: How the GetGo Team Created GetGoMN"
},
{
"label": "Social Next: What Being Human Online Will Look Like"
},
{
"label": "Social Search in the Corporate Enviroment"
},
{
"label": "Social Web Design: One Step Forward, Two Steps Back"
},
{
"label": "Social media for learning spaces in work, schools, and communities: Extending the spirit of Minnebar"
},
{
"label": "Software Development for Healthcare Data"
},
{
"label": "Stackless Python Twisted-Style -- There will be blood"
},
{
"label": "Startup Camp Is Coming"
},
{
"label": "Startup Tools"
},
{
"label": "Startups vs. Consulting: smackdown"
},
{
"label": "Stasis: Transactions Without SQL"
},
{
"label": "State of the State: Technology in Minnesota"
},
{
"label": "Storing and re-using files for the long term: A Think Tanky, Panel-ish Conversation"
},
{
"label": "Success in Software Consulting"
},
{
"label": "Symfony PHP5 Framework"
},
{
"label": "TOP SECRET - Army Marketing Secrets"
},
{
"label": "Team Anti-Patterns"
},
{
"label": "Techniques and Algorithms for Building Distributed Systems"
},
{
"label": "The Art of Message Queues"
},
{
"label": "The Equal Sign"
},
{
"label": "The Evolution of Advertising"
},
{
"label": "The First Thing About Ajax"
},
{
"label": "The Great Escape From The Not So Great Career Rut"
},
{
"label": "The Hardware Startup: From Napkin To Retail Shelf"
},
{
"label": "The Internet and the Future of Art"
},
{
"label": "The Mathematical Foundations of Music"
},
{
"label": "The Missing Web Curriculum: What Every Web Professional Should Have Learned"
},
{
"label": "The Myth of Digital Influence"
},
{
"label": "The Perils and Pitfalls of Consulting"
},
{
"label": "The Secrets of International Talent Acquisition"
},
{
"label": "The most interesting challenges ahead for journalism"
},
{
"label": "The spectrum of user experience design and testing: From Full Scale to Quick and Cheap"
},
{
"label": "This Thing called Twitter"
},
{
"label": "Tips & Tricks to Hack da Planet (by You for You)"
},
{
"label": "Titanium Powered Desktop & Mobile Apps"
},
{
"label": "Top Trends and Winners in the Application World"
},
{
"label": "Translating Geek: Executable Documentation"
},
{
"label": "Twin Cities Open Circuit & Free Geek"
},
{
"label": "Understanding Monads (described in JavaScript)"
},
{
"label": "Varnish, The Good, The Awesome, and the Downright Crazy"
},
{
"label": "Video Transcoding"
},
{
"label": "Video2Panorama"
},
{
"label": "Web 2.0 in the Real World"
},
{
"label": "Web 2.0: In business, out of beta"
},
{
"label": "Web App Builders Roundtable"
},
{
"label": "Web Framework Panel"
},
{
"label": "What Does Lean Even Mean? or Bootstrapping Your Way to a Pivot"
},
{
"label": "What We Don't Know"
},
{
"label": "What is Drupal?"
},
{
"label": "What should we do about Apple?"
},
{
"label": "What the F is Social Curation?"
},
{
"label": "What's New in PHP 5.4"
},
{
"label": "What's Your WHY?"
},
{
"label": "When WordPress Gives You too Little and Drupal too Much, Choose Contao"
},
{
"label": "Where My (Tech) Ladies At? - Let's Connect"
},
{
"label": "Who Do You Know - Evaluating Your Entrepreneurial Social Capital"
},
{
"label": "Why Don't You Blog More?"
},
{
"label": "Why Drupal?"
},
{
"label": "Why Drupal? An expert panel"
},
{
"label": "Why Should I Care About Grails?"
},
{
"label": "Why you need to make your Web site accessible to the disabled"
},
{
"label": "Wikis with Structured Data"
},
{
"label": "Windows Phone 7 What You Should Know"
},
{
"label": "Word Nerd: The Quick and Dirty Guide to Web and Social Media Content Done Right"
},
{
"label": "WordPress Geek-Out"
},
{
"label": "WordPress Plugin Speed Dating"
},
{
"label": "Wordpress as a Content Management System"
},
{
"label": "XMPP on the Web: Soashable"
},
{
"label": "You can do that? Selling agile to the enterprise"
}
]
}