Current User: guest
<
Blog
Welcome to the Blog
This is the new SOSensible site blog. We hope you find stuff worthy of your visit!

SOSensible Blog Listing...

  • jQuery Data PlugIn

    OK... look out Spry data lovers. Here comes an amazing solution jQuery plugin for doing data dom interaction with less code and more power. Let's look at an example.

    Example

    HTML

    <div id="quickdemo">
          <div class="item"><span class="library">Library Name</span></div>
    </div>

    JavaScript

    $('#quickdemo')
       .items([
           {library:'DataMGR'},
           {library:'jQuery'},
           {library:'COOP'},
           {library:'SOS'}
       ])
       .chain();

    What does this do for us? Well check out some live in browser demos, documentation and the code and you will be pleased to a new level.



    (Link To This Post)   (26-Aug-08)
  • Ears and Eyes for AIR

    There are a number of ways to watch what goes on between an AIR application and the server. Yes the built in debugging is nice, but that doesn't tell us about what the AIR application says to other HTTP servers and what they answer back. There are a number of solutions to make this easier.

    1. Fiddler This is a free dotNet solution.

    2. Service Capture Paid for Solution. 35 bucks.

    Both of these solutions are nice. Sorry Mac friends, but you will have to let me know what the solutions are for a Mac. This should get you talking with the CF server or what ever server you might be using.



    (Link To This Post)   (18-Aug-08)
  • jQuery Conference

    jQuery conf. will have a lot of big names you might want to hear from and meet. John, Karl, Brandon, Paul, Joern, Rey, Kevin Hoyt (Adobe), Aza Raskin (Mozilla), Scott Jehl (Filament Group). Check for details at http://events.jquery.com/.

    (Link To This Post)   (16-Aug-08)