aphenine: Teresa and Claire (Default)
aphenine ([personal profile] aphenine) wrote in [site community profile] dw_dev_training2009-07-29 12:43 pm
Entry tags:

Hello

Hello everybody!

I got a dreamhack account a few days ago and I'm trying to get my head around the Dreamwidth code base, in the hopes that I can contribute something. I just thought I'd introduce myself. I was also going to ask a question, but someone lovely and unexpectedly answered it on LJ. *grin*

I've never coded in Perl before, so it's a bit of a learning curve for me. However, I have web coded in PHP before and I've used MySQL before and I have also used *Nix environments before, so I'm not starting totally from scratch.

I think the dominant reason I signed up for a dreamhack account was that I kept looking at DW and thinking "if it was simple, I could change that". In the end, my curiosity got the better of me and I just had to find out if it really was simple or not. Since then, I've been far too amused sitting in the MySQL console pulling up a test comment and post directly from the database. SELECT * FROM logtext2; has not lost its power to make me squee for the last few minutes. But, a question. No, two questions. Why log for posts? And why talk for comments?

So far the only thing I've really contributed is an entry in the Dreamhack wiki giving an overview of some of the database tables. It's found here. It was in the wanted list and I thought, hey, what the hell.
yvi: Dreamsheep in Germany's national colors (Dreamsheep - Germany)

[personal profile] yvi 2009-07-29 01:20 pm (UTC)(link)
Welcome!

So far the only thing I've really contributed is an entry in the Dreamhack wiki giving an overview of some of the database tables. It's found here

Oh, that's really cool. I have very limited mySQL experience - I can basically select a database, look at what columns it has and see what's in there. Sometimes I even manage a few WHERE commands. Which is why this took about three tries longer than it should have :) Any documentation of the databases is great!

So, I can't help you, I just wanted to welcome you :)
yvi: Kaylee half-smiling, looking very pretty (Default)

[personal profile] yvi 2009-07-31 07:50 am (UTC)(link)
You know, now I am tempted to go through the databases a bit more. It would be neat to have all of them on the wiki in some way. And some of the functions for Entry and User objects as well.