Flickr Like edit
If you are not familiar with how flickr handles editing data, here's a short summary. - Show user the data field normally (for instance: the title of a picture) - When mouse rolls over that title, make the background of the word yellow - If the user clicks on the word, change that word to a input box with the word in it. Also show a 'save' and 'cancel' button - A user can rename the picture and then push 'save.' - Run a little script that updates the name into the database - Remove the input box and the buttons and return to the original title display (updated with new title).
It shows how to write a little code to emulate flickr edit style effect almost perfectly. The script is not using any third party libraries. There is a lot of html code involved, i don't recommend it if you intend to use a 'plugin' like edit in place script. On top of that, php and html is mixed together meaning more difficult to customize the script.
This one isn't as obvious to get working as some of the others. Just sits saying saving. Will need to look into this one a bit.
oops sorry for the double post. As per the comments on Dustin's site, I cannot for the life of me get the save working. Anyone been able to get this working? I've tried locally on my dev server and also live on my webserver.
when you edit and same, it just keeps on saying saving...please explain or provide a fix. thanks
I'm not sure code above is work. How about "saving..."?
look great. i already done almost the same thing too but this one more better.
This site is very handy, great work, keep it up
Even this comment box is AJAX ha ha - wow
Wow - Great tutorial
HANGS ON SAVING...NO HELP REGARDING SERVER STUFF
cool this is very userfriendly
hello this is good
it would be great if u pu some help about php related files... ;)
Definitely needs improving. Unless the demo works I don't touch it. BETA
it doent working?? just saying "saving..."
this is very fine
This would be very useful for someone who works a lot with data and data entry. Edit right on the spot.
nice. please and veryuseful . can u please send more tutorials to me. i want to learn most of it.
Awesome JS! Thanks for sharing it.
here is the other php file that we need for saving the link is just under the post title guys !!!
cool guy cool collections
very nice effort, i love ajax, please send me more like these stuff.
Its so slow
tried incorporating with cold fusion, database is updating, but saving.... message hanging -- any thoughts????
It's not working... "SAVING"
Ajax est le plus fort
NO FUNCIONA QUE PASO AQUI !! CARAMBA QUIERES ENSEÑAR O QUE TE ENSEÑEN
Just here to seeee
very nice.it is not saving
very annoying making people think they will have a page altering shoutbox (look at all the angry people) I have made a flatfile version but why would I share it when there's retards like you around?
I like this a lot going to use it in my website i think just for fun!
its not working...it sucks
:D very very good =)
extremely slow...
very good..bt its not saving..
nice, bookmarked!
very nice & intresting ex.but i didn,t understand properly
very nice & intresting ex.but i didn,t understand properly code of ajax.plz send me other example like this and coding with comments.
Ya Its Too Slow..
thanks this script very good ;)
Very useful code. thank for sharing
Gotta say u guys help me a lot on this. Thx u ^^. This codes very useful for me
GOOD YAAR BUT ITS NOT SAVING MY EDITED DATA
werwer w erwe rwe r
yaha pe to sab choo desi bhare hue hai. ewwwww
How can i edit this page?
Sorry to post it here,your contact page doesn't work :(
Comment on this
This demo is php?
very good tks!
I like this tutorial, thanks
You'll need a php file named updateProfileAjax.php with the following content: <?php echo $_GET['part']; ?> That should make it work :) See the original: http://dbachrach.com/blog/2007/01/create-flickr-like-editing-fields-using-ajax-css/