Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
6 Reasons To Use Javascript Libraries & Frameworks
travislaborde
follow
2
9-6-2007 7:44 AM
474 views
tags:
programming
,
javascript
travislaborde
says:
agreed... I just haven't yet picked one. Of course it has to be completely ASP.NET and MSAJAX friendly....
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Related Clips
Digital Art Animations using "Processing"
Future 'Top 10' Hot Careers in 2012
Sordid Lives
How to Understand the Financial Crisis in ...
Sql Server and .NET Min and Max Date Ranges
Fav Programmer Cartoons
Custom Toyota MR2 carputer
More clips from
travislaborde
Very Creepy Old Ads
Rubik's Cube Solver
DotNetNuke 5.0: Now with jQuery
Today's Top Clips
Earth From Above - Stunning!
Stories They Can't Tell You
Saudi Cleric Favours One-Eye Veil
Artist Builds Temple of Science
The Man Who Stuck His Head Inside a Particle Accelerator
Cannabis less harmful than drinking, smoking: report
Scientists create solar cells with a twist.
S&M Porn Illegal-Real Life Torture-OK!
Online Identity tools
AP: Palin attack "exaggerated" or "outright false"
visit the
Top Clips page
View the Top Clips from
September 6, 2007
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/6601996f-da36-41ea-8a1b-e56796abafc0/000129F4-6FB5-46D1-95DF-5CE4C71E04F8/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/" href="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/" style="font-size: 11px;">bludice.com</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/"><H2 class="post-title-single">6 Reasons To Use Javascript Libraries & Frameworks</H2></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/"><STRONG>Don’t Reinvent The Wheel</STRONG></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/"><STRONG>Do More With Less Code</STRONG></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/"><STRONG>Save Time — You Don’t Code Your Own OS, Do You?</STRONG></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/"><STRONG>Chances Are, You Aren’t The Expert</STRONG></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/"><STRONG>Speed Thrills</STRONG></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/"><P><STRONG>Avoid Cryptic Javascript Base Code</STRONG> Why use javascript’s default functions when you can use a framework’s English-named functions? For example:</P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/"><DIV class="ch_code_container"><DIV>|– javascript –|</DIV><SPAN>//standard javascript</SPAN><BR /><DIV> document.<SPAN>getElementbyId</SPAN><SPAN>(</SPAN><SPAN>‘mydiv’</SPAN><SPAN>)</SPAN>.<SPAN>style</SPAN>.<SPAN>color</SPAN> = <SPAN>‘#f00′</SPAN>; <SPAN>// camel-case the style!</SPAN></DIV> <SPAN>//mootools javascript</SPAN> $<SPAN>(</SPAN><SPAN>‘mydiv’</SPAN><SPAN>)</SPAN>.<SPAN>setStyle</SPAN><SPAN>(</SPAN><SPAN>‘color’</SPAN>,<SPAN>‘#foo’</SPAN><SPAN>)</SPAN>;</DIV></blockquote><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content7.clipmarks.com/images/clip-icon.gif" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/#comment-85" href="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/#comment-85" style="font-size: 11px;">bludice.com</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://bludice.com/6-reasons-to-use-javascript-libraries-frameworks/#comment-85"><P>7. Unified browser API, most of the time You dont have to think about browser compatibility because guys from Your framework took care (btw. I love jQuery).</P></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/000129F4-6FB5-46D1-95DF-5CE4C71E04F8/blog/" title="blog or email this clip"><img src="http://content8.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Blog
Copyright
Privacy
EULA
OK