Home » Atlanta PHP Community » Organizational Topics » What do you want to get out of being a member of AtlantaPHP?
What do you want to get out of being a member of AtlantaPHP? [message #65] Fri, 16 June 2006 13:57 Go to next message
cspruck  is currently offline cspruck
Messages: 70
Registered: March 2006
Location: Carrollton, GA
Registered User
Administrator
We asked in a previous meeting a while ago, "What do you want to get out of this group?" or "What would benefit you the most at a meeting?" but we haven't had much feedback, so I think we'll ask again at the next meeting (as well as maintain this thread).

If anyone has a specific idea that would help the group help them as a developer such as "I'd like to bring in a code sample and have people show me how I could improve it." (which has been suggested before), then we could do a better job of trying to address these kinds of things at meetings.

Let us know what you'd find useful!

Chris
Re: What do you want to get out of being a member of AtlantaPHP? [message #68 is a reply to message #65 ] Fri, 16 June 2006 17:03 Go to previous messageGo to next message
EricStewart  is currently offline EricStewart
Messages: 21
Registered: May 2006
Location: Newnan
Registered User
Quick note on Chris's post:

I think code critiquing is a very valuable tool for getting people on the right track quickly. Code critiquing could be general code reviews. It could also something where we review a solution to a problem someone has that they feel they've not handled well.

What do I want out of being a member of AtlantaPHP?

I didn't join the group to get anything out of it myself. I'm more in it for the same reason Ben and Chris are in it. I would like to help out PHP developers in any way I can. I would like to see a great group developed that becomes a valuable resource for both businesses and developers in the area.

I'd like to see developers get the training they want in the areas they need help in. I'd like to see businesses get involved and learn about how powerful and rich PHP applications can be. And finally I'd like to see some system put in place that allows businesses to find developers and developers to find work easily. This is obviously a tall order, but it's an important one for me.

Those are my thoughts on what I think the group means to me.

- Eric
Re: What do you want to get out of being a member of AtlantaPHP? [message #78 is a reply to message #65 ] Fri, 23 June 2006 16:37 Go to previous messageGo to next message
necrotic  is currently offline necrotic
Messages: 72
Registered: March 2006
Location: Lawrenceville, Ga
Registered User
Administrator

I'm in it for the networking, mainly. I hated being the only PHP programmer I knew Razz

I also really enjoy helping out the new guy on the block, or even the old guy.


James Logsdon
james {spam}at{/spam} atlphp {dot} org
Blog
Re: What do you want to get out of being a member of AtlantaPHP? [message #85 is a reply to message #78 ] Fri, 23 June 2006 21:34 Go to previous messageGo to next message
Wyrme  is currently offline Wyrme
Messages: 150
Registered: June 2006
Location: Roswell, GA
Registered User
Chief Executive Instigator

Put me on the list of folks who would like some critique. My most recent challenge has been recursive loops. I knew there was a method which would enable me to not have to write the code the way I was (it was embarrassing) but without a group like this it took ages before I found the correct search terms to find a good example.

I am also looking for networking, primarily social. I look forward to meeting folks who don't stare at me blankly when I speak of things that interest me. There are those in this world who just can't seem to understand the thrill of getting that page to render just so.


I am who I am and if you don't like it, then maybe you are just normal...
Re: What do you want to get out of being a member of AtlantaPHP? [message #89 is a reply to message #85 ] Mon, 26 June 2006 12:13 Go to previous messageGo to next message
necrotic  is currently offline necrotic
Messages: 72
Registered: March 2006
Location: Lawrenceville, Ga
Registered User
Administrator

Wyrme wrote on Fri, 23 June 2006 21:34

Put me on the list of folks who would like some critique. My most recent challenge has been recursive loops. I knew there was a method which would enable me to not have to write the code the way I was (it was embarrassing) but without a group like this it took ages before I found the correct search terms to find a good example.


Recurssion is fun Very Happy I spent most of last night working out a recurssion method for reading all the parts of a message from IMAP. That was fun.

Wyrme wrote on Fri, 23 June 2006 21:34

There are those in this world who just can't seem to understand the thrill of getting that page to render just so.


I know exactly how you feel. I love telling people what I do, but when they don't even know the basics of the internet (such as sockets, html, or even what a browser is) it gets old really fast.


James Logsdon
james {spam}at{/spam} atlphp {dot} org
Blog
Re: What do you want to get out of being a member of AtlantaPHP? [message #93 is a reply to message #89 ] Mon, 26 June 2006 19:26 Go to previous messageGo to next message
Wyrme  is currently offline Wyrme
Messages: 150
Registered: June 2006
Location: Roswell, GA
Registered User
Chief Executive Instigator

lol.

I stopped telling folks that I have anything to do with computers many years ago -- got tired of troubleshooting. Plus, at this point in my career, it's hard enough to explain to peers what I do, let alone non-technologists.


I am who I am and if you don't like it, then maybe you are just normal...
Re: What do you want to get out of being a member of AtlantaPHP? [message #115 is a reply to message #65 ] Fri, 07 July 2006 18:17 Go to previous messageGo to next message
pkbarbiedoll  is currently offline pkbarbiedoll
Messages: 17
Registered: July 2006
Location: Little Five Points
Registered User
I learned PHP without any proper teaching, so I'm certain I've picked up many bad habits which need correcting.

I am also very interested in learning Object Oriented Programming techniques. All I know right now is Procedural, and many jobs I've looked at require OOP. I hope a breakout group could be formed sometime soon, with newcomers & OOP in mind.
thanks!
Adrya
Lesson One: [message #116 is a reply to message #65 ] Fri, 07 July 2006 18:44 Go to previous messageGo to next message
feyn
Messages: 105
Registered: June 2006
Registered User
$adrya = new Student( "Adrya" );
$neil = new Teacher( "Neil" );

$shedule = new MeetingShedule;

$shedule->getNextMeeting()->addToAdgenda( new TrainingSession( $neil, $adrya ) );


Both an offer, and your first lesson.

-- Neil
Re: Lesson One: [message #118 is a reply to message #116 ] Sat, 08 July 2006 00:22 Go to previous messageGo to next message
pkbarbiedoll  is currently offline pkbarbiedoll
Messages: 17
Registered: July 2006
Location: Little Five Points
Registered User
Very good, thank you. Shall a new topic be created elsewhere in the forum to continue OOP discussion?
Re: Lesson One: [message #129 is a reply to message #116 ] Sun, 09 July 2006 16:09 Go to previous messageGo to next message
feyn
Messages: 105
Registered: June 2006
Registered User
You're quite welcome.

And yes, it shall:

http://forum.atlphp.org/index.php/t/70/

-- Neil
Re: What do you want to get out of being a member of AtlantaPHP? [message #701 is a reply to message #65 ] Tue, 24 October 2006 19:23 Go to previous messageGo to next message
apinstein  is currently offline apinstein
Messages: 16
Registered: October 2006
Registered User
For me, I tend not to end up in any really deep conversations about programming topics online. Something about forums and chat rooms causes these threads to degrade into poop-throwing zealot wars.

So, I am very much looking forward to having some nice in-person conversations about deep topics like frameworks and other enterprise-level applications of php.


---------------
Alan Pinstein
PHOCOA PHP Framework: http://phocoa.com
Re: What do you want to get out of being a member of AtlantaPHP? [message #710 is a reply to message #701 ] Wed, 25 October 2006 15:01 Go to previous message
Wyrme  is currently offline Wyrme
Messages: 150
Registered: June 2006
Location: Roswell, GA
Registered User
Chief Executive Instigator

lol. I expect you will find there is a refreshing lack of poop-throwers in this group Smile

Welcome Smile


I am who I am and if you don't like it, then maybe you are just normal...
Previous Topic:Atlanta PHP Officers and Duties
Next Topic:Getting the Local Dev Community Involved
Goto Forum:
  


Current Time: Fri Sep 3 18:40:38 EDT 2010

Total time taken to generate the page: 0.13726 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 2.7.5.
Copyright ©2001-2006 FUD Forum Bulletin Board Software