[jQuery] Re: Need to make a edit layout system using php and jquery...?

2009-02-09 Thread jQuery Lover

You should probably ask it in CSS mailing list or discussion board...
You will get more useful replies there...


Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Sun, Feb 8, 2009 at 9:56 PM, shyhockey...@gmail.com
shyhockey...@gmail.com wrote:

 Ok, Now I am having trouble using php with css. I made a php file with
 the header content text/css  and the css works kinda.. the render is
 not proper.

 the htmlcheck button is supposed to display at the footer and it is
 being displayed in the top left corner of the screen.


 On Feb 6, 3:15 am, jQuery Lover ilovejqu...@gmail.com wrote:
 Yeap. I suggest you add a save button so you make an ajax call only
 once (when user decides to save his/her settings) and don't kill your
 server ... :)

 
 Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com

 On Fri, Feb 6, 2009 at 5:01 AM, shyhockey...@gmail.com

 shyhockey...@gmail.com wrote:

  Thanks... So I can save these values with php???

  Cause I plan to allow people to make their own profile page layout and
  need to save these values.

  On Feb 2, 7:11 am, jQuery Lover ilovejqu...@gmail.com wrote:
  To find positions and everything:http://docs.jquery.com/CSS

  
  Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com

  On Mon, Feb 2, 2009 at 3:19 AM, shyhockey...@gmail.com

  shyhockey...@gmail.com wrote:

   Hi, I am right now trying to make a edit layout  system.

   basicly I want to know how I can use jquery to  grab the height width
   and position elements are at.

   Cause I plan to make in the edit mode to allow users to move like
   images and tables and texts around on the layout and even change
   background images and add more artistic images for their profiles.

   I will add also a music player.

   So I need to know how I can grab all positions height and width of
   each element on my layout and then store that data.

   I am planning to make databases for users where I will store their
   edited stuff.

   So I need the x  and  y position of where the elements are at and also
   the height and width. Some told me I should  just grab what  css
   element of height and width and top and left of the elements using
   javascript.

   What would you suggest on how I should do it?

   Can I do it using jquery or no???

   Thanks for your time.


[jQuery] Re: Need to make a edit layout system using php and jquery...?

2009-02-08 Thread shyhockey...@gmail.com

Ok, Now I am having trouble using php with css. I made a php file with
the header content text/css  and the css works kinda.. the render is
not proper.

the htmlcheck button is supposed to display at the footer and it is
being displayed in the top left corner of the screen.


On Feb 6, 3:15 am, jQuery Lover ilovejqu...@gmail.com wrote:
 Yeap. I suggest you add a save button so you make an ajax call only
 once (when user decides to save his/her settings) and don't kill your
 server ... :)

 
 Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com

 On Fri, Feb 6, 2009 at 5:01 AM, shyhockey...@gmail.com

 shyhockey...@gmail.com wrote:

  Thanks... So I can save these values with php???

  Cause I plan to allow people to make their own profile page layout and
  need to save these values.

  On Feb 2, 7:11 am, jQuery Lover ilovejqu...@gmail.com wrote:
  To find positions and everything:http://docs.jquery.com/CSS

  
  Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com

  On Mon, Feb 2, 2009 at 3:19 AM, shyhockey...@gmail.com

  shyhockey...@gmail.com wrote:

   Hi, I am right now trying to make a edit layout  system.

   basicly I want to know how I can use jquery to  grab the height width
   and position elements are at.

   Cause I plan to make in the edit mode to allow users to move like
   images and tables and texts around on the layout and even change
   background images and add more artistic images for their profiles.

   I will add also a music player.

   So I need to know how I can grab all positions height and width of
   each element on my layout and then store that data.

   I am planning to make databases for users where I will store their
   edited stuff.

   So I need the x  and  y position of where the elements are at and also
   the height and width. Some told me I should  just grab what  css
   element of height and width and top and left of the elements using
   javascript.

   What would you suggest on how I should do it?

   Can I do it using jquery or no???

   Thanks for your time.


[jQuery] Re: Need to make a edit layout system using php and jquery...?

2009-02-06 Thread jQuery Lover

Yeap. I suggest you add a save button so you make an ajax call only
once (when user decides to save his/her settings) and don't kill your
server ... :)


Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Fri, Feb 6, 2009 at 5:01 AM, shyhockey...@gmail.com
shyhockey...@gmail.com wrote:

 Thanks... So I can save these values with php???

 Cause I plan to allow people to make their own profile page layout and
 need to save these values.

 On Feb 2, 7:11 am, jQuery Lover ilovejqu...@gmail.com wrote:
 To find positions and everything:http://docs.jquery.com/CSS

 
 Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com

 On Mon, Feb 2, 2009 at 3:19 AM, shyhockey...@gmail.com

 shyhockey...@gmail.com wrote:

  Hi, I am right now trying to make a edit layout  system.

  basicly I want to know how I can use jquery to  grab the height width
  and position elements are at.

  Cause I plan to make in the edit mode to allow users to move like
  images and tables and texts around on the layout and even change
  background images and add more artistic images for their profiles.

  I will add also a music player.

  So I need to know how I can grab all positions height and width of
  each element on my layout and then store that data.

  I am planning to make databases for users where I will store their
  edited stuff.

  So I need the x  and  y position of where the elements are at and also
  the height and width. Some told me I should  just grab what  css
  element of height and width and top and left of the elements using
  javascript.

  What would you suggest on how I should do it?

  Can I do it using jquery or no???

  Thanks for your time.


[jQuery] Re: Need to make a edit layout system using php and jquery...?

2009-02-05 Thread shyhockey...@gmail.com

Thanks... So I can save these values with php???

Cause I plan to allow people to make their own profile page layout and
need to save these values.

On Feb 2, 7:11 am, jQuery Lover ilovejqu...@gmail.com wrote:
 To find positions and everything:http://docs.jquery.com/CSS

 
 Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com

 On Mon, Feb 2, 2009 at 3:19 AM, shyhockey...@gmail.com

 shyhockey...@gmail.com wrote:

  Hi, I am right now trying to make a edit layout  system.

  basicly I want to know how I can use jquery to  grab the height width
  and position elements are at.

  Cause I plan to make in the edit mode to allow users to move like
  images and tables and texts around on the layout and even change
  background images and add more artistic images for their profiles.

  I will add also a music player.

  So I need to know how I can grab all positions height and width of
  each element on my layout and then store that data.

  I am planning to make databases for users where I will store their
  edited stuff.

  So I need the x  and  y position of where the elements are at and also
  the height and width. Some told me I should  just grab what  css
  element of height and width and top and left of the elements using
  javascript.

  What would you suggest on how I should do it?

  Can I do it using jquery or no???

  Thanks for your time.


[jQuery] Re: Need to make a edit layout system using php and jquery...?

2009-02-05 Thread Mauricio Wolff

To get positions, position() and offset(), along with with() and height
()

When your user edit the layout you can fireup an ajax request to a php
that saves your data...

check the jqEditable plugin code...

cheers

mWolff


[jQuery] Re: Need to make a edit layout system using php and jquery...?

2009-02-02 Thread jQuery Lover

To find positions and everything: http://docs.jquery.com/CSS


Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Mon, Feb 2, 2009 at 3:19 AM, shyhockey...@gmail.com
shyhockey...@gmail.com wrote:

 Hi, I am right now trying to make a edit layout  system.

 basicly I want to know how I can use jquery to  grab the height width
 and position elements are at.

 Cause I plan to make in the edit mode to allow users to move like
 images and tables and texts around on the layout and even change
 background images and add more artistic images for their profiles.

 I will add also a music player.

 So I need to know how I can grab all positions height and width of
 each element on my layout and then store that data.

 I am planning to make databases for users where I will store their
 edited stuff.

 So I need the x  and  y position of where the elements are at and also
 the height and width. Some told me I should  just grab what  css
 element of height and width and top and left of the elements using
 javascript.

 What would you suggest on how I should do it?

 Can I do it using jquery or no???

 Thanks for your time.



[jQuery] Re: Need to make a edit layout system using php and jquery...?

2009-02-02 Thread boermans

On Feb 2, 8:19 am, shyhockey...@gmail.com shyhockey...@gmail.com
wrote:

 Can I do it using jquery or no???

jQuery will certainly reduce the amount of code you might otherwise
need to write to make it happen.
Well worth your while to learn if that’s what you wan to do.
Make sure you start as simple as possible - get that working before
you attempt to make it more complicated.


[jQuery] Re: Need to make a edit layout system using php and jquery...?

2009-02-01 Thread Manowar721

Check this link = http://ui.jquery.com/

Good Luck,
Manowar721

On Feb 1, 3:19 pm, shyhockey...@gmail.com shyhockey...@gmail.com
wrote:
 Hi, I am right now trying to make a edit layout  system.

 basicly I want to know how I can use jquery to  grab the height width
 and position elements are at.

 Cause I plan to make in the edit mode to allow users to move like
 images and tables and texts around on the layout and even change
 background images and add more artistic images for their profiles.

 I will add also a music player.

 So I need to know how I can grab all positions height and width of
 each element on my layout and then store that data.

 I am planning to make databases for users where I will store their
 edited stuff.

 So I need the x  and  y position of where the elements are at and also
 the height and width. Some told me I should  just grab what  css
 element of height and width and top and left of the elements using
 javascript.

 What would you suggest on how I should do it?

 Can I do it using jquery or no???

 Thanks for your time.