Results 1 to 8 of 8

Thread: asp page widgets

  1. #1
    daft ideas inc. scottyman's Avatar
    Join Date
    Jul 2003
    Location
    Charming and Exotic Bracknell
    Posts
    1,576
    Thanks
    2
    Thanked
    3 times in 3 posts

    asp page widgets

    ... or whatever they may be called

    i seem to remember reading in one of the magazines I've been forced to throw out recently - that asp provides groovy ways of creating "floating panels" which can be positioned wherever the user wants within their page. this layout is stored in a session variable, which is cool - but I'd just like to find out more about it.

    Does anyone have any ideas on where it was published - or if there's any information about it on the net?
    I'm fairly sure they're not called widgets - am may be fairly esoteric - hence the fact I'm not finding anything on devshed or google!

    scotty

  2. #2
    Large Member
    Join Date
    Apr 2004
    Posts
    3,720
    Thanks
    47
    Thanked
    99 times in 64 posts
    This can be acheived very easily in Javascript as well as CSS, actually it can be acheived in it's simplest with the <DIV> tag. Unless you want to use ASP purposefully for whatever reason?
    Last edited by yamangman; 24-11-2004 at 08:12 PM. Reason: Cos i can't spell
    To err is human. To really foul things up ... you need a computer.

  3. #3
    daft ideas inc. scottyman's Avatar
    Join Date
    Jul 2003
    Location
    Charming and Exotic Bracknell
    Posts
    1,576
    Thanks
    2
    Thanked
    3 times in 3 posts
    actually like sharepoint - I've already done it in CSS, but to have a floating search window which you can move around if it gets in the way of your search results, or hiding/moving a comments pane until you actually want to use it... that kind of stuff.
    The advantage is that they're independant entities much like IFRAMES but without the inherent evil!

  4. #4
    Large Member
    Join Date
    Apr 2004
    Posts
    3,720
    Thanks
    47
    Thanked
    99 times in 64 posts
    Sorry I didn't read 'wherever the user wants within their page'
    To err is human. To really foul things up ... you need a computer.

  5. #5
    Large Member
    Join Date
    Apr 2004
    Posts
    3,720
    Thanks
    47
    Thanked
    99 times in 64 posts
    I know it's not the kind of thing you mean, but you could use somthing like this and then just use show if behaviors for dynamic content.
    To err is human. To really foul things up ... you need a computer.

  6. #6
    daft ideas inc. scottyman's Avatar
    Join Date
    Jul 2003
    Location
    Charming and Exotic Bracknell
    Posts
    1,576
    Thanks
    2
    Thanked
    3 times in 3 posts
    yes - true... it's something to play with at least! thanks for that - quite nifty.
    i wonder how well that floats over iframes - will have to fiddle! cheers!

  7. #7
    Large Member
    Join Date
    Apr 2004
    Posts
    3,720
    Thanks
    47
    Thanked
    99 times in 64 posts
    Here is one that works in Firefox amongst other browsers: dragger

    It's from a site I made a while back in dreamweaver. You can apply many other properties to the drag layer behavior in DW, such as constrain it's area of movement, supply a drop target, snap to drop target, as well as calling other js whilst being dragged and dropped.
    To err is human. To really foul things up ... you need a computer.

  8. #8
    daft ideas inc. scottyman's Avatar
    Join Date
    Jul 2003
    Location
    Charming and Exotic Bracknell
    Posts
    1,576
    Thanks
    2
    Thanked
    3 times in 3 posts
    that's nifty - me likes - will have to fiddle with it and see if I can make it work with thesite I'm mocking up. it's really just a case of playing about for me until I can get a job again

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ASP Help required
    By TomWilko in forum Software
    Replies: 1
    Last Post: 27-10-2004, 02:36 PM
  2. Learning ASP
    By TomWilko in forum Software
    Replies: 9
    Last Post: 02-10-2004, 04:28 PM
  3. Internet Explorer not found page
    By ajbrun in forum Software
    Replies: 16
    Last Post: 25-07-2004, 11:40 AM
  4. System Date/Time on front page
    By Angus in forum HEXUS Suggestions
    Replies: 2
    Last Post: 26-01-2004, 09:37 PM
  5. 404 Error page is a loop
    By Rys in forum HEXUS Suggestions
    Replies: 6
    Last Post: 05-09-2003, 12:34 PM

Posting Permissions

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