Todas las semanas tenemos muchas sorpresas. ¿Te gustarÃa recibirlas?
This is yet another JavaScript reference manual viewer. The source document was taken from MDN wiki. The keys are working if the search field has focus or your mouse cursor is in the navigation area. ESC key is global. UP - Previous category / Previous item DOWN - Next category / Next item ENTER - Open category / Load selected item ESC - Clear search field and set focus
Node.js is a major framework for modern web development and makes it easy to create high-performance, real-time web applications. It allows JavaScript to be used end to end, both on the server and on the client. This tutorial will walk you through the installation of Node and show you how to write your first "Hello World" program. By the end, you'll go on to build a weather API with Node.js and Ex
1åç·ã¹ãããè¿ã¥ãããã®é ã«ãJavaScriptã®MVCãã¬ã¼ã ã¯ã¼ã¯ã«ä½ã使ããï¼ node.jsã¨ä½¿ã£ã¦ã¿ããã¦ã§ãã¢ããªã®ãã¬ã¼ã ã¯ã¼ã¯ã®åè£ã14é¸ãã§ã¿ã¾ããã MVCãã¬ã¼ã ã¯ã¼ã¯ã¨ãã£ã¦ããç´ç²ãªMVCã ãã§ã¯ãªããMVVMãMVC2ãMVPãªã©åºç¾©ã®MVCãã¬ã¼ã ã¯ã¼ã¯ãå«ã¿ã¾ããæçãããã¬ã¼ã ã¯ã¼ã¯ backbone.jsã®ããã«ä¸å®ã®æ´å²ã®ãããã®ããexpress.jsã®ããã«node.jsã§ã®ããã¡ã¯ãã»ã¹ã¿ã³ãã¼ãã«ãªã£ã¦ãããããªãã®ãå«ããä»ãããããã¯ã·ã§ã³ç°å¢ã§ä½¿ç¨ã§ããæç度ãããã¨æããããã¬ã¼ã ã¯ã¼ã¯ãã¾ã¨ãã¾ãã Backbone.js http://documentcloud.github.com/backbone/ å¤åã®ããã³ãã¨ã³ãåãMVCãã¬ã¼ã ã¯ã¼ã¯ã node.jsã«éãããRailsçã®ãã¬ã¼ã ã¯ã¼ã¯ã§ãããã³ãã¨ã³ãå´ã®
backbone.js + Rails3.1ã§ä½æãããµã¤ããbest vimrcããé¡æã«SonicGarden社å ã§åå¼·ä¼ãéå¬ãã¾ãããustreamãããªãã話ãã®ã¯ç·å¼µãã¾ããã¼ãã çµæçã«ãã¯ã©ã¤ã¢ã³ããµã¤ãã®ã³ã¼ããç¡çã«MVCã§æ¸ãçç±ãåãããªãããã£ã¨ã·ã³ãã«ã§åãããããã¢ã¼ããã¯ãã£ãããã®ã§ã¯ï¼ãã¨ãã話ã«è½ã¡çãã¾ãããããµã¼ãå´ãRailsã§ãã«Ajaxãªã¢ããªãä½ãéã«ã¯ãbackbone.js + Railsã¯gemãå å®ãã¦ããã®ã§è¯ãé¸æè¢ãªã®ããªã¨ããæ°ããã¦ãã¾ãã Getting Start backbone.js with Rails 次ã¯knockout.js + Sinatraã®çµã¿åããã試ãã¦ã¿ããã ãbest vimrcãã®ã½ã¼ã¹ã³ã¼ãã¯githubã«ããã¦ããã¾ãã®ã§ãèå³ã®ããæ¹ã¯ã覧ä¸ããã
Simplify dynamic JavaScript UIs with the Model-View-View Model (MVVM) pattern Declarative Bindings Easily associate DOM elements with model data using a concise, readable syntax Automatic UI Refresh When your data model's state changes, your UI updates automatically Dependency Tracking Implicitly set up chains of relationships between model data, to transform and combine it Templating Quickly gene
jasmine-nodeãnpmã§å ¥ãããã«ãªã£ã¦ãã®ã§ä½¿ã£ã¦ã¿ãã ããã使ãã¨å®å ¨ã«ã³ãã³ãã©ã¤ã³ã®ã¿ã§Jasmineã使ããã¨ãå¯è½ã¨ãªãããã¹ãçµæããã©ã¦ã¶ã§ã¯ãªãã¿ã¼ããã«ã«è¡¨ç¤ºãããã èªåã«ã¨ã£ã¦ã¯RailsããPHPããã®ãµã¼ãã¼ãµã¤ãããã°ã©ãã³ã°ã§æ £ã親ããã å½¢ã§ãããã¾ãã ãããTitaniumãããã£ã¦ãã¯ãããã¤ã®éã«ãNode.jsã®ä¸çã«è¿·ãè¾¼ãã§ããã ãã©ãããã ããã æºå ã¤ã³ã¹ãã¼ã« npm install jasmine-node ãã£ã¬ã¯ããªã®æºå mkdir myproject cd myproject mkdir lib mkdir spec libã«ã¯ãã¹ã対象ã®å®ã³ã¼ããç½®ãã specã«ã¹ããã¯ãã¡ã¤ã«ãç½®ãã å®ã³ã¼ããç½®ãå ´æãå¤ããããã°specs.jsãæ¸ãæããã°ããã Jasmineã¨specs.jsã®ã³ãã¼ ã¹ããã¯ãèµ°
A language that doesnât affect the way you think about programming, is not worth knowing â Alan J. Perlis Edit Feb/2014: Please note that this post is from 2011, a few weeks after Clojurescript was released. Things changed a lot in the mean time⦠In the past few years Javascript has gained a lot of attention and ubiquity: HTML5 technologies leverage a lot of Javascript, which enables people to cre
ã¯ããã« JavaScriptã§æååãå転ããï¼ï¼ã®æ¹æ³ãï¼ç¡çç¢çï¼ï¼æãã¤ããã®ã§ãã¡ãã£ã¨ç°¡åã«ç´¹ä»ããããã¾ããããããã«ã¤ãã¦ãåãã©ã¦ã¶ã§ããã©ã¼ãã³ã¹ã測å®ãã¦ã¿ãã®ã§ããã®çµæãåããã¦è¼ããã æååã®Stringãªãã¸ã§ã¯ãã«ã¯ãé¨ååãåºã(substring, slice)ãç½®æ(replace)ãé£çµ(concat)ãªã©è±å¯ãªæ©è½ãããã®ã«ãå転(reverse)æ©è½ã¯ãªããArrayã®reverseã¯ããã®ã«ãStringã®reverseããªãã®ã¯ã©ããã¦ãªã®ã ãããã åãã©ã¦ã¶ã¨ãã®ãã¼ã¸ã§ã³ã¯ä»¥ä¸ã®éãï¼ Chrome Firefox Opera Safari IE 13.0.782.112 m 6.0 11.50 5.1(7534.50) 8.0.7600.16335 rev01: Cè¨èªççºæ³ 空ã®é åãä½ã£ã¦ãããã«å ã®æååã®å¾ãããï¼æåã¤ã¥å ¥
stockNum.App Something new is just around the corner ðð
移転ãã¾ãã http://please-sleep.cou929.nu/20110721.html
This is a book about JavaScript, programming, and the wonders of the digital. You can read it online here, or buy your own paperback copy (3rd edition). Written by Marijn Haverbeke. Licensed under a Creative Commons attribution-noncommercial license. All code in this book may also be considered licensed under an MIT license. Illustrations by various artists: Cover by Péchane Sumi-e. Chapter illust
ããè¦ãããã¿ã¤ãã®jQueryã使ã£ãã¹ã¯ãã¼ã«ãã¦ãä¸ã«åºå®ããã¦ããã¡ãã¥ã¼ãç´¹ä»ãã¾ããæè¿FC2ããã°ã®ä¸é¨ã«ç¾ããæ¤ç´¢ãã¼ï¼ãã®ããã°ã¯é表示ã«ãã¦ã¾ãï¼ã¿ãããªæãã§ãã <script type="text/javascript"> $(function() { $(window).scroll(function(){ var scrollTop = $(window).scrollTop(); if(scrollTop != 0) $('#nav').stop().animate({'opacity':'0.5'},400); //ã¹ã¯ãã¼ã«æ else $('#nav').stop().animate({'opacity':'1'},400); //ä¸çªä¸ã«ããã¨ã }); $('#nav').hover( function (e) { var scrollTop =
ç§ããµã¤ããä½ãéã«ãããä¸è©±ã«ãªã£ã¦ãããµã¤ãããµã¼ãã¹ãããªã¼ã½ãããç´¹ä»ãã¾ããå人çã«è¦ã¦ãããã®ã ããªã®ã§ã¾ã ã¾ã ããã¨æãã¾ããããåèã«ãªãã°ããããã§ãã é±éã¦ã§ããã¶ã¤ã³ 次ã®ããããããã§ãã¦ã¯ãããæ´æ°åæ¢ã«ãªã£ã¦ããã®ã§ãã¡ããã1ãã¼ã¸ãããã®è¡¨ç¤ºæ°ãå¤ãã®ã§æ¢ããããã§ããã ãããããã§ãã¦ã¯ã Webãã¶ã¤ã³ã®ã®ã£ã©ãªã¼ã¯ããããããã¾ãããè¦ãããæ¢ããããã§ãã¡ããããè¦ã¾ããæ´æ°ã¯æ¢ã¾ã£ã¡ãã£ã¦ã¾ãããã MephoBox ãããã¼ãããã¿ã¼ãªã©é¨åçãªãã®ã«ãã ãã£ãæµ·å¤ã®ã®ã£ã©ãªã¼ã§ãã404ãããã²ã¼ã·ã§ã³ãªãããããåèã«ãªãã¾ãã ãã´ã¹ãã㯠æ¥æ¬ãä¸å¿ã«ããªãã®æ°ã®ãã´ãéãããã¦ãã¾ãã管ç人ããã訪åè ã®è©ä¾¡ãè¦ããã¨ãã§ãã¦åèã«ãªãã¾ãã ããªã¼ã®ç´ æéã§ããããã¤ã¤ãªãã£ããªã¼ãªããªã¼ãã©ããç¡æåçç´ æãµã¤ãã®ã¾ã¨ããããå
â CoffeeScript CoffeeScript is a little language that compiles into JavaScript. Think of it as JavaScript's less ostentatious kid brother â the same genes, roughly the same height, but a different sense of style. Apart from a handful of bonus goodies, statements in CoffeeScript correspond one-to-one with their equivalent in JavaScript, it's just another way of saying it. Disclaimer: CoffeeScript i
ãªã³ã©ã¤ã³ã§JavaScriptãå§ç¸®ã軽éãé£èªåãããã¼ã«ã®ãªã³ã¯éã§ãã JavaScriptã¨CSSãå§ç¸®ã»è»½éã»é£èªåãããªã³ã©ã¤ã³ãã¼ã« JavaScriptãå§ç¸®ã»è»½éã»é£èªåãããªã³ã©
ãã¿å ï¼[mixi] CSSãã¯ãã㯠| divã®é«ãã100%ã« è¤æ°ã®ã«ã©ã ãå©ç¨ããã¨ãã«ã ã³ã³ãã³ãã®éã«ãã£ã¦é«ãã¯å¤ãã£ã¦ããã ã§ããé«ããåãã«ãã¦è¦ãç®ãåãã«ãããï¼ ã¨ããã±ã¼ã¹ã«åºä¼ã£ãäºãããã²ã¨ãå¤ãã®ã§ã¯ãªãã ãããï¼ ãã®å ´åã¾ãèããããã®ããheightãæå®ãã¦ãåãåpxæå®ãããæ¹æ³ã ã§ããã®æ¹æ³ã ã¨ãã³ã³ãã³ãéãå¤åãããã³ã«å¤åãããå¿ è¦ããã£ã¦é¢åã ã§ã¯ãã©ã®ããã«ãããé«ããåãã«ã§ããã®ãï¼ èª¿ã¹ã¦ã¿ããæ§ã ãªæ¹æ³ããããããªã®ã§ãã¾ã¨ãã¦ã¿ãã CSSã§æãã - ãã®ï¼ æããæ¹æ³ã¯ããããããããã¾ãã¯CSSã§æããæ¹æ³ã ä¸åº¦ç»é¢ãã¯ã¿åºããããé·ãpadding-bottomãæå®ãã¦margin-bottomã§ãã®å¹ ã縮å°ã ãã¨ã¯è¦ªè¦ç´ ã«overflow: hiddenãæå®ãã¦ãå¿ è¦ãªç¯å²ã ãã«ããæ¹æ³ã§ããã
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}