Best practices: Ajax and server side scripting with stored procedures
I need to rebuild an old huge website and probably to port everyting to ASP.NET
and jQuery
and I would like to ask for some suggestion and tips. Actually the website uses:
Tools for modelling data and workflows using structured text files [closed]
Closed 9 years ago.
Javascript simple code to understand prototype-based OOP basics [closed]
Closed 10 years ago.
If I define a property to prototype appears in the constructor of object, why?
I took the example from this question modified a bit:
What is the point of the prototype method?
Record management system java web framework
We’re currently reconsidering technologies and frameworks to get more agile with “simple” RMS CRUD-based projects. In short, short-living things like this
What’s the point of the Prototype design pattern?
So I’m learning about design patterns in school. Many of them are silly little ideas, but nevertheless solve some recurring problems(singleton, adapters, asynchronous polling, ect). But today I was told about the so called ‘Prototype’ design pattern.
create function of object prototype
I am reading “Javascript : The good Parts” to improve my Javascript bases and knowledge. I was reading stuff about prototype
and I encountered in this function :
How do I survive in a Waterfall world? [duplicate]
This question already has answers here: How possible is it to estimate time for programming projects? [duplicate] (12 answers) Closed 11 years ago. I currently work in a company where the Waterfall model is deeply ingrained. We are pushing Agile principles but it’s a long process. Meanwhile, I have to work in a Waterfall world […]
C++ class with only pure virtual functions: what’s that called?
So i’m looking for some input/consensus on what terminology we should be using to describe something that looks like this:
C++ class with only pure virtual functions: what’s that called?
So i’m looking for some input/consensus on what terminology we should be using to describe something that looks like this: