Skip navigation.

my php-driven thoughts

about web and something more

Posts tagged with "php"

developer meet

,

So it's a deal. Making php developers' meeting 22nd April (in 2 days).

Oh, i still don't know if i'm going to read any topic in php conference next tuesday .P

...and sorry for the silence, didn't have much time through work.

upcoming event

,

I've been invited to upcoming PHP conference which will be held at Kaunas Technical University (KTU), but i haven't decided yet what topic should i cover? It's been a while since the last PHP conference. I have organised two of them my-self (with a lot of help from my friends, of course), but now i ran out of ideas.

During previous conferences (there were 4 of them) I've spoken about such things as PHP basics, PHP OOP basics, hierarchical data structures in relational database systems.

I've led two seminars for high-scool teachers about web developement with PHP.

Now i feel rather confused about what topic to choose. In upcoming conference there will be such topics as:
  • Objects for work with databases
  • Cacheing strategies
  • Planning of PHP projects
  • Security - situation of Lithuanian internet.
  • Migration from PHP to ASP.NET


I'm still pondering...

Best ever PM implementation!

, , , ...

Ok, so we're off with the portal, but at launch moment it didn't have PMs (personal messeges) feature. So my colegue helped me and made an awsome PM implementation (it's still under dev, though).

Of course we could have made it with IMAP back-end, but because of our cut on hosting and servers we're doing it SQL back-ended.

So normally one would do two tables (for inbox and outbox) and stuff one message into both tables. But my colegue came up with very brilliant and unique idea! Make three tables (read on...):
  • One for all the messages (the 'container');
  • One for INBOX (with message ids from first table);
  • One for OUTBOX (with message ids from first table);


The first table with all the messages holds message id, text, sender, time, etc. AND additional field which states where message should be shown (or for a user sight - deleted/kept). If message is indicated as hidden (read: deleted) in both (inbox and outbox) it is deleted from 'container' as well. But to keep our server load as low as possible - there's cron'ed script for deleting all 'hidden' messages at midnight as well with other needless data (users that deleted their account, etc.).

Isn't that awsome?!

some news

, ,

since only 4 days left until launch of the biggest project i was working on it quite hardly. came up on some nice and not-so-nice things while developing.

first off: image cropper. half javascript, other half - php. i was looking for it some time (even two hours with google, which is very much) and found this. very easy customizable. left the licence intact .P

next: lots of bugging with databases. added/removed some keys'n'stuff.

now: back to work.

fast switch (tm)

, ,

after friday's meeting with some of mine friends i got to switch to ruby. good opportunity for me to learn new scripting language ,) no i've got all needed stuff (ruby gems, ruby on rails, rad rails - the editor and all possible manuals, pdfs, and references). Am hoping to see the results quite soon.

jEdit is still my editor though free IDE (RadRails) for ruby on rails projects doesn't fit for my-so-beloved php projects.

oh.. and i just got to know that phpeclipse has LOTS of plug-in's (kinda lame of me, eh? .) anyway, i think jEdit is going to be replaced soon.

Any feed back about ruby, php or their editors and ides is really appreaciated!
December 2009
S M T W T F S
November 2009January 2010
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