News Feed
Jobs Feed
Sections




News Archive
feed this:

Mashable:
10 Intermediate and Advanced Tips from PHP Masters
November 05, 2010 @ 10:55:36

Following up on their tips for PHP beginners they posted a little while back, Mashable has a a new article with a few more advanced tips from the same group.

Well, if you happen to be one of those more seasoned PHP developers, this post is for you. Our expert panel has returned to offer helpful hints and suggestions for those of you who have long since passed the "beginner" milestone and are on your way to becoming true masters of the art and science of PHP. Feel free to ask questions and leave your own suggestions in the comments - the lovely people we interviewed in this post are quite likely to pop in and reply to you directly.

Tips included in this article are things like:

  • Stay Current
  • Interact With Others' Code
  • Ask Questions
  • Keep It Simple
  • Maintain Your Code
  • Work With Others

Notice a trend? Working with others outside of your own development bubble can really help not only your development skills but can also provide you with a good way to give back to the community.

0 comments voice your opinion now!
intermediate advanced tips development hints


PHPImpact Blog:
PHP Compiler for the .NET Framework
June 04, 2008 @ 08:48:47

This post on the PHPImpact blog talks about a compiler that helps to bridge some of the gap between PHP and .NET - Phlanger.

Phalanger is a new PHP implementation introducing the PHP language into the family of compiled .NET languages. [...] Phalanger compiles PHP scripts into MSIL (Microsoft Intermediate Language) which can be executed by .NET or Mono runtime.

He mentions some of the features of the tool (including interoperability between .NET and PHP and the ability to use current PHP libraries inside the .NET application). More information can be found on the Phlanger website.

0 comments voice your opinion now!
phlanger compile dotnet framework msil jit microsoft intermediate language


IBM developerWorks:
Ajax and XML Ajax for chat
December 06, 2007 @ 10:24:00

The IBM developerWorks blog has a new tutorial posted today about using the combination of PHP and Ajax to create a simple chat application (with a database backend).

Learn to build a chat system into your Web application with Asynchronous JavaScript + XML (Ajax) and PHP. Your customers can talk to you and to each other about the content of the site without having to download or install any special instant-messaging software.

Complete code is included (even the database table schemas) to create the simple application. They make the four pages to get it working and call that part of it good. The second part of the article, though, builds on this base and adds a fix for performance issues caused by constant polling of the database by the ajax request.

0 comments voice your opinion now!
ajax tutorial chat application performance issue intermediate ajax tutorial chat application performance issue intermediate


Joshua Eichorn's Blog:
PHP4Mono
February 27, 2006 @ 09:10:38

Joshua Eichorn has this new post today sharing a project that he found - a PHP compiler for Mono.

I found an interesting project reading planet gnome today. It seems someone has written a PHP compiler for mono. Its hard to tell how far along the project is, since the focus seems on doing mono-ish things in PHP rather then running PHP apps on mono. But the project is open source (GPL) and it does let you use PHP within the wider mono world so thats pretty cool.

Of course that brings up the question, does anyone really want to use PHP inside a managed runtime like mono. I can see the advantage of using PHP to make a GUI app using mono's gnome stuff since it would be less to learn (if thats actually true) but what would I gain running my web apps using mono, besides less compatability.

The compiler allows Mono to be able to run PHP code and is written in C# to translate PHP scripts into a "Common Intermediate Language" to make the execution possible.

0 comments voice your opinion now!
mono php4mono project Common Intermediate Language mono php4mono project Common Intermediate Language



Community Events











Don't see your event here?
Let us know!


release code example framework introduction application language podcast phpunit community unittest opinion tool functional series conference interview development zendframework2 testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework