REFS 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. NODE.JS
  2. http://npmjs.org/
  3. http://nodejs.org/docs/v0.2.6/api.html
  4. http://jsconf.eu/2009/video_nodejs_by_ryan_dahl.html
  5. http://jnjnjn.com/113/node-js-for-noobs-grabbing-post-content/
  6. http://net.tutsplus.com/tutorials/javascript-ajax/learning-serverside-javascript-with-node-js/
  7. http://developer.yahoo.com/blogs/ydn/posts/2010/07/multicore_http_server_with_nodejs/
  8. http://www.stoimen.com/blog/2010/11/19/diving-into-node-js-very-first-app/
  9. http://jmesnil.net/weblog/2010/11/24/html5-web-application-for-iphone-and-ipad-with-node-js/
  10. http://stackoverflow.com/questions/5978361/image-server-using-node-js-and-ni-framework
  11. http://snippets.dzone.com/posts/show/12069
  12. DO
  13. http://howtonode.org/68a949da2e5524ebfe31e06e8351bf75282cc02c/do-it-fast
  14. https://github.com/creationix/do/blob/master/lib/do.js
  15. http://howtonode.org/control-flow
  16. http://howtonode.org/control-flow-part-ii
  17. WEBWORKERS
  18. https://developer.mozilla.org/En/Using_web_workers
  19. http://www.nczonline.net/blog/2009/08/25/web-workers-errors-and-debugging/
  20. http://www.whatwg.org/specs/web-workers/current-work/
  21. http://blog.std.in/2010/07/08/nodejs-webworker-design/
  22. https://github.com/pgriess/node-webworker/issues/11
  23. JS...
  24. http://wiki.commonjs.org/wiki/Modules/1.1#Module_Identifiers
  25. http://stackoverflow.com/questions/254200/access-parent-property-in-jquery-callback
  26. http://stackoverflow.com/questions/208105/how-to-remove-a-property-from-a-javascript-object
  27. http://stackoverflow.com/questions/122102/what-is-the-most-efficient-way-to-clone-a-javascript-object
  28. http://www.componentart.com/community/blogs/jovan/archive/2007/10/17/multiline-strings-in-javascript.aspx
  29. http://perfectionkills.com/instanceof-considered-harmful-or-how-to-write-a-robust-isarray/
  30. https://developer.mozilla.org/En/XMLHttpRequest/Using_XMLHttpRequest#Example.3a_Asynchronous_request
  31. http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/
  32. http://stackoverflow.com/questions/3543319/right-click-event-onclick-in-chrome-opera-and-ie-javascript
  33. http://stackoverflow.com/questions/57803/how-to-convert-decimal-to-hex-in-javascript
  34. http://stackoverflow.com/questions/3277369/simulate-a-click-by-using-x-y-coordinates-javascript
  35. http://www.eggheadcafe.com/community/aspnet/3/10088543/how-to-disable-document-body-from-scrolling.aspx
  36. http://webdomino.blogspot.com/2007/04/tips-warning-before-navigate-away-from.html
  37. http://stackoverflow.com/questions/1314450/jquery-how-to-capture-the-tab-keypress-within-a-textbox
  38. http://simonwillison.net/2006/Jan/20/escape/
  39. http://caffeinatedcode.wordpress.com/2008/04/08/simple-javascript-progress-bar/
  40. http://stackoverflow.com/questions/246801/how-can-you-encode-to-base64-using-javascript
  41. http://stackoverflow.com/questions/383402/is-javascript-s-new-keyword-considered-harmful
  42. http://javascriptweblog.wordpress.com/2010/06/07/understanding-javascript-prototypes/
  43. http://stackoverflow.com/questions/3770627/multiple-inheritance-in-javascript
  44. WEBSOCKETS
  45. http://slides.html5rocks.com/#web-sockets
  46. http://dev.w3.org/html5/websockets/
  47. SOCKET.IO
  48. http://howtonode.org/websockets-socketio
  49. http://socket.io/
  50. https://github.com/LearnBoost/socket.io
  51. https://github.com/LearnBoost/Socket.IO/wiki/Configuring-Socket.IO
  52. https://github.com/LearnBoost/socket.io-client
  53. https://github.com/LearnBoost/socket.io-spec
  54. XX https://github.com/remy/Socket.io-node-client
  55. REST
  56. http://www.suryasuravarapu.com/2009/10/rest-delete-operation-and-tunneling.html
  57. http://stackoverflow.com/questions/4088350/is-rest-delete-really-idempotent
  58. PYTHON...
  59. http://docs.python.org/distutils/introduction.html#distutils-simple-example
  60. http://stackoverflow.com/questions/336866/how-to-implement-a-minimal-server-for-ajax-in-python
  61. http://stackoverflow.com/questions/2398144/python-basehttpserver-httpserver-concurrency-threading
  62. http://stackoverflow.com/questions/1099981/why-cant-python-find-shared-objects-that-are-in-directories-in-sys-path
  63. http://stackoverflow.com/questions/1562759/can-python-print-a-function-definition
  64. http://stackoverflow.com/questions/576169/understanding-python-super
  65. http://stackoverflow.com/questions/463643/python-doing-absolute-imports-from-a-subfolder
  66. http://psung.blogspot.com/2007/12/for-else-in-python.html
  67. http://stackoverflow.com/questions/656155/why-did-python-2-6-add-a-global-next-function
  68. http://wiki.python.org/moin/HowTo/Sorting/
  69. http://stackoverflow.com/questions/850795/clearing-python-lists
  70. http://stackoverflow.com/questions/952914/making-a-flat-list-out-of-list-of-lists-in-python
  71. http://stackoverflow.com/questions/2576534/does-pythons-httplib-httpconnection-block
  72. PYTHON-WEBSOCKET
  73. http://freeasinbeard.org/post/1008785379/python-websocket-a-websocket-client-library-for
  74. https://github.com/mtah/python-websocket
  75. PYTHON-SPIDERMONKEY
  76. http://code.google.com/p/python-spidermonkey/
  77. IGRAPH
  78. http://www.cs.rhul.ac.uk/home/tamas/development/igraph/tutorial/tutorial.html
  79. HTML5 DRAGNDROP
  80. http://www.thebuzzmedia.com/html5-drag-and-drop-and-file-api-tutorial/
  81. http://help.dottoro.com/ljoiuehq.php
  82. http://stackoverflow.com/questions/5369928/html5-drag-drop-behaviour
  83. http://www.html5rocks.com/en/tutorials/casestudies/box_dnd_download/
  84. http://www.html5rocks.com/en/tutorials/dnd/basics/
  85. HTML+CSS
  86. http://www.highdots.com/forums/cascading-style-sheets/adapt-width-div-content-258048.html
  87. http://forums.devshed.com/css-help-116/div-height-grow-as-content-grows-501491.html
  88. http://www.bluerobot.com/web/css/center1.html
  89. http://www.w3schools.com/cssref/pr_pos_z-index.asp
  90. http://www.adipalaz.com/linksbg.html
  91. http://stackoverflow.com/questions/2091168/disable-a-link-using-css
  92. http://stackoverflow.com/questions/826782/css-rule-to-disable-text-selection-highlighting
  93. http://www.frontpagewebmaster.com/m-134791/tm.htm
  94. http://stackoverflow.com/questions/3066356/multiple-css-classes-properties-overlapping-based-on-the-order-defined
  95. http://girliemac.com/blog/2011/11/27/html5-input-events/
  96. SVG
  97. http://www.w3.org/TR/SVG/paths.html#PathDataGeneralInformation
  98. http://www.w3.org/TR/SVGTiny12/text.html#text-edit
  99. http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Scalable_Vector_Graphics)
  100. http://tutorials.jenkov.com/svg/g-element.html
  101. http://www.w3.org/TR/SVG/coords.html#TransformMatrixDefined
  102. http://stackoverflow.com/questions/1301685/fixed-stroke-width-in-svg
  103. http://www.w3.org/TR/SVGTiny12/painting.html#NonScalingStroke
  104. http://stackoverflow.com/questions/3561270/error-on-line-39-at-column-26-namespace-prefix-xlink-for-href-on-script-is-not
  105. COPY-PASTE
  106. http://code.google.com/p/zeroclipboard/
  107. http://davidwalsh.name/clipboard
  108. http://help.dottoro.com/ljuimtmq.php
  109. http://help.dottoro.com/ljwexqxl.php
  110. https://developer.mozilla.org/en/document.cookie
  111. http://www.quirksmode.org/js/cookies.html
  112. https://developer.mozilla.org/en/DOM/Storage
  113. OTHER
  114. http://blog.hackers-cafe.net/2009/06/how-to-calculate-bezier-curves-bounding.html
  115. http://stephenjungels.com/jungels.net/articles/diff-patch-ten-minutes.html
  116. http://www.gentleface.com/free_icon_set.html
  117. http://stackoverflow.com/questions/872206/http-status-code-0-what-does-this-mean-in-ms-xmlhttp
  118. http://www.javapractices.com/topic/TopicAction.do?Id=19
  119. http://stackoverflow.com/questions/5802974/android-intent-action-sendto-displays-activity-com-android-mms-ui-conversatio
  120. DATA URIs
  121. http://stackoverflow.com/questions/5294470/node-js-writing-image-to-local-server
  122. https://gist.github.com/799195
  123. http://www.nczonline.net/blog/2009/10/27/data-uris-explained/
  124. http://stackoverflow.com/questions/934012/get-image-data-in-javascript
  125. CLIENT SIDE DOWNLOAD, DATA URIs
  126. # download via hand-built data uris is no longer supported by chrome... you have to put data in a blob and download via the blob url
  127. http://jsfiddle.net/estelle/SJjJb/
  128. http://stackoverflow.com/questions/3665115/create-a-file-in-memory-for-user-to-download-not-through-server
  129. http://html5-demos.appspot.com/static/a.download.html
  130. http://updates.html5rocks.com/2011/08/Downloading-resources-in-HTML5-a-download
  131. http://stackoverflow.com/questions/6076047/create-a-download-link-from-a-blob-url/10988709#10988709