Showing posts with label jQuery. Show all posts
Showing posts with label jQuery. Show all posts

Reading Notes #57

 
“Cloud Book Study” by Heidi Neilson
Cloud
Check out the paper.

Programming

Miscellaneous

    ~ Frank


    Reading Notes #53


    This post is an important milestone for this blog. It completes the first year of Reading Notes, since a year as 52 weeks and it’s also the 100th post!

    Thanks for being there and continue reading, a lot of good stuff is coming…

    ~Frank


    2012-07-02_0720
    Cloud
    […]great video of a presentation on Federations by Cihan Biyikoglu at the 2012 US Tech Ed conference in Orlando. […]
    […]Following is the high-level technology selection considerations section from the full article on MSDN. […]
    Programming
    […]new build system based on Ben Alman’s awesome grunt tool. […]
    Miscellaneous


    ~Frank

    Reading Notes #37


    Cloud


    Programming


    Miscellaneous


    Frank


    Reading Notes #36



    Cloud


    Programming


    Miscellaneous



    ~ Frank



    Reading Notes #32



    Cloud

    Let The Clouds Make Your Life Easier - Geek and poke

    Programming

    Miscellaneous


    ~Franky


    Reading Notes #25


    David Fletcher - Lighter Side Of The Cloud

    Cloud


    Programming


      Miscellaneous


      ~Franky

      Reading Notes #23

      From http://www.wadewegner.com

       

      Cloud


      Programming


      Miscellaneous

      ~Franky

      Reading Notes #10

       HTML5 affects more than the front end and cloud computing affects more than the back end.”

      ~ Franky

      Lecture de la semaine #2

       

      Cloud Cover Episode 23 - AppFabric Service Bus (vidéo)

      Épisode très intéressante où le Service Bus est présenté avec un exemple simple. Plus d’information sur : https://portal.appfabriclabs.com et sur CodePlex. Il est possible de télécharger des exemples à partir de CodePlex ou avec Nuget. ref : http://goo.gl/fFY1F

       

      Understanding Windows Azure AppFabric Queues (vidéo)

      Une autre présentation sur AppFabric, axé sur les queues. ref : http://goo.gl/U3hhZ
       

      Console2 - A Better Windows Command Prompt

      by Scott Hanselman
      Description d’une console « DOS Prompt » génial. ref : http://goo.gl/7AMqo

       

      jQAPI - Alternative jQuery Documentation - For Version 1.6

      Documentation très bien faite structurée, avec des exemples et permettant des recherches. C'est le même contenu que sur jquery.com mais le contenu formaté différemment et la recherche facilitée. ref : http://jqapi.com/
       

      TFS merge tools configuration

      Je chercher toujours d’une fois à l’autre « LA » configuration de KDiff dans Visual Studio, maintenant je ne chercherai plus. ref : http://goo.gl/dSGdM
       

      Windows Azure MSDN How To tips in one place

      Le titre dit tout… ref : http://goo.gl/BirT2

       

      Code snippets on blogs, are you allowed to use them in your own work? No you can not!!

      Je ne savais pas… maintenant j’en sais plus sur les “code snippets” et leur utilisation. ref : http://goo.gl/lPCUq
       

      Tools For jQuery Application Architecture – The Printable Chart

      Présentation sur jQuery, l’architecture des applications et les outils disponibles. Ref : http://goo.gl/cz46S
      Aussi disponible un livre gratuit : Essential JavaScript Design Patterns 1.1 – A Free Updated Book For Beginners. Disponible ici : http://goo.gl/D98nR

      ~Franky

      The Official jQuery Podcast – Episode 30

      Blog » The Official jQuery Podcast – Episode 30 – Chris Coyier

      Posted July 30th, 2010 by Ralph WhitbeckIn our 30th episode, we talk with Chris Coyier of CSS-Tricks. Chris also works for Wufoo, an online form builder service.  Chris talks about his inspiration for writing for CSS-Tricks and we look at his jQuery snippets, freebies and screen casts.  We learn what Wufoo is and talk about the new API for Wufoo.  Chris shows us the new Wufoo jQuery API Wrapper and we talk about  the choice of putting the plugin on the jQuery namespace verses making it its own global object.  Finally, we talk about how designers and developers responsibilities are becoming more blurred as it evolves and changes.
      You can subscribe to the show in iTunes or via the raw RSS feed or you can download the MP3.

      Fenêtre de dialogue JQuery avec ajax

      Un collègue m'a demandé de l'aider pour faire une fenêtre de dialogue pour une application web. Rien de plus simple avec JQueryUI, un simple .dialog() et... "Oui mais le contenu du dialogue doit être une page externe...".   Ah ah, voilà qui semblait compliquer les choses.

      Normalement pour faire un dialogue c'est très simple:
         1: <div id="MyDialog">
         2:  <h2>Bravo!</h2>
         3:  <p>Vous avez affiché une boite de dialogue avec succès</p>
         4: </div>
         5: <script type="text/javascript">
      
         6:  $(document).ready(function(){
         7:   $("#MyDialog").dialog();  
         8:  });
      9:</script>

      The Official jQuery Podcast – Episode 18 – Jeffery Way (Nettuts)

      The Official jQuery Podcast – Episode 18 – Jeffery Way (Nettuts)
      Posted April 2nd, 2010 by Ralph Whitbeck

      The Official jQuery PodcastThis week we talked with Jeffrey Way. He is the editor of Nettuts+, and the Site Manager of ThemeForest and CodeCanyon. Jeffrey gives an overview of the Nettuts+ website and explains why their tutorials focus so much on jQuery and gives some examples of recent jQuery related articles.

      We also announce the winner of the Nettuts giveaway for a free jQuery Conference Bay Area ticket. And that wasn’t the only thing we gave away this week either!

      You can subscribe to the show in iTunes or via the raw RSS feed or you can download the MP3.
      jQuery: » The Official jQuery Podcast – Episode 18 – Jeffery Way (Nettuts)