¡@

Home 

javascript Programming Glossary: yui

How does AJAX work?

http://stackoverflow.com/questions/1510011/how-does-ajax-work

can use famous JavaScript libraries like jQuery Prototype YUI etc to AJAXify the client side of your application. Such libraries..

jQuery animate backgroundColor

http://stackoverflow.com/questions/190560/jquery-animate-backgroundcolor

test various compressors and make your own min version. YUI gets the best compression in this case needing only 2317 bytes..

window.onload vs <body onload=“”/>

http://stackoverflow.com/questions/191157/window-onload-vs-body-onload

common JavaScript libraries Prototype ExtJS Dojo JQuery YUI etc. provide nice wrappers around events that occur as the document..

How can I obfuscate JavaScript?

http://stackoverflow.com/questions/194397/how-can-i-obfuscate-javascript

obfuscation share improve this question Obfuscation Try YUI Compressor . It's a very popular tool built enhanced and maintained..

I've Heard Global Variables Are Bad, What Alternative Solution Should I Use?

http://stackoverflow.com/questions/2613310/ive-heard-global-variables-are-bad-what-alternative-solution-should-i-use

. One way to reduce global variables is to use the YUI module pattern . The basic idea is to wrap all your code in..

Best JavaScript compressor [closed]

http://stackoverflow.com/questions/28932/best-javascript-compressor

files before sending on the wire which you should be doing YUI Compressor gets the smallest final size. The tests were done.. 557 bytes 11 119 bytes after gzip jQuery minified with the YUI Compressor 31 822 bytes 10 818 bytes after gzip @ daniel james..

Exclude debug javascript code during minification

http://stackoverflow.com/questions/2934509/exclude-debug-javascript-code-during-minification

my javascript code including the regular JSMin Packer and YUI solutions. I'm really interested in the new Google Closure Compiler..

JavaScript unit test tools for TDD

http://stackoverflow.com/questions/300855/javascript-unit-test-tools-for-tdd

Short intro video http www.youtube.com watch v V4wYrR6t5gE YUI Yeti Yahoo now has their own JavaScript test run server Yeti... Built with node.js. It should be able to run your existing YUI tests as they are and works in multiple browsers. Since it runs..

Internationalization in Javascript

http://stackoverflow.com/questions/3084675/internationalization-in-javascript

jQuery Globalization plugin jQuery Localisation plugin YUI Internationalization support jquery.i18Now for dates browser..

Is JavaScript 's “new” Keyword Considered Harmful? [closed]

http://stackoverflow.com/questions/383402/is-javascript-s-new-keyword-considered-harmful

that yesterday I was watching Douglas Crockford's talk at YUI theater and he said the exactly same thing that he didn't use..

Javascript file uploads [closed]

http://stackoverflow.com/questions/408735/javascript-file-uploads

this question Here are a few alternatives SWFUpload YUI Uploader jqUploader jQuery plugin jQuery Multiple File Uploader..

What do parentheses surrounding a JavaScript object/function/class declaration mean?

http://stackoverflow.com/questions/440739/what-do-parentheses-surrounding-a-javascript-object-function-class-declaration-m

class declaration mean I'm new to both JavaScript and YUI . In YUI library examples you can find many uses of this construct.. declaration mean I'm new to both JavaScript and YUI . In YUI library examples you can find many uses of this construct function..

What are some empirical technical reasons not to use jQuery? [closed]

http://stackoverflow.com/questions/5099949/what-are-some-empirical-technical-reasons-not-to-use-jquery

those are the same arguments that I've heard against using YUI Prototype Dojo Ext and few others. Main arguments that I've..

What do you use to minimize and compress JavaScript libraries?

http://stackoverflow.com/questions/599911/what-do-you-use-to-minimize-and-compress-javascript-libraries

minimize jscompress share improve this question I use YUI Compressor . Seems to get the job done well share improve..

How to get “GET” request parameters in JavaScript?

http://stackoverflow.com/questions/831030/how-to-get-get-request-parameters-in-javascript

GET variables from request in JavaScript Does jQuery or YUI have this feature built in javascript share improve this..

Why avoid increment (“++”) and decrement (“--”) operators in JavaScript?

http://stackoverflow.com/questions/971312/why-avoid-increment-and-decrement-operators-in-javascript

December 5 2011 Crockford again from another excellent YUI Theater Crockford on JavaScript Section 8 Programming Style..

jQuery equivalent of YUI StyleSheet Utility?

http://stackoverflow.com/questions/1079237/jquery-equivalent-of-yui-stylesheet-utility

where it's been implemented too. javascript jquery css yui stylesheet share improve this question Found a couple that..

is there a simple alternative to TinyMCE?

http://stackoverflow.com/questions/1301567/is-there-a-simple-alternative-to-tinymce

We decided on Yahoo's YUI Editor http developer.yahoo.com yui editor which is lightweight easy to use for non techy people..

