79 posts tagged with Javascript. (View popular tags)
Displaying 1 through 50 of 79. Subscribe:

Related tags:
+ (14)
+ (13)
+ (11)
+ (10)
+ (10)
+ (10)
+ (7)
+ (6)
+ (6)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)


Users that often use this tag:
Artw (6)
netbros (5)
mathowie (3)
schmod (2)
Bora Horza Gobuchul (2)
empath (2)
brundlefly (2)
riffola (2)
JavaScript InfoVis Toolkit (JIT) - providing tools for creating interactive data visualizations for the web
posted by Blazecock Pileon on Feb 12, 2012 - 14 comments

WAT. - A lightning talk by Gary Bernhardt from CodeMash 2012, on the peculiarities of some popular scripting languages. (Single video link, around 4 minutes in length.)
posted by Slap*Happy on Feb 2, 2012 - 35 comments

Face detection has various applications. Easymustache.com is perhaps not one of the most practical ones. [more inside]
posted by tykky on Jan 30, 2012 - 66 comments

A complete playable Nintendo Gameboy Color system, emulated in JavaScript and HTML5, with Super Mario Land, Zelda, Megaman, Final Fantasy, Tetris and more.
posted by Bora Horza Gobuchul on Jan 24, 2012 - 39 comments

What's a JavaScript Closure? Ever wonder about some of JavaScript's more advanced and esoteric features? Nathan Whitehead's interactive tutorial explains and walks through each of these concepts one step at a time. At the end of each lesson, you are encouraged to write short snippets of code demonstrating the concepts that you just learned, which are then automatically checked for errors and verified.

Perhaps you're new to JavaScript, or programming in general; CodeAcademy offers similar interactive tutorials that will teach you the basics, and hold your hand along the way. Perhaps you'd rather learn at a more even pace; CodeAcademy's CodeYear will introduce you to one new concept every week throughout 2012. [more inside]
posted by schmod on Jan 20, 2012 - 42 comments

Joel Webber, a Google engineer who created the Google Web Toolkit and is working on the new Dart language, gave an incredibly detailed hour and a half talk about how Angry Birds was ported to HTML5 for the Chrome app store.
posted by jenkinsEar on Dec 28, 2011 - 14 comments

Released yesterday, dabblet joins an array of live sandbox tools designed to prototype, test and share webcode that includes JSFiddle and CSSDesk, while bringing some advantages of its own.
Other useful resources: w3clove validates an entire site, rather than page-by-page; JQuery Air teaches you how to use the framework directly in the browser; domain.nr finds clever TLDs for your site, and Sequel Pro is a nice, free, native, open source MySQL editor for OS X. If you’re more the old-school dead-tree type, there’s always The Manual.
posted by Bora Horza Gobuchul on Dec 16, 2011 - 9 comments

