Weekend Links – Opera, IE7.js, PHP RSS Parsers, Network Solutions Steals Domain Ideas, Eclipse and PHP, Cross-Site XMLHttpRequest

By  on  

Why Opera?

The men of Opera state their case for Opera being the browser available.

http://www.digital-web.com/articles/why_opera/

IE7.js Version 2 Beta

Dean Edwards releases version2 of his JavaScript library aimed at making IE7 a standards compliant browser.

http://dean.edwards.name/weblog/2008/01/ie7-2/

PHP RSS Parsers

Articles discusses usage of popular RSS parsers written in PHP.

http://www.webresourcesdepot.com/php-rss-parsers/

Network Solutions Steals Domain Ideas; Confirmed!

Network Solutions violated the privacy of many visitors that used their WHOIS checker. Essentially they reserved the domains looked up by visitors. Needless to say, many people are furious with the registrar.

http://blog.domaintools.com/2008/01/network-solutions-steals-domain-ideas-confirmed/

Eclipse and PHP

We all know Eclipse used heavily by java developers, but Eclipse can also be used for PHP.

http://www.tigerheron.com/article/2008/01/eclipse-and-php

Cross-Site XMLHttpRequest

jQuery's John Resig discusses cross-site XMLHttpRequest in Firefox 3.

http://ejohn.org/blog/cross-site-xmlhttprequest/

Recent Features

  • By
    CSS @supports

    Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS.  What we end up doing is repeating the same properties multiple times with each browser prefix.  Yuck.  Another thing we...

  • By
    Introducing MooTools Templated

    One major problem with creating UI components with the MooTools JavaScript framework is that there isn't a great way of allowing customization of template and ease of node creation. As of today, there are two ways of creating: new Element Madness The first way to create UI-driven...

Incredible Demos

  • By
    Dynamically Load Stylesheets Using MooTools 1.2

    Theming has become a big part of the Web 2.0 revolution. Luckily, so too has a higher regard for semantics and CSS standards. If you build your pages using good XHTML code, changing a CSS file can make your website look completely different.

  • By
    Create a Quick MooTools Slideshow with Preloading Images

    I've been creating a lot of slideshow posts lately. Why, you ask? Because they help me get chicks. A quick formula for you: The following code snippet will show you how to create a simple slideshow with MooTools; the script will also...

Discussion

  1. What IDE or text editor do you use for php?

    I use uestudio.

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