Weekend Links – PHP on Java, PHP Tree Structures, jEdit for PHP, Slow Coding, Developing For Facebook

By  on  

Links to give others life.

Five Hours For One Line of Code

Ever have one of these days? I don't know if I've ever spent five hours for one line, but I'm sure I've come close.
http://timstall.dotnetdevelopersjournal.com/five_hours_for_one_line_of_code.htm

Top Five Reasons Building on the Facebook Platform is Foolish

NameStrategy provides five compelling reasons not to develop your web application for Facebook. Check it out.
http://www.namestrategy.com/social-media/top-5-reasons-building-on-the-facebook-platform-is-foolish.html

Convert Anything to Tree Structures in PHP

Looking to make tree-like array structures to handle your PHP code? Grab the code from this article.
http://kevin.vanzonneveld.net/techblog/article/convert_anything_to_tree _structures_in_php/

PHP on Java: Best of Both Worlds

Big news going around that PHP will be placed on the Java architecture. I think this is great -- I love both languages and think they can benefit from each other.
http://www.infoq.com/news/2007/10/php-java-stack

My Editor of Choice

Brian Moon blogs on his PHP editor of choice -- jEdit. I use jEdit for ALL of my text-editing needs and it's a great tool. Head over to jedit.org to download it.
http://doughboy.wordpress.com/2007/10/10/my-editor-of-choice/

Recent Features

  • By
    5 Awesome New Mozilla Technologies You’ve Never Heard Of

    My trip to Mozilla Summit 2013 was incredible.  I've spent so much time focusing on my project that I had lost sight of all of the great work Mozillians were putting out.  MozSummit provided the perfect reminder of how brilliant my colleagues are and how much...

  • By
    7 Essential JavaScript Functions

    I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener and attachEvent.  Times have changed but there are still a few functions each developer should...

Incredible Demos

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!