Search found 384 matches

by JoshyPHP
Fri Mar 02, 2012 12:57 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Require PHP 5.3
Replies: 67
Views: 150472

Re: [RFC] Require PHP 5.3

Incidentally, php-dev is already talking about EOL'ing 5.3.
by JoshyPHP
Mon Feb 20, 2012 6:10 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Make the use of defer mandatory
Replies: 62
Views: 68943

Re: [RFC] Make the use of defer mandatory

Just throwing that out there, have you considered using a third party library such as ControlJS if defer/async doesn't pan out?
by JoshyPHP
Thu Jan 19, 2012 7:59 pm
Forum: [3.x] Discussion
Topic: Forums depending on users language
Replies: 15
Views: 23591

Re: Forums depending on users language

Actually it's a pretty nice idea, it just needs a good way to be implemented. Take Gentoo's forums , they have a bunch of English-speaking forums at the top, they have a pretty extensive list of international forums in Chinese, Dutch, Finnish, etc... The list is pretty long and most users would ...
by JoshyPHP
Tue Jan 03, 2012 5:06 am
Forum: [3.x] Discussion
Topic: Signature Preview by Default
Replies: 14
Views: 16383

Re: Signature Preview by Default

Also, custom BBCodes would be a pain.
I would think that custom BBCodes would be easier than the hardcoded ones because they're basically just regexp-based replacements, so as long as they don't use PCRE features that you don't find in Javascript regexp you can port them straight from PHP. In ...