 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Added Bytes Blog: If PHP Were British
by Chris Cornutt August 22, 2011 @ 08:56:48
On the Added Bytes blog there's a humorous post about what PHP would be like if it were British:
When Rasmus Lerdorf first put PHP together, he - quite sensibly, despite his heritage - chose not to write it in Greenlandic or Danish. [...] He opted instead, being in Canada at the time, for the local tongue. No, not French - that bastard dialect of the Queen's English commonly referred to as "US English". PHP developers in Britain have been grumpy about this ever since. What was he thinking?
Suggestions include replacing the $ with £, more correct "Hello worlds" and comments on abbreviations in function names, eloquence in control structures, spelling, manners and class(es). Check out the comments for more lovely puns.
voice your opinion now!
british humor language quensenglish english
Leonid Mamchenkov's Blog: PHP regular expression to match English/Latin characters only
by Chris Cornutt August 18, 2011 @ 12:11:44
Leonid Mamchenkov has a quick new post to his blog sharing a regular expression that can be used to check that a string contains only English or Latin characters (no Unicode allowed).
Today at work I came across a task which turned out to be much easier and simpler than I originally thought it would. We have have a site with some user registration forms. The site is translated into a number of languages, but due to the regulatory procedures, we have to force users to input their registration details in English only. Using Latin characters, numbers, and punctuation.
Thankfully the PCRE regular expression engine bundled with PHP makes it simple - it uses a standard regular expression without anything special to accommodate for Unicode characters. He notes that adding the "/u" modifier to the expression makes it "totally malfunction" (where strings are treated as UTF-8). If you'd like an example of some of the tricks that go into supporting Unicode in a regex, see this comment in the PHP manual.
voice your opinion now!
regular expression example english latin unicode
devReview.com: The Big List of PHP Frameworks
by Chris Cornutt January 07, 2009 @ 14:12:10
The devReview.com website has put together The Big List of as many of the PHP frameworks out there they could find:
For the start of a new year, it was time to clean out the list of PHP frameworks. A few have fallen by the wayside, but many new ones have been added. It seems that patterns and MVC is still all the rage, but less are professing to being Rails clones, though the inspiration of convention is still strong. There are a wide variety of framework types. From full stack (cakePHP, Symfony) to components (eZ), a bit of both (Zend) and minimalist (LightVC, TinyMVC, Pluf).
Requirements to be on the list include that the framework must be PHP-based, have a recent code release in the last 12 months, needs to be available in English and not including frameworks that can be considered content systems themselves.
As of the time of this post, there are around 50 active frameworks listed - everything from CakePHP and the Zend Framework out to eZ Components and Prado. Links for each include their project homepage and some reviews the site has done.
voice your opinion now!
list framework active project php4 php5 release english
Chris Jones' Blog: The Global PHP Community
by Chris Cornutt December 04, 2008 @ 12:53:55
After taking part in this year's PHP Brasil conference, Chris Jones has issued a challenge to the PHP group members and developers there - do everything you can to be a part of the global PHP community.
At PHP Brasil '08, one of the themes I saw was community involvement. [...] In post-conference conversation, Luke Crouch (SourceForge) and I touched on what is gained from attending conferences, and how quickly technology is picked up in Brazil. So, one thing I specifically did during the conference was to encourage the organizers and presenters to make the English speaking world more aware of their activities.
He points out a talk that's already been translated to English and some of the people he met that are part of global PHP-using companies.
voice your opinion now!
community global phpbrasil08 english outreach involvement
PHP-GTK Community Site: PHP-GTK.eu goes multilingual
by Chris Cornutt August 18, 2008 @ 11:18:25
The PHP-GTK Community site has gone multilingual to help reach out to a broader audience:
A new block has appeared today on top right corner of the php-gtk.eu pages, with three little flags : they show you can now navigate the site in one of these languages and, more importantly, automatically find the translated versions of all articles when they exist ... or contribute one yourself if you are logged in to the site.
Right now they offer English, French and German and they're still working on translating some parts of the UI of the site, but the articles and content should be translated over just fine.
voice your opinion now!
multilingual phpgtk website english french german
|
Community Events
Don't see your event here? Let us know!
|