Over the past several years, Mozilla's collection of developer documentation for its own web browsers has turned into a wiki-editable reference of web standards for developers working with all browsers, hosting a comprehensive, no-nonsense reference of HTML, HTML5, CSS, JavaScript, the DOM, and more. If you find yourself turning to this reference frequently, dochub provides instant access to Mozilla's documentation for any HTML, CSS, JavaScript, or DOM-related topic. If you're worried that a fancy new standard might not work in an older browser, canIuse will tell you exactly how many browsers will support that new standard. Still want to use that shiny new standard? Modernizr and yepnope will let you detect missing features, and load tiny bits of code to make old browsers support the latest HTML5 hotness.
[via the carefully-curated selections of JavaScript and HTML5 Weekly, run by MetaFilter's own wackybrit]
posted by schmod on Dec 7, 2011 - 23 comments

Google has introduced Dart "a new class-based programming language for creating structured web applications" [more inside]
posted by Ad hominem on Oct 11, 2011 - 110 comments

repl.it is an online environment for interactively exploring programming languages. Supported languages.
posted by juv3nal on Sep 20, 2011 - 21 comments

Code Hero is a game designed to teach programming. It uses the first-person shooter idiom, where you are armed with a Code Gun that shoots JavaScript. It reminded me a little of hacking the Gibson.
posted by sigma7 on Sep 11, 2011 - 118 comments

Slap some retro on those photos with vintageJS. [more inside]
posted by Foci for Analysis on Aug 22, 2011 - 34 comments

The Wheels Of Steel: Turntables in your browser (a web-based DJ prototype) Scott Schiller has created turntables in your browser, and has written an extensive blog post about how it works. [more inside]
posted by narwhal bacon on Jul 13, 2011 - 32 comments

Doom was a classic game, revolutionary in its time. And it took a high-end machine to run it, like a 486 running 25 MHz (ooh! aah!). Times have changed: it's been ported to Javascript, and it will run in your browser.
posted by Chocolate Pickle on May 31, 2011 - 47 comments

Infinity Blade is an iOS game available for iPhone, iPad, and iPod Touch. It is typically seen as a send-up of the classic game Punch-Out!! mashed up with roleplaying game conventions such as experience points and character-modifying equipment. Its defining trait is that it relies upon new game+ to advance your character (actually your character's family/bloodline) and the story. J. Nicholas Geist over at Kill Screen has written a review to match the game.
posted by curious nu on May 20, 2011 - 43 comments

Boot linux in your browser (here's how/why). Works on Firefox 4 and Chrome 11 on Linux/Windows/Mac.
posted by azarbayejani on May 17, 2011 - 113 comments

Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit
posted by the noob on May 5, 2011 - 21 comments

marbleo.us: an online marble run. More information.
posted by brundlefly on May 2, 2011 - 23 comments

Koalastothemax.com via the D3 JS library (data-driven DOM) a project of Mike Bostock. Thanks waxy.org
posted by gen on Mar 8, 2011 - 25 comments

Jolecule is an HTML5 viewer for three-dimensional protein structures that requires no plugins. "Jolecule works in modern browsers such as Chrome and Safari and mostly in Firefox." Check out the 3D structure of myoglobin. Or view an animated slideshow of how the glucocorticoid receptor binds DNA (press spacebar to advance).
posted by grouse on Jan 26, 2011 - 21 comments

An open source, html5 based graphing and computation engine does in your browser what is usually outsourced to the cloud. It graphs, solves, simplifies, integrates and differentiates expressions, and needs no internet connection once you load the page in your browser (or save it on your computer). RTFM.
posted by Obscure Reference on Jan 19, 2011 - 26 comments

What the Heck is Shadow DOM? Browser developers realized that coding the appearance and behavior of HTML elements completely by hand is a) hard and b) silly. So they sort of cheated. They created a boundary between what you, the Web developer can reach and what’s considered implementation details, thus inaccessible to you. The browser however, can traipse across this boundary at will.
posted by netbros on Jan 18, 2011 - 38 comments

Canvas Rider is an addictive game where you ride a bike on thousands of tracks drawn by other players. It's written only in JavaScript & HTML5, using the most of the new <canvas> element.
posted by sveskemus on Oct 11, 2010 - 37 comments

An undulating 3D tunnel in under 1k of JavaScript - requires a browser which supports the CANAVS tag.
posted by Artw on Aug 7, 2010 - 76 comments

Multiuser Sketchpad is a collaborative drawing tool, created in Javascript by Mr. Doob (Previously).
posted by gwint on Jul 7, 2010 - 48 comments

HTML5 For Drunks
Bonus Link: A brief history of markup
posted by Artw on May 12, 2010 - 41 comments

CSS Tips I Wish I Knew When I First Started - Seven JavaScript Things I Wish I Knew Much Earlier In My Career
posted by Artw on Apr 21, 2010 - 65 comments

The Tale of JavaScript. I Mean ECMAScript. (MP4 version, slides) Yahoo! JavaScript architect Douglas Crockford, the creator of the JSLint JavaScript quality tool and the JSON data-interchange format, talks about what he says is simultaneously the worlds most popular and unpopular programming language. Previous JavaScript (sadly video linked by the FPP is down, try here). Previous Maniac Mansion. More video from MIX Online. A similar, more in depth talk at Google.
posted by Artw on Mar 18, 2010 - 48 comments

Harmony: A procedural drawing tool made in JavaScript
posted by Rory Marinich on Mar 10, 2010 - 62 comments

Welcome (back) to Windows 3.1. "Michaelv.org is coded in JavaScript and strict XHTML 1.0, with AJAX functionality provided through PHP. It has been tested for compatibility in Firefox and IE. Firefox 2 or 3 is highly recommended, but the site is almost entirely functional in IE 6, 7, or 8. Media Player does not work in IE as IE lacks the ability to dynamically instantiate ."
posted by Phire on Jan 24, 2010 - 49 comments

January 14th marks the 4th birthday of jQuery and also the release of jQuery 1.4. To celebrate the release of the latest version of the popular JavaScript library the jQuery team has created the 14 Days of jQuery site, which will be updated each day with a new announcement or release. There’s also prizes to be had for the coolest use of jQuery.
posted by Artw on Jan 14, 2010 - 44 comments

Gordon is an open-source Flash runtime -- in JavaScript! Demos here and here. It only supports version 1 so far, but with hardware acceleration for things like <canvas> and SVG gaining traction, could have real potential. It even works on the iPhone. Only for Safari/WebKit, Firefox & Chrome. [via] [more inside]
posted by SpookyFish on Jan 13, 2010 - 56 comments

Effect Games provides free, online tools for building, sharing and playing your own browser based games. [more inside]
posted by brundlefly on Dec 7, 2009 - 7 comments

The Scroll Clock has no time zone option, but it's open source. There's also a gallery.
posted by ejoey on Nov 18, 2009 - 16 comments

There's lots going on with HTML5. Get the latest from the folks at Ajaxian. First, find out What's New in HTML5 (The WHATWG Blog), then look into the new Microdata Spec. There's a Sticky Notes Tutorial, and an examination of the Canvas Tag. Getting the nitty gritty details right.
posted by netbros on Oct 15, 2009 - 64 comments

JNES is a Javascript Nintendo Emulator. It works shockingly well.
posted by chunking express on Sep 18, 2009 - 46 comments

"Text Utilities" is a useful browser-based tool for geeks. It's a web page that does all sorts of operations on text, e.g. escape/ unescape, hashing, regexp testing.
posted by grumblebee on Jun 24, 2009 - 33 comments

A Brief, Incomplete, and Mostly Wrong History of Programming Languages
posted by Artw on May 8, 2009 - 47 comments

Deepleap is a word game. Make words and fight against the clock. (via). There's another hit from 2000 about deepleap.org, but it has nothing to do with the word game.
posted by boo_radley on Apr 3, 2009 - 70 comments

Steve Souders works on web performance and open source initiatives. His book, High Performance Web Sites, explains his best practices for performance, and is a bestseller. Steve is the creator of YSlow, the performance analysis extension to Firebug. He always shares best practices, for example, 14 Rules for Faster-Loading Web Sites, and the very informative State of Performance featuring his predictions for web performance in 2009. [more inside]
posted by netbros on Mar 12, 2009 - 13 comments

The State of the Web 2008 is a report from Web Directions that includes details and analysis of all the responses to over 50 questions covering technologies, techniques, philosophies and practices that today’s web professionals employ. The survey was open for just under 3 weeks, from December 1st to 20th 2008. In total, over 1200 designers and developers from around the world responded to the survey. Respondents were likely to be self-educating, “early adopters” who keep abreast of developments in their field. Here are the tabular results. [more inside]
posted by netbros on Jan 12, 2009 - 7 comments

Acko.net is the web home of Steven Wittens, designer of AVS presets for WinAmp, as well as the current Bluebeach theme at Drupal.org. Steven also dabbles in programming; for instance his Farbtastic jquery color picker. Be sure to watch his blog for development jewels like Projective Texturing with Canvas.
posted by netbros on Nov 21, 2008 - 14 comments

Google Chrome Google, faced with concerns over Microsoft using it's browser marketshare to marginalize the search engine, have decided to take the fight directly to them. Google Chrome is an open sourced browser based on the Webkit HTML engine, but adds a new Javascript engine, and some UI changes. To advertise it, they've enlisted Scott McCloud to make a comic showing the browser's features. The release date is Wednesday, but watch this space.
posted by zabuni on Sep 1, 2008 - 301 comments

I made tea. {Flash, I think. Via notcot.}
posted by dobbs on Aug 18, 2008 - 59 comments

If you're like me, you've often forgotten what gender you are and wished you had a convenient way for your web browser to tell you. Well, look no further.
posted by empath on Aug 2, 2008 - 116 comments

cb.vu is a javascript virtual terminal which opens up full window in your browser and lets you fiddle with some UNIX goodness without being connected to a server, or affecting anything in The Real World whatsoever. Try creating, copying and reading files (and, particularly, read the about.txt), or playing one of the games provided. It even has an implementation of vi! [more inside]
posted by benzo8 on Apr 17, 2008 - 18 comments

'Google Gears' is program interface for AJAX application developers. * A local server, to cache and serve application resources (HTML, JavaScript, images, etc.) without needing to contact a server * A database, to store and access data from within the browser * A worker thread pool, to make web applications more responsive by performing expensive operations in the background
posted by acro on May 31, 2007 - 20 comments

Douglas Crockford, leading JavaScript Architect for Yahoo!, has been teaching a series of classes on JavaScript programming for other Yahoo! employees.
The JavaScript Programming Language [4 video clips: 1 (31 min) 2 (31 min) 3 (29min) 4 (20 min), presentation slides: zipped PPT]
An Inconvenient API: The Theory of the DOM [3 video clips: 1 (31 min) 2 (21 min) 3 (26 min), presentation slides: zipped PPT]
Advanced JavaScript [3 video clips: 1 (31 min) 2 (25 min) 3 (11 min), presentation slides: zipped PPT]
posted by ijoshua on May 10, 2007 - 27 comments

Feed2JS is an amazingly cool (free) service that lets you harness the wealth of RSS feeds out there for yourself (embedding them in your blog template or web page) in a very simple and highly configurable way. Style it with one of the available CSS styles, or write your own. If you like you can also download the whole Feed2JS application/script to run on your own server. (Step-by-step tutorial inside)
posted by spock on Apr 27, 2007 - 27 comments

Klaatu barada...Jikto? First there was Nikto. Then along came Wikto. Last Saturday at Shmoocon Billy Hoffman introduced the world to Jitko, a client-side vulnerability scanner that exploits your browser & turns your PC into a platform for finding holes in computers across the Internet (or behind your firewall). Reactions were mixed. Does Jikto go too far?
posted by scalefree on Mar 28, 2007 - 11 comments

Page: 1 2