Search Results

3
votes

What is your preferred tool stack for PHP development in the Windows Environment?

Aptana does pretty well, and i use a straight Apache install. …
2
votes

ASP.net MVC with Ajax

Stephen Walter's post "ASP.NET MVC Application Building: Forums …
0
votes

jQuery won’t parse my JSON from AJAX query

If returning an array works and returning a single object doesn't, you might also try returning your single object as an array containing that single object: [ { title: "One", key: …
0
votes

javascript problem

when i see HTML and & and problem, i look to make sure that my character encoding is all properly specified. also, the code in your PHP script may be choking on an un/escaped '&' …