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
    How I Stopped WordPress Comment Spam

    I love almost every part of being a tech blogger:  learning, preaching, bantering, researching.  The one part about blogging that I absolutely loathe:  dealing with SPAM comments.  For the past two years, my blog has registered 8,000+ SPAM comments per day.  PER DAY.  Bloating my database...

  • By
    5 More HTML5 APIs You Didn’t Know Existed

    The HTML5 revolution has provided us some awesome JavaScript and HTML APIs.  Some are APIs we knew we've needed for years, others are cutting edge mobile and desktop helpers.  Regardless of API strength or purpose, anything to help us better do our job is a...

Incredible Demos

  • By
    Adding Events to Adding Events in MooTools

    Note: This post has been updated. One of my huge web peeves is when an element has click events attached to it but the element doesn't sport the "pointer" cursor. I mean how the hell is the user supposed to know they can/should click on...

  • By
    CSS Text Overlap

    One of the important functions of CSS is to position elements. Margin, padding, top, left, right, bottom, position, and z-index are just a few of the major players in CSS positioning. By using the above spacing...

Discussion

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