Older blog entries for sness (starting at number 4903)

Paper.js — Features

Paper.js — Features: "Paper.js allows you to interact with the keyboard in two ways: You can either intercept key events and respond to these, or you can check the state of a given key at any moment, to see if it is pressed or not.

"

'via Blog this'

Syndicated 2013-01-17 00:36:00 from sness

Django navigation bar (active link highlighting) | TurnKey Linux Blog

Django navigation bar (active link highlighting) | TurnKey Linux Blog: "$('#menu a[href*="' + location.pathname.split("/")[2] + '"][class!="noselect"]').addClass('selected');"

'via Blog this'

Syndicated 2013-01-17 00:00:00 from sness

Django navigation bar (active link highlighting) | TurnKey Linux Blog

Django navigation bar (active link highlighting) | TurnKey Linux Blog: "Every web application needs a navigation bar. Common practice is to indicate to the user where he or she is, and is usually implemented by using a visual aid such as a bold type-face, different color or an icon.

I wanted an elegant, generic, extendable solution to "highlight" a link on the navigation bar without hardcoding URLs, using ifequals, or using template block inheritance by specifying a navbar block on each and every template (you'd be surprised, but the above mentioned are recommend often)."

'via Blog this'

Syndicated 2013-01-16 23:13:00 from sness

schinckel / django-menus — Bitbucket

schinckel / django-menus — Bitbucket: "django-menus
django-menus is an app that provides some useful template helpers for rendering and handling menus within django projects.
To use in in your django project, it needs to be installed:
$ pip install django-menus"

'via Blog this'

Syndicated 2013-01-16 23:03:00 from sness

Using the SSH protocol with Bitbucket - Bitbucket - Atlassian Documentation - Confluence

Using the SSH protocol with Bitbucket - Bitbucket - Atlassian Documentation - Confluence: "You can use either secure hypertext transport protocol (HTTPS) or secure shell (SSH) to connect to Bitbucket. HTTPS requires you to enter a username/password each time you connect to the Bitbucket server, for example, when you push your changes. HTTPS is suitable for situations where you work with Bitbucket infrequently and make few code changes. However, if you do most of your coding with a Bitbucket hosted repository, you'll want to set up a SSH connection. After you configure SSH, Bitbucket no longer requires you to authenticate each remote communication with a username/password combination. This page contains the following topics:
"

'via Blog this'

Syndicated 2013-01-16 21:28:00 from sness

How to Attach EBS Volume to Amazon EC2 Instance | Webmaster Sessions

How to Attach EBS Volume to Amazon EC2 Instance | Webmaster Sessions: "To create an EBS Volume using the AWS (Amazon Web Services) Management Console, select the EC2 tab, then select Volumes under the Elastic Block Store heading. Click on Create Volume to setup your EBS volume. Enter the size and zone. Snapshot is used to load a copy of a volume into a new one. To attach to EC2, the volume must be in the same availability zone as the EC2 instance."

'via Blog this'

Syndicated 2013-01-16 21:22:00 from sness

Podcast Help | On Being

Podcast Help | On Being: "And, for those familiar with subscribing to podcasts, just paste the following URL into your favorite podcast software:
http://onbeing.org/podcast/podcast.xml"

'via Blog this'

Syndicated 2013-01-16 20:27:00 from sness

Call of the Wild: Largest Animal Sound Archive Goes Digital - Yahoo! News

Call of the Wild: Largest Animal Sound Archive Goes Digital - Yahoo! News: "The searchable Macaulay Library at the Cornell Lab of Ornithology boasts nearly 150,000 digital audio recordings, covering about 9,000 noisy species, with a total run time of 7,513 hours. Though there's an emphasis on birds, the collection contains sounds from across the animal kingdom, from elephants to elephant seals.
Some of the highlights of the collection include recordings of the curl-crested manucode, a bird-of-paradise in New Guinea, whose otherworldly calls sound like UFOs landing in a sci-fi movie. There's also a clip of a song sparrow recorded in 1929 by Cornell Lab founder Arthur Allen, which is the earliest recording in the collection."

'via Blog this'

Syndicated 2013-01-16 17:22:00 from sness

ML: Raven Viewer

ML: Raven Viewer: "Play and visualize our digital audio recordings
Watch spectrograms, power spectra, and waveforms. These are graphs of frequency over time. Raven Viewer creates these views in real time and scrolls them as the recording plays
Play and visualize our digital audio recordings, including video recordings with associated audio
Control zoom, playback speed, resolution, & more
Inspect low-frequency sounds that are inaudible to humans
Experience sound in a new way"

'via Blog this'

Syndicated 2013-01-16 17:18:00 from sness

Full-page Animations Using CSS - IEBlog - Site Home - MSDN Blogs

Full-page Animations Using CSS - IEBlog - Site Home - MSDN Blogs: "Transforming a Page’s Entire Content

CSS Transforms are defined on the stylistic properties of an HTML DOM Element. For example, the markup for rotating an element 45 degrees along its Z axis would look like this:

#element {
transform: rotateZ(45deg);
}
"

'via Blog this'

Syndicated 2013-01-16 16:20:00 from sness

4894 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!