Older blog entries for sness (starting at number 5071)

auphonic

auphonic: "Automatic audio post production web service for
broadcasters, podcasts, radio shows, screencasts and mor"

'via Blog this'

Syndicated 2013-02-03 09:57:00 from sness

Rendering Views in Backbone.js Isn't Always Simple by Ian Storm Taylor

Rendering Views in Backbone.js Isn't Always Simple by Ian Storm Taylor: "render : function () {
this.$el.$html(this.template());

this.subview.setElement(this.$('.subview')).render();
this.anotherSubview.setElement(this.$('.another-subview')).render();
return this;
}"

'via Blog this'

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

Egghead IO

Egghead IO: "README

I've never been satisfied with video tutorial sites, so I'm doing something about it. Egghead Videos aims to provide the best experience for teaching with video tutorials on the web.

I'm currently focusing on videos/content, so this first release will have very limited functionality. Once the AngularJS course is complete, then I'll switch the focus to site design and features."

'via Blog this'

Syndicated 2013-02-03 00:39:00 from sness

Fastersite

Fastersite: "Mono-what-ic?
Perhaps less often considered is that Date, based on system time, isn't ideal for real user monitoring either. Most systems run a daemon which regularly synchronizes the time. It is common for the clock to be tweaked a few milliseconds every 15-20 minutes. At that rate about 1% of 10 second intervals measured would be inaccurate.

"

'via Blog this'

Syndicated 2013-02-02 22:24:00 from sness

Fastersite: How (not) to trigger a layout in WebKit

Fastersite: How (not) to trigger a layout in WebKit: "As most web developers are aware, a significant amount of a script's running time may be spent performing DOM operations triggered by the script rather than executing the JS byte code itself. One such potentially costly operation is layout (aka reflow) -- the process of constructing a render tree from a DOM tree. The larger and more complex the DOM, the more expensive this operation may be."

'via Blog this'

Syndicated 2013-02-02 22:23:00 from sness

URL dispatcher | Django documentation | Django

URL dispatcher | Django documentation | Django: "Any URLconf tuple can have an optional third element, which should be a dictionary of extra keyword arguments to pass to the view function.

For example:

urlpatterns = patterns('blog.views',
(r'^blog/(?P\d{4})/$', 'year_archive', {'foo': 'bar'}),
)"

'via Blog this'

Syndicated 2013-02-02 00:43:00 from sness

Michael Feathers: The Framework Superclass Anti-Pattern

Michael Feathers: The Framework Superclass Anti-Pattern: "As a framework designer, you have many other choices: eventing, listeners, and object composition."

'via Blog this'

Syndicated 2013-02-02 00:22:00 from sness

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