Login   Register  
Icontem

Site content newsletter

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Daily HTML version   Weekly HTML version   Daily text version   Weekly text version  
                 Daily newsletter of Saturday - 2013-05-18

    Contents

  o JS Classes site tip of the day
  o Latest JS Classes blog posts
  o Top friends of the site
  o Innovation award results
  o Latest package entries

---------------------------------------------------------------------------

    JS Classes site tip of the day

    o *Get the latest security vulnerability reports*
      http://www.jsclasses.org/tips.html?tip=security

    _______________________________________________________

    o Read about other interesting tips
      http://www.jsclasses.org/tips.html?tip=latest-reviews


---------------------------------------------------------------------------

    Latest JS Classes blog posts

  o Crawling AJAX Web sites using HTML5 pushState support - Lately in JavaScript podcast episode 30 (5 days ago)
    http://www.jsclasses.org/blog/post/46.html

    Posted on: 2013-05-13

    Summary: Now that both Google and Bing support crawling sites that use
    HTML5 history pushState, developers are free to use it in AJAX based
    Web sites navigation. That was one of the topics discussed by Manuel
    Lemos and Michael Kimsal in episode 30 of the Lately in JavaScript
    podcast.

    They also talked about Chardin.js for overlaying page help
    instructions, creating page screenshot clips with PhantomJS, supporting
    functions with a variable number of arguments, and detecting the
    inadvertent use of global variables using Debug.js.

    Now listen to the podcast, or watch the hangout video, or read the
    transcript to learn more about these interesting JavaScript topics.

---------------------------------------------------------------------------

                          Top friends of the site

    Friends of the JS Classes site is a initiative to provide recognition
    to the users that contribute to the growth of the site community.

    For more information on how to become a friend of the site look here:
    http://www.jsclasses.org/friends.html .

                     +----+---------------+---------+
                     |Rank|     Friend    |Referrals|
                     +----+---------------+---------+
                     |  1 |Arturs Sosins  |       53|
                     +----+---------------+---------+
                     |  2 |Larry Wakeman  |        1|
                     +----+---------------+---------+
                     |  3 |Arun Anant Sule|        1|
                     +----+---------------+---------+
---------------------------------------------------------------------------

    Innovation award results

             Congratulations to Raul Molnar and Arturs Sosins!
___________________________________________________________________________

                         Winners of March of 2013
___________________________________________________________________________

 1. jQuery GrayScale Image Plugin (50.00%)
    http://www.jsclasses.org/package/243.html

    Author: Raul Molnar
    http://www.jsclasses.org/browse/author/12585.html


 1. Fallout 3 Terminal Hack (50.00%)
    http://www.jsclasses.org/package/247.html

    Author: Arturs Sosins
    http://www.jsclasses.org/browse/author/23.html


 3. ySpeed (<1.00%)
    http://www.jsclasses.org/package/244.html

    Author: Bob
    http://www.jsclasses.org/browse/author/10154.html


 3. JavaScript Multi Key Array (<1.00%)
    http://www.jsclasses.org/package/245.html

    Author: Javier Camelis
    http://www.jsclasses.org/browse/author/803.html

___________________________________________________________________________

  Award page
  http://www.jsclasses.org/award/innovation/
___________________________________________________________________________

                Nominees to win the award of April of 2013
___________________________________________________________________________

o Class: AJAX Multi-Level Menu Creator
  http://www.jsclasses.org/package/253-JavaScript-Edit-and-generate-HTML-for-multi-level-menus.html

  Description: Edit and generate HTML for multi-level menus

  Author: MarPlo
  Age: ???

  Country: Romania

___________________________________________________________________________

o Class: jQuery Sheep
  http://www.jsclasses.org/package/254-JavaScript-Animate-graphics-of-sheep-around-page-elements.html

  Description: Animate graphics of sheep around page elements

  Author: tobozo
  Age: ???

  Country: France

___________________________________________________________________________

o Class: D.js
  http://www.jsclasses.org/package/255-JavaScript-Evaluate-asynchronous-conditions-using-promises.html

  Description: Evaluate asynchronous conditions using promises

  Author: Jonathan Gotti
  Age: 36

  Country: France

___________________________________________________________________________

  Vote
  http://www.jsclasses.org/vote.html
___________________________________________________________________________

---------------------------------------------------------------------------

    Latest package entries

  o jValidation
    http://www.jsclasses.org/package/262-JavaScript-jQuery-plugin-to-add-validation-to-form-inputs.html
    Author: Toure Iliass
    Date: 2013-05-17 (1 day ago)
    Groups: jQuery, Forms
    Description:
        This is a jQuery plugin that can add validation to form inputs.

        It can verify several different types of validation rules when the
        form inputs lose focus.

        Currently it supports the validations for email addresses, user
        names, integer and floating point numbers.

        It may also validate an input value by sending an AJAX request to a
        given URL.

        If an input is valid show an OK icon. Otherwise it shows an error
        message and changes the input background color.