Community Page
- www.emadibrahim.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks a lot.It works also with SQL Server 2008 Express and NetworkService instead of LocalSystem.
- There is another validation toolkit called Validator Toolkit for ASP.NET on Codeplex.com. See http://www.codeplex.com/MvcValidatorToolkit
- Is that a compile error or runtime error? Did you copy & paste the code correctly? Sometimes the browser messes up the code formatting. Other than that you should add a breakpoint and examine...
- Hi Emad I just tried your code, but it is throwing me an error at this part: var x = (from result in resultXml.Descendants("nodeKeyVal") ... It tells me : error CS1026: ) expected Do you...
- Sorry, but the last time I used c++ was in college :)
10 months ago
10 months ago
10 months ago
BTW, big benefit of jQuery over Prototype - jQuery leaves object prototypes alone, making it easier to mix and match other script libraries.
3 months ago
10 months ago
However, I also think too many people fail to undersand the power or limitations of Javasacript itself. eg: outside of the libraries, when do you see good functional code?
JSTR is the only tool I have found that actually benchmarks javascript snippets and allows you to optimize you code properly, or to choose the correct code for the purpose.
Do you know anything else like it?
10 months ago
It plays nice with jQuery too.
10 months ago
@Mladen: jQuery minified and zipped is 16kb. And according to this chart http://ajaxian.com/archives/yui-setting-the-rec... YUI will be at 8.9kb. without animation and drang and drop and 18.4kb with them. So size is not that big of a deal - specially if it is hosted for free :)
@Dan: I might actually do that. I love jQuery's syntax too much to completely give it up. I am glad to hear that you are already doing that and not having problems.
@Ross: Never heard of JSTR but I will check it out. thanks.
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
At least, This shows that YUi is the slowest. That is the biggest problem I have with it.
10 months ago
I think using both jQuery and YUI is the way to go. I can use jQuery for
all my manual script writing and just limit YUI to User Interface stuff -
which is where it really shines.
10 months ago
10 months ago
I like the prototype documentation and syntax, and jQuery is a clean library that's for sure. Extjs is a good option too, but it's not free for commercial use.
In the end of the day, I'd still prefer YUI because it has a great support in the person of Yahoo, and it works pretty well.
K
9 months ago
8 months ago
6 months ago
6 months ago
6 months ago
6 months ago
5 months ago
4 months ago
2 months ago
2 months ago
2 months ago
and I can tell you that now I only use jQuery and I don't need YUI for their
UI anymore.
Plus jQuery has significantly improved its UI-related stuff just check the
gallery at www.jqueryui.com