ExceptionHub | JavaScript Error Tracking

Posted About 14 years ago by Lexy.
exceptionhub.com

Daring Fireball: New iPhone Developer Agreement Bans the Use of Adobe's Flash-to-iPhone Compiler

Posted About 14 years ago by Lexy.
daringfireball.net

Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine...

How to test a confirm dialog with Cucumber? - Stack Overflow

Posted Almost 14 years ago by Lexy.
stackoverflow.com

Seems like there's no way to do it in Capybara, unfortunately. But if you're running your tests with...

What's wrong with defining JavaScript variables within if blocks? - Stack Overflow

Posted Almost 14 years ago by Lexy.
stackoverflow.com

Because javascript has something called "Hoisting" which makes your code do things it doesn't look like it should be...

When is a global variable not a variable? · andrew.hedges.name

Posted Almost 14 years ago by Lexy.
andrew.hedges.name

When is a global variable not a variable? When it is a property of the global object.

Handy! RGB to HSL and RGB to HSV color model conversion algorithms in JavaScript - Axon Flux // A Ruby on Rails Blog

Posted Almost 14 years ago by Lexy.
axonflux.com

Here is a set of additive color model conversion algorithms that I found published on Wikipedia and have implemented in...

A tracer utility in 2kb « JavaScript, JavaScript

Posted Almost 14 years ago by Lexy.
javascriptweblog.wordpress.com

Inspired by a snippet of code in Oliver Steele’s legendary Functional library, here’s a lightweight tool to help...

Less.js Will Obsolete CSS

Posted Almost 14 years ago by Lexy.
lesscss.org

Less.js is a JavaScript implementation of LESS that’s run by your web browser. As any JavaScript, you include a...

The difference between ‘return false;’ and ‘e.preventDefault();’ | CSS-Tricks

Posted Almost 14 years ago by Lexy.
css-tricks.com

The difference is that return false; takes things a bit further in that it also prevents that event from propagating...

About PIE – CSS3 PIE: CSS3 decorations for IE

Posted Almost 14 years ago by Lexy.
css3pie.com

CSS Level 3 brings with it some incredibly powerful styling features. Rounded corners, soft drop shadows, gradient fills, and so...

Hoptoad and Javascript, Sitting in a Tree, S-E-N-D-I-N-G - GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS

Posted Over 13 years ago by Lexy.
robots.thoughtbot.com

We didn’t want to leave front-end developers in the dark when their Javascript throws errors, so we’ve...

Jasmine: Javascript Testing Framework

Posted Over 13 years ago by Lexy.
pivotal.github.com

Simple DOM-less

pivotalexperimental's jazz_money at master - GitHub

Posted Over 13 years ago by Lexy.
github.com

Run your Jasmine specs without a browser

mynyml's holygrail at master - GitHub

Posted Over 13 years ago by Lexy.
github.com

The Holy Grail of testing for front-end development; execute browser-less, console-based, javascript + DOM code right from within...

jbarnette's johnson at master - GitHub

Posted Over 13 years ago by Lexy.
github.com

Johnson wraps JavaScript in a loving Ruby embrace. It embeds the Mozilla SpiderMonkey JavaScript runtime as a C extension.

Announcing the jQuery Mobile Project | jQuery Mobile

Posted Over 13 years ago by Lexy.
jquerymobile.com

The jQuery project is really excited to announce the work that we’ve been doing to bring jQuery to mobile...

Force absolute URLs in views throughout a response

Posted Over 13 years ago by Arne Hartherz.

This is more tricky than it should be because url_for, asset_path, etc. all rely on different mechanisms.

Unobtrusive JavaScript and AJAX

Posted Over 13 years ago by Tobias Kraze.

Attached (see below) is some code to allow using unobtrusive JavaScript on pages fetched with an AJAX call.