Results 1 to 5 of 5

Thread: Can this be Done?

  1. #1
    Join Date
    Jan 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can this be Done?

    After dragging and rearranging elements on my page using the Dragable elements Script, can a user then save the new arrangement permanently, so the next time the page is loaded (maybe a couple of days later) it will look like their new updated version? Or is there a way to do this using anything else? Basically I want to save a movable content in its new place on the page after alterations.
    Thanks
    slappy

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    It is possible.
    Quote Originally Posted by DragoNero
    not cookies... its all done with php flash (or ajax) and databases... your ip is recorded and theres a load of settings/switches/values in the table that are set to true/false/a value
    Jeremy | jfein.net

  3. #3
    Join Date
    Jan 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks for the Reply Nile

    Thanks for the quick reply, can you point me in the right direction of where I can start on this? Tutorials, posts, scripts etc.
    Thanks
    Slappy

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Sorry, have no clue.
    just wanted to tell you hpw.
    Jeremy | jfein.net

  5. #5
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    If you are using Flash (not sure where the quote came from??) you can use the SharedObject class, which can save a ton of things, including position of items and may other things (text, colors, and on and on and on)

    This is also stored in the Macromedia folder on the hard drive and isn't emptied when the cache is cleared, so it will last longer than cookies.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •