Accessibility and all these JavaScript frameworks

I use a js-framework (spine.js in my case) in my latest site. Still I make sure that non-js browsers (certainly not over zealous: think SEO) can navigate my site and digest the contents. As an example I’m going with a search-page with products being shown. Products can be paged, filtered, sorted. Of course this is … Read more

Angular.js and ASP.NET MVC 4 [closed]

my 2 cents worth. preamble – i have worked with both angular and knockout. I’m on my 3rd non trivial front end built with a MVVM/MVC lib. I started with knockout because its MVVM is very similar to the wpf/silverlight mechanics. And it works well. The tutorials and documentation are top notch. All your coders … Read more

Backbone.js and jQuery

Your opening sentence was actually a very good statement of the differences between Backbone.js and jQuery, so let’s unpack it a bit. For one thing, the two libraries are not at all in competition–they are complimentary. As an example, here are some things I would do with jQuery: Animated slideshows Form control enhancements, like an … Read more

Ways to save Backbone.js model data?

Basically Models have a property called attributes which are the various values a certain model may have. Backbone uses JSON objects as a simple way to populate these values using various methods that take JSON objects. Example: Donuts = Backbone.Model.extend({ defaults: { flavor: ‘Boston Cream’, // Some string price: ‘0.50’ // Dollars } }); To … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)