Thanks for the info. I'll see if there are any good free editors for Windows that support JS highlighting + autocomplete, or get a commercial alternative if not.
Thanks for the help. I don't understand how to...
1. Remove the DrawBotBoot() function since it's in charge of displaying the question asked to the user
2. How to have jQuery validate the form,...
I see Dreamweaver mentionned every time a newbie is looking for a WYSIWYG HTML editor, and I was wondering what features it offers over less well-known alternatives like Kompozer.
In this particular exemple, I just tried updating the button's caption, but I actually aim at using a DIV section to display the different UI's the user must...
I'm just learning about AJAX (with jQuery, incidently), and I'm having a problem where a button no longer triggers an event after I changed it through an AJAX call.
I'm pretty much a JavaScript and AJAX newbie, and am trying to AJAXify a form provided by the open-source forum application PunBB so that other applications can use its login.php to...
In order to understand how a given PHP(5) application works, I wondered if there are some server-side tools that would let me watch the different scripts being called starting from the...
Thanks guys for the links/info. If I don't find something close to what I need, I might end up dumbing down full-fledged blogging application like WordPress.
I need a really simple solution to build a one-person blog: When the user wants to create/edit a blog entry, he calls a PHP script on the server which will...
1. save the raw article into...
Actually, what I had in mind, is using Python-based frameworks like TurboGear or Django, which seem to make it very easy to write web daemons as alternatives to CGI tools like PHP.