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

Incredible Demos

  • By
    Animated AJAX Record Deletion Using Dojo

    I'm a huge fan of WordPress' method of individual article deletion. You click the delete link, the menu item animates red, and the item disappears. Here's how to achieve that functionality with Dojo JavaScript. The PHP - Content & Header The following snippet goes at the...

  • By
    Retrieve Google Analytics Visits and PageViews with PHP

    Google Analytics is an outstanding website analytics tool that gives you way more information about your website than you probably need. Better to get more than you want than not enough, right? Anyways I check my website statistics more often than I should and...

Discussion

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