Questions tagged [no-framework]

no-framework is a philosophy of designing software to fit a specific goal, as opposed to conforming to a specific implementation of a software architecture

no-framework encompasses other well-known idioms, such as:

and has been explained in detail by several people:

39 questions
62
votes
5 answers

MVC tutorial that doesn't rely on a framework?

I want to learn MVC "architecture pattern" but I don't want to jump into a framework like Rails or Django just yet. I want to understand the concept first and write some simple code in my currently familiar environment, which happens to be…
Ixion
  • 745
  • 1
  • 7
  • 8
14
votes
8 answers

List of All Background Images in DOM

What's the best way to find all of the background images on a given page using javascript? The ideal end result would be an array of all of the url's.
AutomaticDrone
  • 173
  • 2
  • 6
11
votes
3 answers

is it possible that iframe resize itself without help from main window?

Both main window and iframe are on the same domain, but what I want to achieve is to resize iframe to fit its contents using js only within that iframe. I also do not know the id of the iframe that is assigned to it by main window. And I do not want…
rsk82
  • 28,217
  • 50
  • 150
  • 240
9
votes
5 answers

MVC large websites, use one controller...or many?

I have a pretty large site, and I am looking for the most time efficient way to manage it (I am the sole coder). I am trying to devise a very simple MVC structure (i don't want to use a framework) to help keep all my code in order. For a huge site,…
johnnietheblack
  • 13,050
  • 28
  • 95
  • 133
8
votes
3 answers

Range slider / dual slider exist without using a framework

I'm looking for a JavaScript control that is a Range Slider (dual knob) that: does NOT use an existing JS framework (e.g. dojo, jQuery, etc.) - unless you can roll/create your own sub framework where I can compile in just the components I…
Hank892
5
votes
4 answers

Read Attributes of SVG-Elements in HTML via JS

I have the following markup (HTML with native SVG):