|
||||||
| AJAX Web based language that allows asynchronous loading of pages that does not interfere with normal page loading. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
| Sponsored Links |
|
|
|
|||
|
Quote:
This is a javascript library. I started learning it about a week ago. License: "jQuery is currently available for use in all personal or commercial projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project, and use it accordingly." So you can simply use it ( will have to read on your own and do some writing, it does not give ready component, but will help a lot as it supports animation ( like the one you need ) and AJAX wrapper ), or you can use it as example and write you own pure javascript code. |
|
|||||
|
Another thing is this sliding bar that MSDN uses.
Do you know what I am talking about? They have a split screen -- sort of like frames -- but you can drag the border between the frame. MFC Samples General Samples I can think of all sorts of applications for that. I wonder how they do that. I wonder if it is with AJAX or if you can do this with AJAX. I will be looking at the javascript that you suggested. |
|
|||||
|
xarzu, I replied to your other post about the "frame-like" behavior you're looking for.
I think a lot of what you're talking about isn't AJAX but DHTML. AJAX is only necessary when you need to make a trip to the server without re-loading a page. You can make things on a page move and change using css and javascript to modify the DOM - which isn't AJAX because it is doing everything on the client side without making any extra trips to the server. Hope that clears it up. Happy Coding! -Fahlyn
__________________
Visit My Google Group Here: Web Development Innovation |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Basic Calculator | AfTriX | VB Tutorials | 3 | 02-29-2008 08:53 AM |
| HTML Code in XML | Chan | JavaScript and CSS | 1 | 07-27-2007 03:48 PM |
| Please Help With A C Program!! | siren | C and C++ | 7 | 04-17-2007 08:45 AM |
| Where to Put PHP Code | clookid | PHP Tutorials | 1 | 01-11-2007 08:44 PM |