Need to find height of hidden div on page (set to display:none)

http://stackoverflow.com/questions/1473584/need-to-find-height-of-hidden-div-on-page-set-to-displaynone

of the elements back to display none. javascript html css yui share improve this question You need to make element's parent..

How to automate JavaScript files compression with YUI Compressor?

http://stackoverflow.com/questions/227288/how-to-automate-javascript-files-compression-with-yui-compressor

parameters so I cannot run it like this C java jar yuicompressor.jar .js But I have over 500 files and would rather.. not have to create a batch file like this C java jar yuicompressor.jar file1.js o deploy file1.js C java jar yuicompressor.jar.. yuicompressor.jar file1.js o deploy file1.js C java jar yuicompressor.jar file2.js o deploy file2.js ... C java jar yuicompressor.jar..

What are some good ways to prevent people from copying my source code?

http://stackoverflow.com/questions/2562775/what-are-some-good-ways-to-prevent-people-from-copying-my-source-code

See http code.google.com p minify http refresh sf.com yui http ajaxian.com archives utility javascript obfuscator Maintaining..

What are the typical reasons Javascript developed on Firefox fails on IE? [closed]

http://stackoverflow.com/questions/2599020/what-are-the-typical-reasons-javascript-developed-on-firefox-fails-on-ie

the different answers helped. javascript jquery firefox yui javascript library share improve this question Please feel..

Free JavaScript obfuscators? [closed]

http://stackoverflow.com/questions/272342/free-javascript-obfuscators

Print webpages problems :: looking for good tutorial to print web pages (build by Jquery ui, jqgrid , zend)

http://stackoverflow.com/questions/2962142/print-webpages-problems-looking-for-good-tutorial-to-print-web-pages-build-b

I know that Jquery UI have browsers compatibity issues vs yui yahoo library . Thanks for all great people here that helps..

JavaScript unit test tools for TDD

http://stackoverflow.com/questions/300855/javascript-unit-test-tools-for-tdd

JsTestDriver. Announcement from August 25th 2010 http www.yuiblog.com blog 2010 08 25 introducing yeti the yui easy testing.. http www.yuiblog.com blog 2010 08 25 introducing yeti the yui easy testing interface If you have experience with this test.. runner please contribute with more info Project home http yuilibrary.com projects yeti Jasmine This is a test runner that..

Loading scripts dynamically

http://stackoverflow.com/questions/3125897/loading-scripts-dynamically

are fully loaded javascript html javascript events yui share improve this question You could use a setTimeout to..

YUI remove javascript comments

http://stackoverflow.com/questions/3547976/yui-remove-javascript-comments

goes wrong and I got a broken script javascript comments yui compressor share improve this question YUI Compressor removes..

Invalid Character DOM Exception in IE9

http://stackoverflow.com/questions/5344029/invalid-character-dom-exception-in-ie9

is failing now in IE9. document.createElement ' iframe id yui history iframe src .. .. images defaults transparent pixel.gif.. document.createElement iframe iframe.setAttribute id yui history iframe iframe.setAttribute src .. .. images defaults..

how to implement facebook like notification?

http://stackoverflow.com/questions/5359773/how-to-implement-facebook-like-notification

at a time. How can I achieve this php javascript facebook yui share improve this question You should look into COMET techniques..

How to get Text BOLD in Alert or Confirm box?

http://stackoverflow.com/questions/5620516/how-to-get-text-bold-in-alert-or-confirm-box

and libraries Most common libraries are http jqueryui.com http mootools.net http www.prototype ui.com http script.aculo.us..

Yui compressor StringIndexOutOfBoundsException on jboss

http://stackoverflow.com/questions/6652550/yui-compressor-stringindexoutofboundsexception-on-jboss

StringIndexOutOfBoundsException on jboss When minimising yui with 2.4.6 I get this problem java.lang.StringIndexOutOfBoundsException.. String.java 1934 at com.yahoo.platform.yui.compressor.JavaScriptCompressor.printSourceString JavaScriptCompressor.java.. JavaScriptCompressor.java 267 at com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse JavaScriptCompressor.java..

What advantages does jQuery have over other JavaScript libraries?

http://stackoverflow.com/questions/67045/what-advantages-does-jquery-have-over-other-javascript-libraries

I can use to convince them javascript jquery mootools yui prototypejs share improve this question The 3 main advantages..

What should i choose? jquery, mootools, yui, scriptaculous or prototype?

http://stackoverflow.com/questions/798840/what-should-i-choose-jquery-mootools-yui-scriptaculous-or-prototype

should i choose jquery mootools yui scriptaculous or prototype Duplicate Which Javascript framework..

Should I include type=“text/javascript” in my SCRIPT tags?

http://stackoverflow.com/questions/985408/should-i-include-type-text-javascript-in-my-script-tags

one of his videos on YUI Theater http developer.yahoo.com yui theater . I don't remember exactly which one he talks about..