Tagged Questions
0
votes
1answer
74 views
Backbone/JQuery, ExtJs 4… is there something else worth looking?
Im currently evaluating a front-end architecture for a big app that will be developed by a team of about 6 developers + 1 web designer so that said, having a robust SVN friendly architecture is a ...
-4
votes
0answers
81 views
How useful is Backbone.js? [closed]
I am currently building a small app of decent complexity (models owning collection, models with collections which share models with another collection etc) with Backbone.js to see how useful it is for ...
0
votes
0answers
5 views
Jquery UI slider to handle events [migrated]
I'm new to jquery and javascript, but I am looking to do what I think should be a relatively simple task. I want to use the UI Slider widget to control certain actions. Get to value 100, show an ...
0
votes
0answers
11 views
Programatically apply the image alt attribue as a class to parent element [migrated]
I want to add as a class the image alt attribute to its container element.
Markup:
<div class="field-group-our-people">
<div class="field-items even>
<img alt="John">
...
1
vote
3answers
324 views
Is it better to learn the DOM or jQuery first?
I have gotten very familiar with the core functionality of Javascript and now I am aiming at learning DOM manipulation. I have already thought of learning jQeury for this but I don't know if it is ...
0
votes
3answers
282 views
Certifications for Javascript developers?
I'm looking for a solid and but fast paced entry in field of javascript development.
The following topics come to my mind:
Javascript advanced concepts, OOP
jQuery, jQuery-UI, jQuery-Mobile
...
4
votes
2answers
405 views
Is mootools alternative of jquery + backbone / spine / sprouteCore
I was a full time java developer, now I'm also working with JavaScript and Android. A couple of years back when I started learning JavaScript, the first library I tried was jQuery. But it made my life ...
0
votes
1answer
101 views
Trying to do some Obfuscation, How should I approach this particular case?
I currently have an assignment that is really pushing my limits so I need some help on how to approach this.
We have a set of 25 results
We are using a jquery plugin to vertically scroll through ...
9
votes
6answers
474 views
How can I write HTML, CSS, and JavaScript to make back-end developers work easier?
When I get a design from a designer, I get it as a PSD (Photoshop) file. I always expect proper layer and folder names, basically a clean and managed PSD. From this desigbn I develop HTML, CSS and ...
2
votes
1answer
230 views
How can I simulate clicks for a mobile browser?
I am creating a web app. I was testing it on a mobile browser and noticed that :active pseudo class doesn't really work. How should I simulate clicks for a mobile browser? I'm specifically interested ...
0
votes
2answers
106 views
JavaScript (jQuery) And CSS Styling
Lets say I am building a jQuery plugin that has a number of non-configurable css attributes it needs to apply to DOM elements the plugin itself creates. Is it consider better practice to apply the ...
9
votes
4answers
310 views
Has the time gone to think about user with JavaScript disabled in browser? [closed]
Possible Duplicate:
Should I Bother To Develop for JavaScript Disabled?
In this Modern time of
HTML5 API
jQuery
Modernizr
HTML5 Shim
Respond.JS
Google Chrome app store
Canvas
Has the ...
24
votes
4answers
621 views
Javascript modularity, server based MVC & business reality
I understand this is a very broad question, but I have worked with various aspects of this problem individually and am struggling to bring all the concepts and technologies together.
I'd like to ...
8
votes
2answers
764 views
Where does jQuery fit-in with frameworks like JavaScriptMVC, BackboneJS, SproutCore and Knockout?
I have been happily using JQuery for the last 2 years and have been quite sucessful creating some really cool functionality with it...so I am very comfortable with it. I also beleive the future of ...
10
votes
12answers
855 views
What benefits are there to native JavaScript development?
Given how much simpler jQuery development is, when compared to native JavaScript, what makes people forgo libraries like jQuery altogether?
Is this because jQuery has limitations or it is slow? I ...
1
vote
4answers
452 views
Mixing jQuery with JavaScript
I just asked this question at SO about some bugginess I am experiencing with jQuery and IE8, and someone commented that he was appalled that I would mix JavaScript with jQuery (he has since deleted ...
0
votes
1answer
296 views
Best practice for populating a dynamic popup menu?
I'm creating a dynamic popup menu whose contents depends on the state of what the user clicked on. Is it considered a better practice to create a template menu in html and modify which options are ...
3
votes
2answers
222 views
Raw JavaScript or jQuery? Where to start from? [closed]
Possible Duplicate:
How necessary is it to learn JavaScript before jQuery?
I've been working as a back-end web developer for the last 2 years but since the beginning of this year, i'm ...
7
votes
4answers
561 views
Benefits to starting JavaScript “for” loops at 0, or just traditional? [closed]
Possible Duplicate:
Defend zero-based arrays
I'm running code that loops through an array of HTML IDs.
With the HTML IDs named content1, content2, …, content12, my loop looks like:
for ...
1
vote
2answers
141 views
Difference between templates in JavaScript and design patterns
What is the difference between templates and design patterns in JavaScript?
I read about the template method design pattern and now I wonder how it relates to JavaScript templates (if at all).
0
votes
5answers
505 views
ASP vs javascript vs jQuery vs User Controls vs AJAX
Increasingly when developing sites I find myself utilising more client side technologies such as Javascript, jQuery and AJAX.
For three different pages I measured the size of the HTML sent to the ...
3
votes
3answers
503 views
Should jQuery DOM manipulation be avoided in favor of JavaScript template engines?
From what I can tell, most developers will use heavy jQuery DOM manipulation tactics to deliver their updated AJAX views. Once things get out of hand, they may consider refactoring using template ...
7
votes
4answers
639 views
Did jQuery kill the JavaScript discussions? [closed]
There are over 100,000 questions on Stack Overflow tagged as questions relating to JQuery troubleshooting/usage. Compare this to the 124,000 questions on stack overflow that are tagged for JavaScript ...
2
votes
3answers
394 views
How to organize Javascript and AJAX with PHP?
My javascript is getting out of hand for my PHP application. I have 20 tags that link to various javascript files in a javascript folder.
Each javascript file basically controls one element on the ...
3
votes
3answers
161 views
jQuery - programming style - many bindings vs. conditional single one
I frequently see code like that:
$("#foo").live("mouseover mouseout", function(e) {
if (e.type == "mouseover") {
$("#foo").append("<div id='bar'>");
} else {
...
3
votes
2answers
512 views
Best JavaScript Coding Structure Using Object Literal?
Object Literal has no doubt been established in recent years as one of the essential components to best JavaScript coding practices. However, I am not very sure about what is the best way to structure ...
5
votes
4answers
350 views
Is there a book for learning Javascript -> DOM -> jQuery? [closed]
Possible Duplicate:
The importance of javascript and the best way to learn it?
I would like to learn Javascript, the DOM model and jQuery.
I've found many recommendations for books for ...
2
votes
5answers
544 views
How to handle large scale js+jquery projects using well written, Object-Oriented JavaScript and jQuery code?
I love the whole user experience/interface thing and put a lot of jQuery and JavaScript (pure JavaScript for HTML5 stuff, like canvas, file API, etc). The problem I face now is that my codes are ...
9
votes
6answers
565 views
JavaScript - Why do frameworks bind to $() [closed]
Disclaimer: I know there is no strictly correct answer to this, but I've come across something that does not make sense to me, and I'd like to try to understand it better by seeing what other people ...
14
votes
7answers
1k views
Best Javascript tutorial so i can get started on JQuery? [closed]
Sorry if this is in the wrong stack exchange, wasn't sure if I should post it here, or overflow.
Just wanted to know of a few good online tutorials or a book I can do to get me started with ...