TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 11-23-2007, 02:08 PM   #21 (permalink)
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

Quote:
Originally Posted by xadet3 View Post
Always used mootools, maybe I should start using a wider range?

Any suggestions would be great.
Prototype with Scriptalicious all the way! For the very reason that Prototype (and of course JQuery), are both up there in #1 and #2 spots! I won't say which is in which position as I don't want to stir anything up :)
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 11-25-2007, 07:34 AM   #22 (permalink)
The Visitor
 
Join Date: Nov 2007
Posts: 1
Thanks: 0
violon is on a distinguished road
Default

I am using Jquery for my research. :)
violon is offline  
Reply With Quote
Old 11-25-2007, 01:52 PM   #23 (permalink)
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

What research would that be?
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 11-30-2007, 12:27 PM   #24 (permalink)
The Acquainted
 
Join Date: Sep 2007
Posts: 126
Thanks: 4
Sam Granger is on a distinguished road
Default

Damn, I just hate jQuery now, it is so frustrating to work with and documentation is crap!! No longer using it!!
Sam Granger is offline  
Reply With Quote
Old 11-30-2007, 12:32 PM   #25 (permalink)
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

Quote:
Originally Posted by Sam Granger View Post
Damn, I just hate jQuery now, it is so frustrating to work with and documentation is crap!! No longer using it!!
Really? I'd have thought JQuery, being one of the daddies when it comes to Javascript libraries, would have an awesome documentation. To be honest though, you can't beat the extent in which Prototype document their Javascript library. It's truly awesome!
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 11-30-2007, 01:03 PM   #26 (permalink)
The Contributor
Upcoming Programmer 
 
Matt83's Avatar
 
Join Date: Oct 2007
Location: Argentina
Posts: 72
Thanks: 18
Matt83 is on a distinguished road
Default

Quote:
Originally Posted by Sam Granger View Post
Damn, I just hate jQuery now, it is so frustrating to work with and documentation is crap!! No longer using it!!
Hard to hear you saying that Sam, for me jQuery is the one i feel more comfortable to work with as it cant get much more intuitive and easy than that. Im definitely not using JQueryUI although it looks like it could have a bright future. As for the documentation, i think the one in their website is ok, but you might also wanna try looking in their google´s group where theres a lot going on.
__________________
http://www.mattvarone.com
Matt83 is offline  
Reply With Quote
Old 12-01-2007, 02:55 AM   #27 (permalink)
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

It does look like a well documented Javascript library if I were honest - from my initial observations. Perhaps Sam found a third-party documentation and thus came to the premature conclusion that it was terrible? I don't know.

How would you rate JQuery's documentation in comparison to Prototype, Sam?
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 12-01-2007, 06:32 AM   #28 (permalink)
The Wanderer
Newcomer Newcomer 
 
Join Date: Nov 2005
Location: Kansas
Posts: 7
Thanks: 0
Borderline is on a distinguished road
Default

Used sajax until I found xajax.
Using JQuery for js, so much lighter and easier to use over the other js libraries.
Right now I'm playing with YUI, nice for the extras.
It really depends on the project at hand.
__________________
Slack5
Borderline is offline  
Reply With Quote
Old 12-01-2007, 11:52 PM   #29 (permalink)
The Contributor
 
Join Date: Oct 2007
Posts: 35
Thanks: 2
Sled is on a distinguished road
Default

I rarely use any javascript, but lately I did few things with prototype, and it's really great! Really easy to use.
Sled is offline  
Reply With Quote
Old 12-05-2007, 07:38 PM   #30 (permalink)
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

AJAX really is pretty simple stuff, I'd also recommend making it many times easier by utilising JSON as well. Although when you use JSON you'll have to be careful not to eval() anything, but rather use the Prototype's in-built function, evalJSON(). Also don't forget to set the content-type of the JSON document to application/json.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 12-29-2007, 05:59 AM   #31 (permalink)
The Wanderer
 
deflated's Avatar
 
Join Date: Dec 2007
Location: 127.0.0.1
Posts: 19
Thanks: 7
deflated is on a distinguished road
Default

My favorite AJAX framework is jQuery because of its simpleness and its speed. I've read in their blog that the version 1.1.3 had a speed increasement of about 800%!
Actually, I'm not doing much web stuff anymore since I've discovered PHP-Gtk.

Last edited by deflated : 07-18-2010 at 01:46 PM.
deflated is offline  
Reply With Quote
Old 06-01-2011, 05:27 AM   #32 (permalink)
The Wanderer
 
jacket250's Avatar
 
Join Date: Jun 2011
Posts: 7
Thanks: 0
jacket250 is on a distinguished road
Default

ya thanks a lot ..great post....













Diablo 3 Items

Last edited by jacket250 : 11-01-2011 at 02:18 AM.
jacket250 is offline  
Reply With Quote
Old 11-08-2011, 04:47 PM   #33 (permalink)
HersheysBlog.com
 
Hershey's Avatar
 
Join Date: Nov 2011
Posts: 15
Thanks: 0
Hershey is on a distinguished road
Default

I have used Spry and YUI.

YUI is quite good. Support has been prompt and new updates are regularly made.

Also YUI will host the .js files which is nice of them.

It might have the most built-in features at this point but I haven't used others enough to say that with confidence.

It is a big library though. Oh also lots of cross platform browser behavior built in. So in my opinion, YUI is my favorite.
Send a message via MSN to Hershey Send a message via Skype™ to Hershey
Hershey is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP/GD Library mahfooz Libraries & Extensions 1 10-11-2006 12:39 PM
Most Common Library? CreativeLogic General 0 04-04-2005 05:43 AM


All times are GMT. The time now is 07:23 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design