반응형
반응형

자바스크립트 개론 : 체계적인 프로그래밍 수련법

 

원서 링크 WEB : http://eloquentjavascript.net/contents.html

원서 다운로드  : http://eloquentjavascript.net/Eloquent%20JavaScript.zip

Eloquent JavaScript

A Modern Introduction to Programming

by Marijn Haverbeke

Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.

A concise and balanced mix of principles and pragmatics. I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!
Brendan Eich, the man who gave us JavaScript

The book exists in two forms. It was originally written and published in digital form, which includes interactive examples and a mechanism for playing with all the example code. This version is released under an open license.

I have published a revised version of the book on paper. The structure of this version remained largely the same, but the whole text has been thoroughly edited and updated. You can order from Amazon here. There is still an interactive coding environment for this version, as a separate page. Errata are here.

The digital version is available in the following formats:

The following translations are available:

 

반응형
반응형

Developing Backbone.js Applications

 

Link : http://addyosmani.github.io/backbone-fundamentals/


 

Was this helpful? We'd love you to write a review.

반응형
반응형

jQuery Fundamentals

 

http://jqfundamentals.com/

 

 

 

  • MDN: JavaScript
  • Chrome Developer Tools Overview
  • Fixing these jQuery: A Guide to Debugging
  • Chrome Developer Tools Cheat Sheet
  • Chrome Dev Tools: 12 Tricks to Develop Quicker (video)
  • 반응형
    반응형

    YARD: Yay! A Ruby Documentation Tool

    Homepage: http://yardoc.org
    IRC: irc.freenode.net / #yard
    Git: http://github.com/lsegal/yard
    Author: Loren Segal
    Contributors: See Contributors section below
    Copyright: 2007-2013
    License: MIT License
    Latest Version: 0.8.6.2
    Release Date: June 27th 2013

    Synopsis

    YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions. Below is a summary of some of YARD's notable features.

     

    YARD allows you to preview your code as you write your documentation for your Ruby app. It has easy-to-customize templates, supports your own DSL, and already has a number of great extensions, with more added each day.

    yard

    반응형
    반응형

    Sublime Text 2

    Version 2.0.2

    Release Date: 8 July 2013

    • Sublime Text 3 beta is now available from http://www.sublimetext.com/3
    • Removed expiry date
    • Backported various fixes from Sublime Text 3
    • Improved minimap click behavior. The old behavior is available via the minimap_scroll_to_clicked_text setting
    • Added copy_with_empty_selection setting, to control the behavior of the copy and cut commands when no text is selected

     

    Download

    The current version of Sublime Text 2 is 2.0.2.

    Sublime Text 3 is currently in beta, and contains many improvements over Sublime Text 2.

    Sublime Text 2 may be downloaded and evaluated for free, however a license must be purchased for continued use. There is currently no enforced time limit for the evaluation.

    Please submit feature requests to http://sublimetext.userecho.com/. For notification about new versions, follow sublimehq on twitter.

    반응형
    반응형

    HTML5 Boilerplate    http://html5boilerplate.com/

    HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites.

    This project is the product of many years of iterative development and combined community knowledge. It does not impose a specific development philosophy or framework, so you're free to architect your code in the way that you want.

    Save time. Create with confidence.

    Analytics, icons, and more

    A lean, mobile-friendly HTML template; optimized Google Analytics snippet; placeholder touch-device icons; and docs covering dozens of extra tips and tricks.

    Normalize.css and helpers

    Includes Normalize.css v1 — a modern, HTML5-ready alternative to CSS resets — and further base styles, helpers, media queries, and print styles.

    jQuery and Modernizr

    Get the latest minified versions of two best-of-breed libraries: jQuery (via Google’s CDN, with local fallback) and the Modernizr feature detection library.

    High performance

    Apache settings to help you deliver excellent site performance. We independently maintain server configs, a node build script, and an ant build script.

     

    Quick start

    Choose one of the following options:

    1. Download the latest stable release from html5boilerplate.com or a custom build from Initializr.
    2. Clone the git repo — git clone https://github.com/h5bp/html5-boilerplate.git - and checkout the tagged release you'd like to use.

     

     

    '

    반응형

    + Recent posts