Mootools DOM操作

22 九月 2009 In: Mootools, 网页开发
转发:忘记出处了 Ajax开发中,做的最多的就是对DOM的操作, 增删节点,设置样式等等等等,如果按照常规的javascript开发的话,工作量大的足以搞的人头晕目眩。所以基本上每个javascript框架都会在DOM操作上花比较大的功夫,对我们使用频率最频繁的功能操作进行封装(其中包括修正各个浏览器之间的方法差异问题),让我们的开发事半功倍。 mootools也提供了一套非常出色的解决方案,并且更OO。 首先,之前,通常我们创建DOM节点,都使用document.createElement()方法,而我们看mootools式的创建方法: js 代码 var myInput = new El... [更多...]

Mootools资源列表

10 九月 2009 In: Mootools, 网页开发
以下所有的资源整理自 http://www.mooforum.net/scripts12/ 下拉列表模拟,使用Select直接替换效果,谁叫CSS不能控制标准的下拉列表的风格 http://maveno.us/library/public/mavselectbox/   模拟IE的警告窗口, http://www.aryweb.nl/voorbeelden/stopIE6/ 虽然作者的初衷不是很好   http://www.shaunfreeman.co.uk/content/article/page-MorphTabs#page-/content/article/... [更多...]
目前算得上有一份稳定的工作,而且比以前轻松了许多,所以业余时间大部分都是我自己的,我也在准备开始继续报表的开发,算起来已经搁浅了将近3个月了。在开发之前我想弄一份报表源代码授权,在选择GPL/LGPL和BSD之后,我还是看上了BSD。原因是: 对于代码的所属问题上,我一直比较含糊,如果要开源,那就开一个彻底,否则开源做什么? 对于代码的修改权限,我看的更淡,每个人都有自己的看法和建议,但是很多时候我可能不会去考虑某些人的想法,简单的说,代码,每个人都可以修改,但是我不保证修改的代码就会包含到下一个发布版本中。 对于支持,我觉得很累,很多的代码,只是我自己练手用的,所以我... [更多...]
I am developing a new UI library based on Mootools, and I encounter a awkward problem: the resources used by UI library should be designated by external program, for example, I use some images to imply a tree node, for more flexibility, the images’ URL can not hard-code in the JavaScript, b... [更多...]

Fire Fox, Where is your body?

3 一月 2009 In: Mootools, 网页开发
I am not familiar with standard of DHTML, and it make make me more confused that each internet explorers has it’s own implementation of DHTML (the model and the vision). I thought that the “body” of a html means the area which we can see in an explorer, it is true when usin... [更多...]

The enhancements of Mootools version 1.2

22 十二月 2008 In: Mootools, 网页开发
There is no variable to indicate the type of current browser named “window.ie”anymore in Mootools version 1.2, it is embarrassed that we use“Browser.Engine.trident” instead of, so I decide to make a enhancement to Mootools Version 1.2, the code is listed below: /**... [更多...]
As I have mentioned yesterday, I am porting my own JavaScript library from PrototypeJs to Mootools. This article is about the cover-window. What is cover-window? A cover-window is a DIV element which aimed to creating a top full-screen layer to prevent uses clicking any other HTML elements ... [更多...]

Can not create a iFrame with Mootools

16 十二月 2008 In: Mootools, 网页开发
Supplement: 1. Mariah Carey is very fat now, I faint. 2. There are 90 people will move/transfer from another department to my department, it will be a shock. 3. I am learning 3GPP, does somebody familiar with this? Please leave your email of MSN. ------------------- I have had enough of Pro... [更多...]

About Jeason Zhao

Jeason,蜀人,才高三斗,学富一箱。自比子建,放荡不拘行迹,豪语难晓天高;不敢自诩风流,任人笑我痴狂。不欲仕途,个性使然。所到之处,三言不尽,五言难足,鸡飞狗跳盖矣。谓蜀者,鼠也!

What's SqlReport

SQL Report is an open source web-based reporting system that integrates with your Java/J2EE application to produce compelling reports.
  >> Totally free and open source.
  >> Pure web-based user interface. All functions, including viewing reports and administrative, can be done in IE and FF. No extra applications to be needed.
  >> Easy to deploy, no TagLibs, only one servlet. Even you have choice to use pool JSP to access reports without configuring any sevlet.
  >> Having fun with built-in functions. You can create a complex report with a single SQL and set redering from a web-based GUI.