[Translate] yui compressor is one of the most known Javascript code obfuscator and minimizer.
Relevance: 100.00%
[Translate] It seems that jQuery 1.5 is near. http://blog.jquery.com reported that a release candidate of version is available for download. So far the jQUERY 1.5 BETA 1 CHANGE LOG This is a concise change log – full release notes will be coming with the final 1.5 release. Rewrite of the Ajax module by Julian Aubourg. This is the most significant change in this release and [...]
Relevance: 19.75%
[Translate] Sometimes I got an error message for Ajax request “JSON Parse Error” (I think) throwed by the jQuery library. Upon closer examination I found that the structure of the PHP JSON result set was correct. In the end it was the character set of the underlying PHP files. To fix the parse error you [...]
Relevance: 19.41%
[Translate] Sometimes yui compressor reports the error “identifier is a reserved keyword. The full error message looks like this: [ERROR] [LINENUMBER]:14:identifier is a reserved word
Relevance: 18.25%
[Translate] It is easy to dive into the world of jQuery. It requires only little knowledge in javascript in order to achieve great results with this JavaScript library. Beginners using Visual Studio will benefit from the so-called Intellisense support for jQuery. http://weblogs.asp.net/scottgu/ explains in detail how to integrate jQuery in Visual Studio.
Relevance: 13.01%
[Translate] Try this to determine if an object is type of jQuery. [javascript] if (parameterValue instanceof jQuery) alert('true'); [/javascript]
Relevance: 12.60%
[Translate] It is easy to dive into the world of jQuery. It requires only little knowledge in javascript in order to achieve great results with this JavaScript library. Beginners using Visual Studio will benefit from the so-called Intellisense support for jQuery. http://weblogs.asp.net/scottgu explains in detail how to integrate jQuery in Visual Studio.
Relevance: 12.56%
[Translate] Video: Introduction of the yui compressorYahoo engineer Julien Lecomte Julien Lecomte: "Introducing the yui compressor" auf Yahoo! Video
Relevance: 12.35%
[Translate] Because I've nothing found to get the folder of the current active wordpress theme on web server' s filesystem I wrote my own from scratch called get_wp_theme_folder(); PHP Source code: [php] function get_wp_theme_folder(){ $tmp = get_bloginfo("template_url"); $tmp = explode("wp-content/themes/",$tmp); $result = $tmp[1]; // Windows returns slashes in path strings. return str_replace("\\", "/", get_theme_root()."/".$result) ; [...]
Relevance: 11.88%
[Translate] This is a simple function to toggle text contents of an HTML element with jQuery. It should be easy to equip the toggleText methode with an array of strings. [javascript] /* * jQuery.toggleText Plugin. * Copyright (c) saquery.com * Licensed under MIT - http://www.opensource.org/licenses/MIT */ $.fn.toggleText = function(txt){ return this.each(function(){ var _=$(this),_current=_.text(),_txt=txt; if ( [...]
Relevance: 10.78%
[Translate] Just improved my scripts to compress Cascading Stylesheet and Javascript code with yuicompressor. I wrote 3 small MS Dos batches to compress all files in a specified folder. By executing _make.bat the script will compress all *.js and *.css files from a folder named "/src_debug/" to "src". Last but not least the script will [...]
Relevance: 10.23%
[Translate] [html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script type="text/javascript" language="javascript" src="http://code.jquery.com/jquery-1.4.2.min.js" ></script> <script type="text/javascript" language="javascript"> var _yourCode = 0 </script> </head> <body> <form id="form1"></form> </body> </html> [/html] jQuery kickStart Download | jQuery UI and CSS improved version!
Relevance: 10.14%
[Translate] TestSwarm provides a way for heavy tests on JavaScript code. Test Swarm Walkthrough from John Resig on Vimeo. swarm.jquery wiki source code
Relevance: 9.85%
[Translate] The big players on the Internet offer a good possibility to include well known JavaScript libraries in your own websites. There is no need for a own webspace. This is an example to load jQuery and jQuery UI with the basic theme from Google CDN. [html] Full charged JQuery website with 3 lines of code I was [...]
Relevance: 9.60%
[Translate] Online Tools do your work in the browser Uncategorized browser tools Colorpicker http://www.colorschemer.com/online.html Here you pick realy nice Colors. Compress & Obfuscate JavaScript / CSS compressor http://yui.2clics.net/ The yui compressor online Binary File to Base64 Encoder / Translator http://www.greywyvern.com/code/php/binary2base64 Use this tool to create data streams for embedding images (or any type of file) [...]
Relevance: 9.36%
[Translate] There is a global switch. If this is set to false jQuery will prevent browser cache usage for Ajax-Requests. The following jQuery.ajaxSetup methode call will disable cache for all Ajax requests. [javascript] $.ajaxSetup ({ cache: false }); [/javascript]
Relevance: 9.04%
[Translate] [javascript] /*! * jQuery Sample Plugin * * http://saquery.com * */ (function(){ $.fn.setBorderStyle = function( settings ) { var _defaults = { 'border':'solid 1px black', 'color':'red' }, _config = $.extend(_defaults, settings), _ = $(this); return _.each(function(i,n) { $(this).css(_config); }); }; })(jQuery); $(function(){ $('div').setBorderStyle(); }) [/javascript] Test 1 : Invoke setBorderStyle with default settings. [javascript] [...]
Relevance: 8.70%
[Translate] jQuery.tmp Level 1 - Static Html Load a Template from static Html Javascript String. Html Source [html] [/html] Javascript Source [javascript] $('.s1').tmp('Template from static Html...'); [/javascript] Load a Template from static Html Javascript String with context data.
Relevance: 7.92%
Identify an object as type of array in Javascript.
Relevance: 7.83%
Cron Job for Bulk Delete of Data with Date Filter in Python and Google's AppEngine.
Relevance: 7.60%
[Translate] It is nice to know that jQuery will come on different Mobile devices such as iPad, iPhone, Palm and Android. source: http://jquerymobile.com/Take a look at http://jquerymobile.com/
Relevance: 7.48%
[Translate] This jQuery Plugin extends a Html TextArea Element so that it can handle Tab and Alt+Tab keypress events. It can be usefull to edit and format HTML Code.
Relevance: 6.90%
Powered by WP SEO Tags