Older blog entries for sness (starting at number 4922)

Using Pull Requests · github:help

Using Pull Requests · github:help: "Pull requests let you tell others about changes you've pushed to a GitHub repository. Once a pull request is sent, interested parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary."

'via Blog this'

Syndicated 2013-01-18 07:34:00 from sness

Using Pull Requests · github:help

Using Pull Requests · github:help: "Pull requests let you tell others about changes you've pushed to a GitHub repository. Once a pull request is sent, interested parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary."

'via Blog this'

Syndicated 2013-01-18 07:34:00 from sness

LESS « The Dynamic Stylesheet language

LESS « The Dynamic Stylesheet language: "The dynamic stylesheet language.

LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions.

LESS runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only)."

'via Blog this'

Syndicated 2013-01-18 07:32:00 from sness

Vows « Asynchronous BDD for Node

Vows « Asynchronous BDD for Node: "There are two reasons why we might want asynchronous testing. The first, and obvious reason is that node.js is asynchronous, and therefore our tests should be. The second reason is to make tests which target I/O run much faster, by running them concurrently."

'via Blog this'

Syndicated 2013-01-18 07:04:00 from sness

CircuitLab - Blog - Tuning RaphaelJS for High Performance SVG Interfaces

CircuitLab - Blog - Tuning RaphaelJS for High Performance SVG Interfaces: "Last week, we released a few improvements to our front-end that significantly improved the performance of working with larger schematics in CircuitLab. In this blog post, we detail one of the key components to this improvement. Since it makes modifications to RaphaelJS, a very handy vector graphics library, we thought releasing the details might be helpful to other developers of high-performance browser-based applications.

"

'via Blog this'

Syndicated 2013-01-18 06:23:00 from sness

Cufón Fonts - Free Cufon Font Library [BETA]

Cufón Fonts - Free Cufon Font Library [BETA]: "Cufon plug-in directory for the most commonly used in the world you've made the font from which you access all the fonts cufon file."

'via Blog this'

Syndicated 2013-01-18 06:22:00 from sness

Combining D3 and Raphael to make a network graph « dataist

Combining D3 and Raphael to make a network graph « dataist: "D3+Raphael=true
I have really come to like the Raphael.js library, but unfortunately it does not provide the same robust support for advanced data visualizations (for example network graphs) as its big brother D3.js. D3 on the other hand lacks Raphael’s broad browser compability, which is important when you are working with a public broadcaster like Sveriges Radio. So what if you could combine the two?"

'via Blog this'

Syndicated 2013-01-18 06:21:00 from sness

sigma.js | a lightweight JavaScript graph drawing library

sigma.js | a lightweight JavaScript graph drawing library: "sigma.js is an open-source lightweight JavaScript library to draw graphs, using the HTML canvas element. It has been especially designed to:

Display interactively static graphs exported from a graph visualization software - like Gephi
Display dynamically graphs that are generated on the fly"

'via Blog this'

Syndicated 2013-01-18 05:56:00 from sness

4913 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!