Page 1 of 2 12 LastLast
Results 1 to 40 of 47

Thread: AJAX forum

  1. #1

    Thread Starter
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    AJAX forum

    k4BB is an online forum written in php with AJAX. not as feature-packed as other forums like vbulletin, but its still a great showcase of AJAX in action.

    Demo
    Last edited by tr333; Feb 18th, 2006 at 11:32 PM.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    tr333, did you have a question or ? about k4BB or AJAX?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: AJAX forum

    Quote Originally Posted by RobDog888
    tr333, did you have a question or ? about k4BB or AJAX?
    no... i just thought it would be good for people who have never seen an AJAX website before to see what it can do.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    Yes, it looks very nice a clean. I have seen some stuff on AJAX recently but never really lookied into it. So its more like a type of ASP. Guess we shall see how popular it becomes.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5

    Thread Starter
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: AJAX forum

    another great example of AJAX use is meebo.com. meebo is an effort to bring IM to Web 2.0.
    One of the interesting things done with AJAX on this site is the ability to move/resize/minimize/maximize windows just like MDI windows in a normal desktop environment. it looks more like a desktop within a browser window.


    NOTE: without signing-in to the service, you can't actually see much of the AJAX in use.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    But I read that there are alot of issues with the browser's Back button since there are not a seies of different pages but rather modifications of the same page. This is to be expected but sure does create a problem depending on your page. I'm sure they have some code to help with this but there should have been something created to resolve this instead of us having to code workarounds.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: AJAX forum

    The aim of the AJAX developers should be to remove any requirements for the back/forward buttons, by providing everything within the page itself. AJAX is a great piece of technology, but with every technology, comes some 'sacrifices'.

    I don't see AJAX becoming popular for commercial software though, not secure enough, and I doubt anyone would want JavaScript to have more client-side rights than it does right now

  8. #8
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: AJAX forum

    Google is using it a fair bit though.

    - ØØ -

  9. #9

    Thread Starter
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: AJAX forum

    Quote Originally Posted by NoteMe
    Google is using it a fair bit though.

    - ØØ -
    does GMail use AJAX? i just noticed that the back-button doesnt do anything useful when browsing the GMail site.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: AJAX forum

    GMail and Google Maps too.

  11. #11
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: AJAX forum

    There is actualy a "despute" between google and Fx right now. Fx has a bug with memory leaks right now with unused HTTP*** what ever they are called in JS Ajax stuff. Google say they don't have any unused objects of this type on their home page. But for some reason Fx is leaking like a river on their Ajax made pages...



    - ØØ -

  12. #12
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    So FF isnt able to handle AJAX pages or just Googles?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  13. #13
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: AJAX forum

    Err...a memory leak doesn't make something incompatible. Fx can handle Ajax. But google and Fx doesn't agree on if Google has an error or not.



    - ØØ -

  14. #14
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    But yet it doesnt happen on any other browser?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  15. #15
    Frenzied Member conipto's Avatar
    Join Date
    Jun 2005
    Location
    Chicago
    Posts
    1,175

    Re: AJAX forum

    Quote Originally Posted by RobDog888
    But yet it doesnt happen on any other browser?
    I can feel the Fx sucks quote coming on

    Bill
    Hate Adobe Acrobat? My Codebank Sumbissions - Easy CodeDom Expression evaluator: (VB / C# ) -- C# Scrolling Text Display

    I Like to code when drunk. Don't say you weren't warned.

  16. #16
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: AJAX forum

    Quote Originally Posted by RobDog888
    But yet it doesnt happen on any other browser?

    You don't know, since MS would never tell.. The difference is that FX tell, an they fix. MS doesn't tell and don't fix... They are not even using the same standard as every other browser does..



    - ØØ -

  17. #17
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: AJAX forum

    It's not FX. It's FF. FX is so 2005. Stop living in the stone age

  18. #18
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: AJAX forum

    Quote Originally Posted by mendhak
    It's not FX. It's FF. FX is so 2005. Stop living in the stone age

    Nope...neither...it is Fx or fx...you moron..


    http://www.mozilla.org/support/firef...ell-abbreviate



    - ØØ -

  19. #19
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    Who says MS doesnt tell or fix things. If that was true then there would be no Service Pack 2 for your copy of XP Pro would there? The updates that are released on Tuesdays would not be done either or they would just say "hers a fix. install it and dont worry about anything".

    For 2006 its FF for all those FF'ers that arent "with it"

    Ok back on topic.

    The thing is that since AJAX (lol just thinking of the cleaning cleanser) is relativetly a new concept its going to have issues but as individule parts its dependable and stable. Now what happens when you get a browser that doesnt support JavaScript?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  20. #20
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    Question: You guys know the Quick Reply button on our forum, that is a similar method of AJAX correct? Since it doesnt reload a page and only adds the post dynamically.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  21. #21
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: AJAX forum

    Quick Reply on vBulletin pre 3.5 does not use AJAX, it reloads the page.

    QR on 3.5 does use AJAX and it is very noticably faster.

  22. #22
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: AJAX forum

    Quote Originally Posted by RobDog
    The thing is that since AJAX (lol just thinking of the cleaning cleanser) is relativetly a new concept its going to have issues but as individule parts its dependable and stable. Now what happens when you get a browser that doesnt support JavaScript?
    It doesn't work.

    So if you use AJAX you need to provide a normal alternative.

  23. #23
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    Quote Originally Posted by penagate
    Quick Reply on vBulletin pre 3.5 does not use AJAX, it reloads the page.

    QR on 3.5 does use AJAX and it is very noticably faster.
    Really? Because I have never seen the page reload like it does when changing pages. It just stays the same and then the new post appears.

    Hmm, lets see. Testing.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  24. #24
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    Quote Originally Posted by penagate
    It doesn't work.

    So if you use AJAX you need to provide a normal alternative.
    Sounds like too much damn work to me. If you have to write code to display your page without JS then why not just leave the AJAX stuff out and do it the more reliable way?

    Test sure looks like its not reloading the page?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  25. #25
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: AJAX forum

    That's probably because

    a) you have a fast connection
    b) most of the page is the same so it does not appear as though it is being redrawn.

    Me with a 512 kbs connection and BT open, it is a lot slower than an Ajax driven QR. (Side note: vBulletin's implementation is a LOT quicker than Invision's).

    And yeah it is a lot of work but it does make things a lot smoother when scripting is on (and not all that many people disable scripting). Usually it is implemented as an additional feature (Like QR on forums) so you can always still do things the normal way. If you require scripting to get the site to work it does it a lot less accessible.

  26. #26
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: AJAX forum

    Quote Originally Posted by RobDog888
    Sounds like too much damn work to me. If you have to write code to display your page without JS then why not just leave the AJAX stuff out and do it the more reliable way?

    Everything on the web is like that, since browsers don't follow the standard. The DOM standards for JScript is not the same on different browsers either.. Guess why.

    Thats why we try to promote real standards...

    Just as a note about Ajax. It is old technoloiges, used in a new way with a new name really. I had a talk with Visual on the train in England about it. And I we kind of agreed that this might just be one big flop. Very few pages needs this kind of functionality as bandwidth gets better each day. but some pages with lots of trafikk and lots of info like Google map and mail migh really earn on this. But then again, they are always really fast out with new technologi. They are even using SVG on some of their pages...something IE is not supporting not even IE 7.


    - ØØ -

  27. #27
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    I didnt think to much of it being JavaScript and XML. I originally thought it was a new language which it kind of is but mostly not. Just being used Asynchronously together, like you said, in a new way.

    I dont see it taking off either. Also, when Web 2.0 comes out we will have an even faster internet so all this stuff trying to save bandwidth will be obsolite.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  28. #28
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: AJAX forum

    Web 2.0's not going to affect how fast data is transferred over the internet

    It's just a buzzword applied to seemingly every major web technology since about 2002. A fad, if you like.

  29. #29
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    Then maybe I used the wrong term but they are some universities over here in souther california that have been working on a second type of improved internet format or protocol. Cant remember what it was called but I thought that was it.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  30. #30
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: AJAX forum

    Web 2.0 is more of a buzzword really. Just something O'Reilly started in the late 90's. In what was ment then it is just a word for the changes on the internet. Examples today can be:

    DoubleClick was Web 1.0;
    Google AdSense is Web 2.0.

    Ofoto is Web 1.0;
    Flickr is Web 2.0


    Since Web 2.0 is a lose term they more or less define a web 2.0 page today a page that uses "new" standards like:

    * CSS, semantically valid XHTML markup, and Microformats
    * Unobtrusive rich application techniques (such as Ajax)
    * XUL
    * SVG
    * Flash Remoting
    * Syndication of data in RSS/Atom
    * Aggregation of RSS/Atom data
    * Clean and meaningful URLs
    * Weblog publishing
    * REST or XML Webservice APIs
    * Some social networking aspects

    which is both technologies and just paradigms. Also notice that IE doesn't support all of these technologies....just had to say it once more..


    - ØØ -

  31. #31
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: AJAX forum

    Quote Originally Posted by penagate
    Web 2.0's not going to affect how fast data is transferred over the internet

    It's just a buzzword applied to seemingly every major web technology since about 2002. A fad, if you like.

    Haha to you too for using the word buzzword..

  32. #32
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: AJAX forum

    Web 2.0 == Pastel colours and rounded corners.

    Edit: and HUUUUGE fonts, so huge your spectacle-wearing grandma will step 10 paces back from the computer screen to make anything out.

  33. #33
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: AJAX forum

    Quote Originally Posted by Note
    Haha to you too for using the word buzzword..


    Maybe Rob you were thinking of "Internet 2.0".

  34. #34
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    Yup thats it PG "Internet 2.0".

    So NoteMe your site is using "Web 2.0" with its rounded corners and stuff.

    Ps, Shame on both of you, PG and NoteMe, for using that word - "buzz####"
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  35. #35
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: AJAX forum

    Google Mail uses a mixture of XMLHTTP and hidden iframes in its interface. This means that the functionality of the back and forward buttons in the browser can be kept while still benfiting from non blinking pages.

    IMO, AJAX should only be used to enhance a UI while still providing the functionality for those with borwsers which do not support JS.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  36. #36
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: AJAX forum

    So then you also feel that AJAX is not really going to go anywhere.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  37. #37
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: AJAX forum

    Quote Originally Posted by RobDog888
    So then you also feel that AJAX is not really going to go anywhere.
    I don't think that at all. It can be used to make powerful event driven apps which work in the browser. All I am saying is that ajax should only be used to enhance and enrich the users experience and all the core functionality should remain in the event that the Javascript is disabled.

    Kindof like a fallback
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  38. #38

    Thread Starter
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: AJAX forum

    Quote Originally Posted by NoteMe
    The DOM standards for JScript is not the same on different browsers either..
    ECMAScript is the standard scripting language. JavaScript and JScript are extensions of ECMAScript.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  39. #39
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: AJAX forum

    Quote Originally Posted by tr333
    ECMAScript is the standard scripting language. JavaScript and JScript are extensions of ECMAScript.

    JavaScript and JScript came before ECMAScripts, thats why ECMAScript doesn't manage to pull them enough in the right direction..at least for now.... Same as happend to C in the old days, just even worse. Just hope it won't happen to C# too now.


    - ØØ -

  40. #40
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: AJAX forum

    Are you sure k4bb is still using AJAX ? http://demo.k4bb.org/viewtopic.php?id=240

    Also, I am unable to open meebo.com in Opera. It opens in IE/firefox. Maybe Opera9beta doesn't support AJAX/HTTPS ?
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


Page 1 of 2 12 LastLast

Posting Permissions

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



Click Here to Expand Forum to Full Width