I run the script, installing in /opt/j2me. Unfortunately the 2.5.2 is targetted to IA32 (aka i386 machines), and I'm the proud owner of a AMD 64 Debian. This is why I had to install ia32-sun-java6-bin and ia32-libs-gtk. ...
libs
jQuery1.4正式版发布
今天是jQuery的4岁生日,jQuery开发团队正式发布了jQuery1.4版本.并且专门建立了一个 jquery 1.4的网站,新的版本 有 许多新的特点,改进和性能优化. jQuery Minified (23kb Gzipped) jQuery Regular (154kb) 此外,谷歌已经提供了jQuery1.4副本,jquery团队上传到了Google服务器托管服务中。这jQuery1.4的版本是自动minified和gzip 的,地址为: http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js jquery1.4 ...
Latest jQuery and jQuery UI Theme links on Google CDN
I have often seen developers asking where to find the jQuery UI Library and the jQuery UI Themes on Google CDN. Well here’s the list: jQuery Library - http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js jQuery Library (Minified) - http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min. ...
Lookbook badge!
<!--BEGIN HYPE WIDGET--><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script><script src="http://lookbook.nu/look/widget/704779.js?style=button&align=center&include=all"></script><div id="hype_container ...
dynamically linking to ajax.googleapis jquery
Hi I am using jquery and jqueryui in my application And in layout I use <%= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/j...
Deploying PlayFramework Apps in JBoss
After you created your web application you need to create the WAR file that will insert the framework and other dependent libs inside the folder that you specify: play war myapp -o myapp.war Now to deploy on JBoss, you need to do some changes on your WAR file: Create a file called jboss-web.xml in t ...
[jQuery] GoogleAPIsで用意されているCSSフレームワーク一覧
jQueryのテーマを簡単に変えることができるCSSフレームワークは、googleのapisでも管理されているので、手軽に色々なテーマで確認できてとても便利だったので、使えるリンクを一覧にしてみた。 ※ ちなみに、バージョンは1.7.2です。 http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/start/jquery-... http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/start/jquery-... http://ajax.googleap ...
JasperException: Unable to compile
I keep getting this odd Jasper Exception error every time I try to run a JSP page that is calling an outside library. It works fine with the Java default libs but when using a third party library, it gives me a compile error. ...