PHP.js – A cool project recreating PHP function is Javascript

While checking out the new release of the PHP extension for Aptana I came across this cool project –

PHP.js

which is looking to recreate PHP functions in Javascript. Now while it’s better to just handle these
things with proper JS, it is nice to use when you already know the php syntax for a function. What I really want out of this is the print_r function because I’m always running into issues with trying to figure out an object in JS and there aren’t any ways I have found that are as nice as the print_r in PHP. I only use that in debugging and development and will be a great thing to have around for that.

So overall an interesting project to watch.

A great example of opensource at work

Just saw this interesting article on what Facebook was doing to help increase the performance of their memcache servers. Because of the outstanding talk I saw from Brian Shire of Facebook back at PHP|Tek 2007 I at least understood what was being discussed here. Though understanding the idea and being able to “actually” do anything about it are to completely different things. But because of the great concept that is called open source that doesn’t matter.

First, if it wasn’t for the open source development that is going on, Facebook would not be able to have this great app to start with. They would either have to write their own or purchase a solution, which from others similar ones I’ve seen advertised, never seemed cheap. Extra costs like those can easily turn an extremely profitable company into one that is barely scraping by. That doesn’t even include all the other issues of relying on closed 3rd party apps, but I’ll save that rant for another day.

Second, Facebook is willing to share the wealth and have released their source modifications for the rest of the world to have (from the talk I knew they were directly contributing back to the project but I think this is more for the real power hungry people out there.) Now while I’ll never be lucky enough to have a project that would need this kind of power, it’s nice to know that if I did run into this issue I don’t have to reinvent the wheel or pony up a ton of cash.

This is just another great example of how open source can really help the greater good. Now, if only everyone would jump on this concept.

Flex training

Well since you can get Flex Builder for free, why not have some free training to go along with this as well.

http://www.adobe.com/devnet/flex/videotraining/

That came across my reader the other day but I forgot about it so now it is shared. :)