| Projects on Google Code | Results 1 - 10 of 5169 |
=PNGHack=
This project is dedicated to distribute open-source javascript libraries, making it easier to integrate PNG files into documents that should work with versions of Internet Explorer 5.5 and 6.
*PNGHack 1.0.1 isn't actually dedicated to CSS background properties !*
==Release 1.0.1 rev...
== JSpeed ==
===UPDATE===
I haven't had much time to work on the AST implementation of this project, so I went back to the original version, that solely used regular expressions. I've posted a pre-release in the downloads section. You can read how to implement it by heading over to the wiki;...
javascript,
ajax,
web,
optimize,
speed,
performance,
browser,
jquery,
api,
php,
js,
minify,
compress,
gains,
regexp
什么是YYParser?
-------------------------------------
YYParser是在Perl的Yapp基础上实现的基于JavaScript的LR(1)文法解析脚本生成器,这样说有一点点绕,但是实际上可以把它简单理解为yacc的Perl/JavaScript混合版,它生成的解释器代码是存JS的,但生成工具是一段Perl脚本。
YYParser的基本原理?
-------------------------------------
要理解YYParser的工作原理必须要有一点点DFA、LALR(1)、正则表达式方面的知识,如果完全不了解这些,建议...
Javascript logger with a different flavor.
{{{
<script type="text/javascript">
// use Logger itself
var loggerLabels = ['dev', 'qa', 'prod'];
var Loggers = {};
for (var i in loggerLabels) {
var label = loggerLabels[i];
Loggers[lab...
JsWorker is a small JavaScript library that wraps current implementations of worker thread in browsers. It contains three sub workers:
* [http://code.google.com/apis/gears/api_workerpool.html Google Gears WorkerPool]
* [http://www.whatwg.org/specs/web-workers/current-work/ Web Workers]
* Sim...
对于同时使用雅虎关系( http://my.cn.yahoo.com ) 和饭否 ( http://fanfou.com ) 的同学,可以将雅虎关系的分享消息和链接同时发送到饭否中.. 代码有参考部分 豆饭 的代码..
== 基本信息 ==
SVN 地址 : http://guanxifou.googlecode.com/svn/trunk/
插件脚本地址 : http://guanxifou.googlecode.com/svn/trunk/guanxifou.user.js
本脚本的使用需要事先安装Greasemonkey插件, 插件地址为: http://www.g...
为了华人, 为了PALM, 为了WEBOS
起源:http://www.treo8.com/bbs/thread-141757-1-1.html
公测:http://www.treo8.com/bbs/thread-142783-1-1.html
感谢Ted Wong
A html extractor in javascript.
usage:
----
# jhe_im(extract_conditions...)
return inner html match the extract conditions.
# jhe_om(extract_conditions...)
return outter html match the extract conditions.
# jhe_ma(extract_conditions..., attributeName)
return the attribut...
= jquery.dynatree.js =
== Status ==
*Version 0.5.1 is released*.<br>
See the [http://code.google.com/p/dynatree/wiki/UpdateToVersion05 Migration hints]
and [ChangeLog Change Log] for details.
Any kind of feedback is very welcome :-)
== Overview ==
Dynatree is a [http://jquery.com jQu...
*jqMock* is a lightweight javascript Mock Framework for the [http://code.google.com/p/jqunit/ jqUnit testing framework]. jqMock allows functions in dependent functions such as native alert dialogs to be mocked, so that your own code can be tested in isolation.
jqMock has comprehensive expectation...