Drupal NYC Meetup -- April 4, 2012

Events happening in the community are now at Drupal community events on www.drupal.org.
robbiethegeek's picture
Start: 
2012-04-04 18:30 - 21:00 America/New_York
Organizers: 
Event type: 
User group meeting

Where?: 7 World Trade Center, 29th Floor (Mansueto Ventures)
When?: April 4th, 6:30 - 9:00 PM Wednesday Night

Directions?
http://tinyurl.com/mansuetoventuresdirections

Afterwards?
http://maps.google.com/?q=Suspenders&cid=15798436359602217114

Final list will be given to the venue at 10pm on March 6th (the evening before the meetup)

Plans?

  • LIGHTNING ROUNDS
    New feature. Have a topic you can present in 5 minutes (with 5 more minutes for questions)? The basic idea is there are patterns for developing sites the "drupal" way ("what would drupal do? etc."). Tell us a quick 5 minute recipe for how to put the Drupal "bricks" together. Theming techniques or other things may also be appropriate. Propose it below. Make sure you mention it is for the "lightning round" otherwise it might get confused with a longer presentation.

    • DrupalCar ~ Snugug
    • making custom field formatters ~ jfrederick
    • Helpful ~ careernerd
    • pan-Drupal marketing effort ~ amycham
  • 20 Min Talks
    Have a topic that needs more then 5 minutes, we have slots of 20 minute talks. The basic idea is there are broader subjects or more detailed discussions this is the type of talk you would want to signup for, please mention 20 min talk when posting your talk description and the audience you expect to speak to.

    • Applying / Creating a patch in Drupal ~ bleen
    • Drupal 7 Entities Examples ~ tedbow
    • Bootstrap toolkit ~ njmahesh
    • VIM + Drupal ~ duckx
  • We will also have the New 2 Drupal BoF(birds of a feather). If you are new to Drupal and the talks don't apply to you some of us will take a group and talk with you about your issues.

Signup Instructions!: 7 World Trade Center security checks your photo id against the list of attendees that we provide.

Comments

Applying / Creating a patch in Drupal

bleen's picture

Someone asked me at the last meetup to do a full-on session aimed at showing people exactly how to download a module (or core) with git; apply a patch; make their own change(s) & create a patch; submit the patch properly to D.O.

This is a bit too long for a 5-minute talk, so Ill nominate this for one one of the 20 minute slots. It will definitely be beginner friendly-ish.

Added

robbiethegeek's picture

See you there :)

@RobbieTheGeek

Can you also include like how

njmahesh's picture

Can you also include like how I can apply the patch in Windows?

drupalcon

flacoman91's picture

I'd love to hear some stuff from drupalcon.

One of the most useful

geekgirlweb's picture

One of the most useful sessions that I attended (geared toward sysadmins) was by nnewton:
http://denver2012.drupal.org/program/sessions/real-world-performance-ana...

You actually gonna show up

Snugug's picture

You actually gonna show up this time? :P

I want to do 20 min on

njmahesh's picture

I want to do 20 min on Bootstrap toolkit and how we can use it on the themes.

slides/links ?

MacRonin's picture

Thanks for the overview on Bootstrap. You sent a lot of info out to us, I was hoping for a link to your presentation on GoogleDocs. And if you showed links tonight beyond those on your resource page they would be appreciated also.

Also wanted to verify that this is the sandbox with the Omega sub-theme that was including Bootstrap.
http://drupal.org/sandbox/rerooting/1429486

Yes, that's the correct link

njmahesh's picture

Yes, that's the correct link and here is my slide on Twitter Bootstrap
https://docs.google.com/presentation/d/1StUSe8gfR-avozLZtVhFN7dJ2x4u_56l...

Jakob Perry and I would like

Snugug's picture

Jakob Perry and I would like to do a 5 minute brief overview of DrupalCar from Drupal Con, and if people are interested I'd be happy to do a Sass BoF but I think I'm going to spare everyone a 20 min Sass thing this month (unless people are particularly interested)

If we get 20 minutes, can we

jon pugh's picture

If we get 20 minutes, can we do test drives?


Jon Pugh
Founder & CEO
THINKDROP
open source consulting
http://thinkdrop.net

If we can apparate the car

