What do i need?

What do i need?

Hello!

My problem is that i really don't understand which files to use or where to write down the code.
I have a div with contents that i want to make "draggable" and "resizeable". i found this plug-in Linky
and when i downloaded the pack i got the following in 'the pack':
  • overview.html
  • js/
  •       jquery.js
  •       jquery-ui.js
  •       jquery.iconize.js
  • images/
  •       a lot of images
  • css/
  •       jquery-ui.css
  •       jquery.iconize.css
what out of these do i really need? where do i write my: ?
  1.  $(document).ready(function() {
          // function
    });


Then the Dependencies:   

iconize has the following dependencies:
jQuery 1.3.x
jQuery UI Core to support all jQuery UI functionality
jQuery UI Draggable for draggable content and UI Dialog support
jQuery UI Sortable for sortable docking
jQuery UI Dialog for iconizable UI Dialogs




I have a jquery-ui.js which when i downloaded the custom pack, contains all the files above. do i just put my jquery-ui.js in the same map as jquery.js?

and finally, how do i bond, for example a button, to the minimize function in the code?


Glad for any answers! I really need this help guys! thanks