Advice? (No annoying code)
Page 1 of 1
Advice? (No annoying code)
Hi, after finishing my excellent AJAX stuff, I am working on profile-editing.What I mean is that a user can click a button called 'Edit...' and then go to a page where they can change text on their profile...
So, my question for you is...should I make a link to a new page where they can edit their profile, or just automatically turn all text into input boxes (if that's even possible?)
Re: Advice? (No annoying code)
I'd just make it go to a new page. Although having it automatically change the text to input boxes would be cool, I don't think it's worth the effort.--
~Chris
~Chris
Re: Advice? (No annoying code)
i will say a new page will be best for you because it will be easy to handle and manage in future and edit in place is kinda difficult thing for you right now maybe after some more experience you will be shift your profile page to edit in place kinda thing but for now the best suited option is to go for a new page for profile editing.Re: Advice? (No annoying code)
Ok, thanks... so far I've been working on that and it's going well.Re: Advice? (No annoying code)
Good Luck !Page 1 of 1