Snugug's picture

If we can apparate the car from Wyoming, possibly :P

yah sadly its sitting in a

japerry's picture

yah sadly its sitting in a parking lot in Cheyenne. It would have been cool to drive it around NYC but I heard the parking (and people hitting bumpers) was quite difficult

Custom Field Formatters

jfrederick's picture

I could do a 5 minute session on making custom field formatters. I've only been working with Drupal for 8 months, so I don't know if this is too easy a topic. If so, I look forward to learning from the other sessions. :)

Format of presentations?

jfrederick's picture

Hey y'all, just wondering what the format is. Windpipe? Projector?

There's a projector, but

tom_o_t's picture

There's a projector, but that's it. Remember to bring a VGA adaptor if you use a mac.

Vi/Vim + Drupal + Linux - Beginners to Novice

patoshi's picture

Hello all!

I would like to do a 20 min presentation on VIM + Drupal. I'll be going over:

  1. VIM Introduction for those that are new to Modal editing
    • Common negative views of VIM
    • No Mouse or arrow keys!
    • The many ways of navigation / inserting text / deleting text
  2. Why I switched from Notepad++/Textmate to VIM
    • Typical habits I realized after adopting to VIM
    • Coding Speed Increased
    • Increases productivity for on the fly edits
  3. Intro to my daily VIM arsenal of plugins and how it applies to daily coding:
    • NerdTree
    • YankRing
    • TagList
    • Gundo
    • Snipmate
    • drupal.org/project/vimrc
    • Ack
  4. My favorite VIM time savers:
    • The amazing 'c' key...
    • The amazing '.' key...
    • Autocomplete Dropdown
    • Vertical/Horizontal split screens
    • Nested find + find + replace
  5. Conclusion: VIM saves development time!
    http://img696.imageshack.us/img696/8361/croppercapture96.jpg

Also I'll be doing a raffle for these beauties:
Only local images are allowed.

I'll be giving 8 away. For those that want to enter the raffle, just write down your name on a piece of paper and we'll pull them out of a box randomly.

vim++ And these are

Steven Merrill's picture

vim++

And these are delicious!

What about debugging with Vim?

esod's picture

Does someone know how to get this working?

" Debugging with VimDebugger {
   map <F11> :DbgStepInto<CR>
   map <F10> :DbgStepOver<CR>
   map <S-F11> :DbgStepOut<CR>
   map <F5> :DbgRun<CR>
   map <F6> :DbgDetach<CR>
   map <F8> :DbgToggleBreakpoint<CR>
   map <S-F8> :DbgFlushBreakpoints<CR>
   map <F9> :DbgRefreshWatch<CR>
   map <S-F9> :DbgAddWatch<CR>
" }

Thanks

Could it be syntax?

moranimation's picture

My guess would be syntax. Perhaps :map might put this right?

I can also try to help you

jzacsh's picture

I can also try to help you debug this tomorrow night.

Cool. Thanks.

esod's picture

I like Netbeans, but I bet Vim can also function as a debugger and use many fewer system resources.

Love these!

amybrate's picture

Saw these in Denver. Too cool!!

My presentation is up! Hope

patoshi's picture

My presentation is up! Hope everything goes smoothly....

https://docs.google.com/presentation/d/1_n6x5MrOStyOCtUVw0nfJp611w-3B9ya...

Vim

softwaremac's picture

I like Vim, It's not very easy, but very essentials..
softwaremac

any chance this meet up will be recorded?

gurlinthewurld's picture

Tomorrow I'm headed to a web meeting in Europe all week - Looks like I really will miss a lot....kath.

missing out kat! it will be

patoshi's picture

missing out kat! it will be awesome! ... have fun in europe!

yeah, I thought it was gonna be ...

gurlinthewurld's picture

you lot missin' but once again, it's another kick ass line up in the Big Apple, eh? $h!† LOL ... k@

next time...

Helpful Module

jon pugh's picture

Five minutes to show off my latest contrib module Helpful.

It's an easy way to implement helpful messages for your users leveraging advanced help.

http://drupal.org/project/helpful


Jon Pugh
Founder & CEO
THINKDROP
open source consulting
http://thinkdrop.net

Marketing Drupal

amybrate's picture

