Tagged Questions
5
votes
2answers
246 views
Do ASP.Net Web Forms actually produce ADA compliant HTML? Does the ASP/AJAX toolkit undermine the goal of ADA compliance?
I'm trying to convince my employer to let us use the Microsoft ASP/AJAX toolkit since it simplifies the implementation of many controls. However they have rejected the idea on the grounds that it ...
3
votes
1answer
95 views
AJAX IRCX Client and Server
I am currently developing an IRCX AJAX Chat Based system and have a few questions regarding the Server and Client implementation. Any suggestions are welcome:
Server:
Should this be implemented as a ...
0
votes
2answers
369 views
A good substitute for ASMX web service methods, but not a general handler
The best thing I like about ASP.NET MVC, is that you can directly call a server method (called action), from the client. This is so convenient, and so straightforward, that I really like to implement ...
1
vote
5answers
954 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 ...
5
votes
4answers
990 views
Do i need to know how Ajax works since Asp.net provides me UpdatePanel [closed]
I am working on Asp.net webform and it already provides me ready to user Ajax solution by using an update panel, so should I invest my time learning how Ajax really work ?
1
vote
5answers
2k views
Does AJAX need to use a server-side language such as PHP/ASP.NET/Java to access a database?
Does AJAX need to use a server-side language such as PHP/ASP.NET/Java to access a database? Or some sort of web service tied to these languages? Or is AJAX able to communicate directly with the ...
2
votes
3answers
869 views
What technologies are used for an Android/iPhone App to interact with a database
Do Android/iPhone Apps use AJAX to interact with the backend? If yes, is this common? Or do most apps use a different method for fetching database information. And if so, what other methods are there? ...
3
votes
1answer
2k views
How to generate nonce for Ajax web requests
As many of you know WordPress uses "secret key" like thing for every AJAX request. Making each request unique and also 'somewhat' secure (just a step ahead than nothing). How would I implement the ...
1
vote
3answers
101 views
Need some suggestions for books on AJAX [closed]
I have been a Windows Application developer and just moved into Web development.I have very little experience with Web development.
So can anyone suggest a book on Ajax which explains all concepts in ...
6
votes
5answers
443 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 ...
