Tagged Questions
-3
votes
0answers
48 views
Accessing web Service from jQuery - cross domain? [closed]
In one of project i want to call cross domain ajax call . the proble scenario is given below
I have one web service hosted in domain name ' lensmenreviews.com 'and i wanted to call that webservice ...
2
votes
1answer
1k views
Rails - How to use modal form to add object in one model, then reflect that change on main page?
I'm working on a Rails app and I've come across a situation where I'm unsure of the cleanest way to proceed.
I posted a question on SO with code samples and such - it has received no answers, and the ...
-2
votes
1answer
118 views
Will I need to use AJAX for this?
Say I have a model written in php whose properties are the columns of a table in a db and each instance of the model represents a row in the table. I also have a page ('view') where I display the ...
0
votes
3answers
130 views
What tools can I use for professional document-creation and -printing in PHP? [closed]
I'm in the process of building a new pledge management system for one of my clients, a charity foundation. I have already built one for them (it was done using Delphi), but its feature-set is a little ...
4
votes
7answers
1k views
Is it necessary to memorize code?
I am a new developer, who just got hired at a big company. I don't know how but I guess they are desperate. However, I am well-versed with HTML5/CSS3 though things change and new things are released ...
0
votes
3answers
276 views
API access question
FIRST, THE SCENARIO
We have an internal system that is effectively split into 2 very separate parts across 2 sub-domains, our back-end administrative system for internal access only we will call this ...
0
votes
4answers
238 views
What are the options for simple Ajax calls for a Java webapp?
I've got a very simple need and I don't know what are the options available.
If I simplify, users see webpage like this server by a Java webapp server:
[-] red
[x] green
[-] blue
[-] yellow
...
5
votes
2answers
341 views
How can I design an efficient moderation system for comments?
Here's the job I want to do:
My project is a website where there will be a lot of comments.
Those comments will be moderated: a moderator will connect, see comments and accept or refuse them.
I need ...
1
vote
5answers
1k 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 ...
4
votes
3answers
878 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
9answers
888 views
Is it worth Learning XML as a web developer when JSON is better for AJAX?
Is it worth Learning XML as a web developer when JSON is better for AJAX? or is it better to concentrate on JSON/Javascript for AJAX?
6
votes
5answers
450 views
ASP.NET AJAX and my axe!
So, I'm seriously considering axing ASP.NET AJAX from my future projects as I honestly feel it's too bloated, and at times convoluted. I'm also starting to feel it is a dying library in the .NET ...