Start:
2012-03-07 18:00 Europe/London
March meetup after work at the Elephant (unless there are other venue suggestions). Just thought I'd get the event up so people can sign up for reminders.
Mike - if you and some of your lot can make it we can talk DrupalCamping
Comments
I shall be there, and shall
I shall be there, and shall be bribing some of the boys to attend too :)
March meet-up
Cheers Joe - see you there!
Outlook is +ive
Okie doke. Well, it's in my calendar, the rest is up to fate and luck.. hope to see you there!
(not least because I have a question or two about your beard... :D )
Ideas for next meetup
I've been thinking about Joe's suggestion at the last meetup that we could discuss things that people may need help with at the Drupal meetups.
For instance, I'm building a messaging system that is hopefully pretty flexible so that (using D7 Rules, flags, organic groups and VBO) members of a group can send messages either to the whole group or a subset of that group. I can elaborate later if anyone is interested. It would be great if we could discuss the best "best" approach, thinking about what modules are good or bad. Would you use PrivateMsg or Notifications & Subscriptions for example. Is it scaleable?
Perhaps we could start organising some meetups (perhaps additional ones) where people interested in a piece of functionality could come along and we could pool our ideas and efforts to provide a solution or develop a feature that we could all take away.
If so does anyone have any proposals for features we could jointly develop?
cool
that sounds interesting Tim. Definitely up for talking it through!
sounds great
that does sound ideal. I'm the only Drupal developer in my current company, and in fact, was the one who recommended it as a CMS for a client. Everyone is now slowly getting on board, and have been really impressed with it as a platform, but it would be really handy to both big it up with fellow users (and reassure myself), as well as maybe vent a bit of steam and/or get some input and advice from more experienced developers!
The current project I'm working on is a Social/Community website with heavy ties to the Salesforce.com CRM, and is actually my first in Drupal 7 (though I spent 3 hours last night trying to maintain an old D6 site I run for a friend, and good grief did it make me thankful for the progress!).
So besides the obvious pseudo-core modules such as Views, Date and Wysiwyg, I have been dealing heavily with the Salesforce Suite module and API, which has proven interesting, and also with social integration (FB Oauth, Tweet etc.) and gamification techniques (User points, Achievements).
I would love to pick someones brains regarding web services, as I eventually had to give up trying to implement an XMLRPC or REST service via either the "Services" or "Web Service" modules, which was a mega shame, and I'd also be on board for developing a common project with others if an idea presented itself.
Count me in again
Disappointed that I had to miss the last couple.
Would be really interesting in having a chat with anybody who has used Openlayers with Drupal, have just finished doing a bunch of work with that and keen to compare experiences with others who have done (or thinking of doing similar).
I come in peace
Firstly, I'm not a Drupal developer - tried it many years ago - think I got caught in a transitional period between v4 and v5, then got scared off.
These days I am heavily involved in Umbraco CMS development, along with being an Umbraco MVP, I also run the Bristol user-group (umBristol).
Recently I found that I'm almost living/developing in a silo - so focused on Umbraco that I might be missing out on other technologies.
So in an effort to do this... I'd like to come along, have a beer, chat tech/CMS, etc.
Look forward to meeting you all.
Cheers,
- Lee
http://leekelleher.com
see everyone later
Just a post so people get notifications, and reminded to come along tonight :)
Venue?
Still at the Elephant?
https://www.oliverdavies.uk
yup!
Yes, Oliver, still at the elephant... think I'm gonna pop along too, see you there
Frontend developer and loud mouth
Is it within a room at the
Is it within a room at the Elephant or something, or where about will everyone be?
https://www.oliverdavies.uk
just in the main bar
you can probably see someone as you come in. the bar staff know we're there as a group... and to be honest you can probably spot a group of programmers anyway ;-)
Sorry I'm missing this one,
Sorry I'm missing this one, seems to be a lot of important stuff being discussed (assuming all goes to plan)!
Please let me know what comes out of it.
Bah!
Unfortunately, looking like I'm not going to make it tonight :-(
http://leekelleher.com
not really
nothing important Chris, what were you expecting? ;-)
I was hoping Mr Dixon and his can-do attitude would aid us in planning a separate more formal event (we have been all talk, to date) but unfortunately we didn't see him last night.
Despite that it was a record turn out with loads of new faces. One person even through word of mouth as opposed to the Drupal group, which was nice!
If anyone had a question answered or learnt anything interesting - maybe they'd like to post it up here? (Although I know most of the conversations were a bit abstract and perhaps hard to write up)
I learnt Marcus is a sailing
I learnt Marcus is a sailing instructor, but I'm not sure that counts ;)
Thanks to Oliver Davies for
Thanks to Oliver Davies for clarifying:
1 The "standard" use-case for GIT is a central repository (on say Github, Bitbucket, etc) with your dev root directory as the local repository. Other dev roots, e.g. those of collaborators, have repos that are siblings of your root. Transfers between sibling repos are normally via the central "parent" repo.
I needed this because the GIT documentation explains how GIT supports more or less any pattern of repos but does not appear to give examples of standard use-cases. Nor could I find examples anywhere else.
2 One of the SEO goals of the Omega theme is to place content at the top of the rendered html. This is so that search engines see content first and not mostly content-free scripts and banner images. The markup is then sequenced by css so that the content displays where you expect.
3 Oliver is Welsh.
The changing role for Views going forward
I didn't really manage to get stuck into one area of discussion areas I was hoping to, although skirted around the edge a little. Basically best practices for using views in Drupal 7.
I put up a blog post at http://chris-on-the-web.blogspot.co.uk/2012/03/drupal-7-views-vs-entityf...
to outline the issue, hoping to get into discussion with anybody interested.
unfortunately I couldn't make
unfortunately I couldn't make it again last night .. antenatal classes trumps drupal ;) .. but I'll be there for the next one.
I'll be happy to help out with a formal event if you need it. Can also give a few pointers from what I learnt from organising the last one :p
Cheers, Leroy
brilliant
Other than a slightly fuzzy head this morning, I came away from last night with a lot of new ideas, and a seriously invigorated enthusiasm for Drupalling.. thats for sure!
Discussions with Joe about the project I'm currently involved in really opened my eyes to some performance and caching issues I wasn't really aware of, or had addressed, so (as soon as the bacon sandwiches arrive) I have plenty to look into with regards to improving my use of Panels and memcache.
For example, my backend data comes from a third party source, that is refreshed (currently) every 15 minutes, and is presented to users through a couple of Views, within a Panels layout. Currently, each time an authenticated user views their dashboard, the page, panel and view is generated OD, which, considering the underlying data isn't real-time itself.. is an unnecessary burden. It can easily be cached - even just for 10 minutes - so as a user bounces around the site, their actual draw on resources will be significantly reduced. I thank Joe for drawing my attention to this point! I myself had got so wound up in merely achieving the technical integration I was challenged with, points like performance have been seriously overlooked..
I also got some really interesting ideas on serving a mobile themed site, and some slightly worrying facts about targeted marketing :D
I won't be able to make it next month, but I will definitely be back for more, (and I might bring a notepad next time!)
glad you had a good time
i think i mentioned it would be better to provide panels layouts as ctools plugins via your theme.
take a look at this http://drupal.org/node/495654 and cut down on the div soup :)
Education project needs coder/site builder
We have a significant coding / site building job coming up. Would suit an individual or small team if it is self-managing.
Brief outline: this job has been estimated at 30+ days. You will receive a media presentation explaining the purpose and operation of the website, a detailed description of functionality and a full specification drafted by an experienced drupal architect. The build involves substantial application of webforms, views, and data analysis / representation with a complex user roles configuration. There are some custom module elements. Limited themes development at this stage. This job is phase one of a multi-phase project with substantial additional development and ongoing enhancements of user experience and marketing functionality.
We are an education charity (www.inaura.net).
We will only consider expressions of interest which provide the following specific information:
1. Your CV with details of your Drupal and other relevant experience.
2. Your daily rate and expected outline terms.
3. Your likely availability from May 1st (we have a target summertime launch date).
We look forward to hearing from you and would appreciate fullest possible details.
Many thanks
Adam
Adam Abdelnoor
Chief Executive, Inaura the inclusion charity (RCN1092152)
Phone: 01458 830434
Email: ce@inaura.net
Post: Inaura
Samways House
Burrowbridge
Somerset TA7 0RE
Web: www.inaura.net