This is a discussion on "Moving Objects (Not sure if this goes here)" within the JavaScript Forum section. This forum, and the thread "Moving Objects (Not sure if this goes here) are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Moving Objects (Not sure if this goes here)
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
Sorry if this is not the right place to post this but, but on the www.bbc.co.uk website if you put your mouse over the topic titles it allows you to move them about and im assuming it stores a cookie to tell where its been moves to how can i do that too? im not sure how to code it, im assuming its PHP i think
does anyone know of a code or can someone help me achieve this please? By the way at the moment im using Xampp >.< Last edited by Stormraven; May 11th, 2008 at 20:00. |
|
|
|
#2
|
||||
|
||||
|
Re: Moving Objects (Not sure if this goes here)
Moved to the Javascript Forum
You'll need javascript for this. (PHP mixed in to store where the object was dragged to.) Javascript libraries such as MooTools and JQuery that have drag-and-drop built in.
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
|
#3
|
||||
|
||||
|
Re: Moving Objects (Not sure if this goes here)
It says page not found >.<
|
|
#4
|
||||
|
||||
|
Re: Moving Objects (Not sure if this goes here)
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
|
#5
|
||||
|
||||
|
Re: Moving Objects (Not sure if this goes here)
I cant see anything on those pages that move things around though mate
|
|
#6
|
||||
|
||||
|
Re: Moving Objects (Not sure if this goes here)
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
|
#7
|
||||
|
||||
|
Re: Moving Objects (Not sure if this goes here)
Right im testing this code in xampp:
|
|
#8
|
||||
|
||||
|
Re: Moving Objects (Not sure if this goes here)
First off, please don't just post the entire code, nobody is going to want to read through it. Just post the problematic parts.
The thing thats causing you trouble is that you don't include the mootools library. The browser won't know what any of the classes and functions are.
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
|
#9
|
||||
|
||||
|
Re: Moving Objects (Not sure if this goes here)
How do i add the mootools library to that? im sorry about posting the whole code
|
|
#10
|
||||
|
||||
|
Re: Moving Objects (Not sure if this goes here)
http://mootools.net/download
then use
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to move the objects in HTML? | virenparmar | Website Planning | 1 | Jun 2nd, 2008 08:47 |
| Removing objects in an array | breepupetstofight | ASP.NET Forum | 0 | Sep 17th, 2007 13:00 |
| Sending objects to the client | QuikFrozen | ASP.NET Forum | 5 | Apr 18th, 2007 14:20 |
| Internet Explorer & objects... HELP! | brittny | Web Page Design | 7 | Jul 6th, 2005 23:29 |
| revolving objects | benji | Flash & Multimedia Forum | 5 | Sep 9th, 2003 11:56 |