[jQuery] Re: [OT] Client side web application with jQuery

2008-12-17 Thread Andy Matthews
You could use this base64 library to check an encrypted password: http://www.webtoolkit.info/javascript-base64.html Any login done solely with client side code is going to be inherently insecure. If that's part of your requirement, then you'll just have to work around it. andy -Original

[jQuery] Re: [OT] Client side web application with jQuery

2008-12-17 Thread Cam Spiers
Hey Leandro, These links might help.. Here is some stuff I just wrote up: HTML/JavaScript: http://pastebin.com/m5d3766dd PHP: http://pastebin.com/m3fb38f94 This link helped me: http://www.peej.co.uk/articles/http-auth-with-html-forms.html I just worked on it for a short time... Username:

[jQuery] Re: [OT] Client side web application with jQuery

2008-12-17 Thread Cam Spiers
Oh and I would suggest you try it in Firefox as that is the only browser I tested in. On Thu, Dec 18, 2008 at 8:36 AM, Cam Spiers camspi...@gmail.com wrote: Hey Leandro, These links might help.. Here is some stuff I just wrote up: HTML/JavaScript: http://pastebin.com/m5d3766dd PHP:

[jQuery] Re: [OT] Client side web application with jQuery

2008-12-16 Thread brian
On Tue, Dec 16, 2008 at 5:59 PM, Leandro Ardissone lardiss...@gmail.com wrote: Hi, I'm need to implement a website (intranet) that runs everything on the client side communicating to the server via RESTful requests. I'm using jQuery but my big issue at the moment is how to manage the