I know lightning talks are generally technical, but would it be possible to grab a 5-minute slot to talk about a pan-Drupal marketing effort that's going on?

At DrupalCon, there's was a BoF on how marketing (and in some ways non-marketing) folks across Drupal could be working together to do a better job explaining Drupal and attracting more clients, users, and professionals who aren't already familiar with it.

We've kept things moving, and I'd like to let people know what we're trying to do, why we're doing it, and how they can help or just keep tabs on how things progress.

I would love to see this!

jon pugh's picture

I would love to see this! I'm sure everyone could use some tips on how to explain what Drupal is and how it is different.


Jon Pugh
Founder & CEO
THINKDROP
open source consulting
http://thinkdrop.net

Marketing Drupal

richbaldwin's picture

+1 on this amy.
so can we slot this in?

Drupal 7 Entities Examples

tedbow's picture

I just found out I am going to be in town for this.

I would be interested in doing a presentation on examples of modules that are using custom Entities in Drupal 7

I can run through my module EntityForms: http://drupal.org/project/entityform

Also could show Entity Construction Kit: http://drupal.org/project/eck
I got a chance to talk to fmizzell the creator of this module for an hour so at DrupalCon and it sounds like he wants to take it in some interesting directions.

I could easily do a 20 minute talk but if those times are taken I could do a brief 5 minute introduction. Either way.

Core developer

Easing into entities example ?

MacRonin's picture

For those of us easing into Entities. (Accessing ones that already exist rather than building from scratch just yet). Could there possibly be an example of how MyModule could possibly access (read/update) another modules Entities? If you need a specific one to demo against, I'm personally looking to do this against the data created/managed by the Profile2 module [ Already posted a Question on this less than an hour before your session description went up :-) http://drupal.org/node/1512682 ]

BTW, I took a quick look at your EntityForm project. Looks like something I'll end up using. In the future, is there a chance that EntityForm will integrate with ECK?

@MacRonin, I am assuming from

tedbow's picture

@MacRonin, I am assuming from your question that you are looking into how to access and update the information in code.

I could share some example code of how to access and update general entities that should easily work with profile2.

Yes I am trying figure out if making Entityforms dependent on ECK would be a good idea. I haven't time to do that yet.

Core developer

@tedbow Correct. I have been

MacRonin's picture

@tedbow Correct.
I have been writing a module that wants to read and update fields in the Profile2 data. This way there is one storage location, but the data could be used by either environment (my module and Profile2) easily.

Any example code is appreciated. API References are good, but I learn the best by pulling apart working code and tweaking things to see what happens.

Thanks

Example module

tedbow's picture

Here's simple sandbox project that reads and updates a field on an entity

http://drupal.org/sandbox/tedbow/1515430

Core developer

Thanks ! I'll start hacking away at it

MacRonin's picture

@tedbow Thanks ! I'll start hacking away at it.

Of course this comment has now got me curious :-)

<?php

   
//not sure why this doesn't work???
    //$profile_wrapper = entity_metadata_wrapper('profile2', $profile_entity);
    //$profile_wrapper->field_status->set($values['new_status']);
?>

Utilities for Entities and others

tedbow's picture

I created utility sandbox project than contains some functions that deal with Entities

http://drupal.org/sandbox/tedbow/1516746

Check out the tedbow_utils.entities.inc file

Core developer

Is it possible to drop by?

egomac's picture

I'm a drupal developer based in Hong Kong and currently in NY for holiday. Just wondering if I can drop by and meet local drupalers.

=)

I added you this morning

robbiethegeek's picture

You can come by, I was able to amend the list before they submitted it to the building.

See you tonight,
@RobbieTheGeek

I missed another one...

mmsman's picture

I missed yet another meet. I'll keep my eyes peeled for the next one.

Hope everyone had a good time

robbiethegeek's picture

It was a meetup that was packed with lots of discussions, talks, conversations and info.

See you next month,

@RobbieTheGeek

Thank you all for watching my

njmahesh's picture

Thank you all for watching my presentation on Twitter Bootstrap. Here is the slide
https://docs.google.com/presentation/d/1StUSe8gfR-avozLZtVhFN7dJ2x4u_56l...

Feel free to reach me for any questions.
Mahesh