Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Dragooon
571
Off-topic / Re: Flash is dead!
« on November 19th, 2011, 04:59 PM »
It's not about codecs, it's about 3D programming. Especially for games.
572
Off-topic / Re: Flash is dead!
« on November 19th, 2011, 10:47 AM »
What's wrong with Flash? It's far more powerful than HTML, CSS and JS and a ton of games are available which are made in flash.
573
Off-topic / Re: phpDocumentor
« on November 19th, 2011, 07:57 AM »
Quote from Arantor on November 19th, 2011, 01:37 AM
I don't use a fully fledged IDE, so the question is kind of moot for me.
Actually the question was meant to be whether you fully document your code using phpDocumentor syntax or not.
574
Off-topic / Re: phpDocumentor
« on November 19th, 2011, 12:54 AM »
A good amount of decent editors support it.
575
Off-topic / Re: Post count fever
« on November 19th, 2011, 12:00 AM »
You were like 200 posts behind me when I had a bit over 900 posts :P.
576
Off-topic / Re: Post count fever
« on November 18th, 2011, 11:58 PM »
Hey...I crossed 1000 posts! Although I expected to cross this mark earlier.
577
Off-topic / phpDocumentor
« on November 18th, 2011, 11:57 PM »
How many of you actively use phpDocumentor combined with full fledged IDEs? I've recently discovered it's usefulness especially with declaring parameter types/definitions and return types. By defining return type of another class I can easily follow chains without looking up the code actually.
578
Off-topic / Re: PHP IDE for windows
« on November 18th, 2011, 10:02 PM »
TBH Zend Studio isn't that bad, it's not slow and it has a plethora of useful features. I especially like it's error detection.
579
Off-topic / Re: Google Code-in
« on November 18th, 2011, 08:14 PM »
I really want to win as this is the first IT related competition where I can show my true skills :P
580
Off-topic / Re: Google Code-in
« on November 18th, 2011, 08:04 PM »
So the competition starts this Monday, unluckily this time they only chose one PHP organisation, LimeSurvey. Luckily their CI port had some legal problem and they've chosen to switch to Yii, making a lot of tasks possible :D. Although I had to convince them to add full framework porting tasks to a competition for under 17 year olds.
581
Off-topic / Re: PHP IDE for windows
« on November 18th, 2011, 08:03 PM »
True.
582
Off-topic / Re: PHP IDE for windows
« on November 18th, 2011, 07:38 PM »
Yeah :(, funnily enough they support namespaces fairly fine.
583
Off-topic / Re: PHP IDE for windows
« on November 17th, 2011, 09:07 PM »
Now I'm looking for an IDE that can work with late static bindings, and the only one I could find was Eclipse/Zend.
584
Off-topic / Re: Google Galaxy Nexus
« on November 16th, 2011, 06:31 PM »
ICS source code was pushed by google yesterday. Earlier than expected :)
585
Off-topic / Re: Existing framework vs creating my own?
« on November 13th, 2011, 02:51 PM »
I've been using Yii and it's a great framework, especially it's ORM model.