2011 December 15
submitted by airportyh
[link] [comment]
2011 December 15
submitted by polaretto
[link] [comment]
2011 December 15
submitted by Factran
[link] [comment]
2011 December 15
Hey guys,
I'm starting a new job on Monday as a developer in JavaScript. I have made clear with my employer I am no expert, but willing to learn.
What are some good resources to learn server-side JavaScript (such as tutorials, best practices, etc). Same with ExtJS, any resources would be awesome.
Books are great, tutorial websites are great, examples are great. Anything to get me started.
Thanks!
submitted by
transitionb [link] [2 comments]
2011 December 15
submitted by 9jack9
[link] [comment]
2011 December 15
At PDC'10 last year Microsoft showed their upcoming solution for sharing assemblies between different platforms (Windows Phone, Silverlight, and .NET) – dubbed Portable Library Projects. The release date is said to be H1 2011 so hopefully they are still on track, maybe even to be included in VS 2010 SP1. Until then, we are on our own…
2011 December 15
Here is an example of how to add an Ajax Autocomplete Cities List to any website without generating any cross-site scripting errors, and without the need for any server side code or proxies. Fortunately there is not a lot that you need to know to get this running, but if you are interested in knowing how it works and why it does not raise site cross-scripting errors, then checkout the links below the following sample code. This script requires no server side code (php or otherwise) as it uses one of Geobytes' free web services to get the list of cities. OK, first here is a demo:
2011 December 15
In this article I’d like to compare Backbone, Knockout and JavaScriptMVC under the following points: documentation, installation, understanding, complexity and for what kind of project.
2011 December 15
A Lawnchair is sorta like a couch except smaller and outside. Perfect for HTML5 mobile apps that need a lightweight, adaptive, simple and elegant persistence solution.
2011 December 15
As modern Web applications have become increasingly interactive and data centric, techniques have been sought to make these applications more efficient. A major breakthrough in this area was the advent of AJAX (Asynchronous Javascript and XML). Since then, developers have continued to squeeze even more performance and efficiency out of every byte. One way to achieve these gains has been the use of JSON.
2011 December 15
Simple and ultra-fast templating tool
to generate HTML from JSON data
2011 December 15
YUI 3.5.0 Preview Release 1 has been deployed for testing and feedback from the developer community. You can find it on the Yahoo! CDN at yui.yahooapis.com/3.5.0pr1/build/yui/yui-min.js, or download a zip file if you plan to host it yourself.
2011 December 15
knockout.js helps you simplify dynamic JavaScript UIs using the Model-View-ViewModel (MVVM) pattern.
2011 December 15
A jQuery plugin to get placeholder text working in IE and other unsupported browsers
2011 December 15
In today's post a good blend of PHP and jQuery: I'll build a rich search interface with instant trailers. I hope it serves you to make movie searching and sharing even easier. The post focusses most on jQuery, but feel free to ping me for the PHP code ...
2011 December 15
jQuery tutorials part 6 - Replacing and removing page contents using JQuery functions: Methods explained - empty(),remove(),clone(),replaceAll(),replaceWith()
2011 December 15
One of the Zebra project goal is providing proper OOP JavaScript implementation where developers can find well-known OOP concepts. It has been already done and tested in local projects. The latest Zebra JS OOP v1.1.0 is available by http://www.lw-zone.org/download/zebra-1.1.0.js
Alone with proper JavaScript OOP it is very helpful to have classes designed the same manner Java library does it. Zebra provides bunch of JavaScript classes which are close implementation of appropriate Java library classes. For instance it is possible to read remote file by using Java-like InputStream class and applicable Java-like Reader. Find more details following the advertised link.
2011 December 15
check it out! very nifty viewer for JSON via the browser.
2011 December 15
A very good and common practice with JS projects bigger than 100 lines of code is to split code in different files.
2011 December 15
submitted by mbrubeck
[link] [4 comments]
2011 December 15
Open source pure JavaScript library to draw beautiful charts on your web page. It is highly customizable and supports line, spline, area, bar, and pie charts.
2011 December 15
I wish my browser can do scripting like this one day.
2011 December 15
submitted by yddna
[link] [3 comments]
2011 December 14
submitted by yddna
[link] [1 comment]
2011 December 14
Let's imagine you are jotting down a list on a piece of paper. Let's call the piece of paper groceries. Now, in the paper, you write a numbered list starting with zero with all the items that belong there:
2011 December 14
I recently started working at Instructure, an LMS provider that’s, for the most part, a ruby on rails shop. The team had started using CoffeeScript before I showed up, but gave the decision to me to keep it, or kick it to the curb. I think it says a lot about our company that we can use bleeding edge technology in our flagship product, and I’d hate to make any decisions that would hamper that culture. So, I write CoffeeScript at work.
2011 December 14
submitted by jisang-yoo
[link] [comment]
2011 December 14
submitted by polaretto
[link] [comment]
2011 December 14
submitted by jetienne
[link] [comment]
2011 December 14
Comment systems suck. Except for Disqus, which offers a wide array of functionality in a fantastic user interface. But, awesome UX doesn’t always come “out-of-the-box”.
2011 December 14
MooTools demo using Tween and Morph Effects..
2011 December 14
web based open source spreadsheet written in JavaScript and PHP. It allows to add Excel-like editable data table on a web page.
2011 December 14
This edition of jQuery Visual Cheat Sheet is put together by Antonio Lupetti, is hugely popular over the internet and includes all the reference you will ever need for jQuery 1.7.1 API.
2011 December 14
I'm interested in making HTML5 canvas games. Here's my first attempt so you can see what I'm talking about: Intro to Fixology
I didn't use any libraries to write this, and it was painful. I feel like there must be some good library out there. I found a few online, but unfortunately it's very hard to tell which ones are mature enough to spend my time learning, and which ones are likely to be developed further. I found relatively little discussion on any of them, certainly nothing like mature Javascript libraries like jQuery and mooTools, or game libraries in other languages, like pygame.
Any experience or recommendations?
submitted by
Cosmologicon [link] [23 comments]
2011 December 13
submitted by mariuz
[link] [3 comments]
2011 December 13
submitted by polaretto
[link] [14 comments]
2011 December 13
Suddenly seing this all over the place. Creating an anonymous function and calling it passing a library as its sole argument. What benefits does this provide? Doesn't this make testing a bit more difficult? Or is this a trend that everybody is doing for no apparent reason other than some reputable developer gave some presentation on why you don't know javascript unless you do this: https://gist.github.com/1477431
submitted by
iratik [link] [27 comments]
2011 December 13
submitted by austincheney
[link] [11 comments]
2011 December 13
submitted by ferrantes
[link] [2 comments]
2011 December 13
jQuery is an amazing tool that’s made JavaScript accessible to developers and designers of all levels of experience. However, as Spiderman taught us, “with great power comes great responsibility.” The unfortunate downside to jQuery is that while it makes it easy to write JavaScript, it makes it easy to write really really f*ing bad JavaScript. Scripts that slow down page load, unresponsive user interfaces, and spaghetti code knotted so deep that it should come with a bottle of whiskey for the next sucker developer that has to work on it.
2011 December 13
The WebSocket Protocol enables two-way communication between a client
running untrusted code in a controlled environment to a remote host
that has opted-in to communications from that code. The security
model used for this is the origin-based security model commonly used
by web browsers. The protocol consists of an opening handshake
followed by basic message framing, layered over TCP. The goal of
this technology is to provide a mechanism for browser-based
applications that need two-way communication with servers that does
not rely on opening multiple HTTP connections (e.g., using
XMLHttpRequest or >s and long polling).
2011 December 13
submitted by ImYoric
[link] [comment]
2011 December 13
I have a select group with an id, and several options, something like this:
<select id="colors"> <option value="">Pick a color</option> <option value="blue">blue</option> <option value="red">red</option> </select>
How can I use Javascript to set for example the blue option as the selected one? The options are outputted serverside from a database, so I don't know which place each option has in the options array.
submitted by
g2petter [link] [2 comments]