Umbraco 4.0在本地主机的安装向导

8 三月 2010 In: DotNet, 网页开发
Umbraco 一个开源的CSM。CMS是Content Management System的缩写,意为"内容管理系统"。 CMS具有许多基于模板的优秀设计,可以加快网站开发的速度和减少开发的成本。 [更多...]

BlogEngine.Net Themes

30 十月 2009 In: DotNet, 软件行业, 似水年华, 网页开发
每次更新都要到处找Themes,等到1.5出来了,要开始选择themes了,列出来,大家自己看看 官网 http://www.dotnetblogengine.net/ 官方主题站 http://www.dotnetblogengine.net/page/themes.aspx 类似MSDN的一个主题 http://www.caioproiete.com/blogs/dotnet/post/2008/02/Paperclip-Themes-for-BlogEngineNET.aspx 主题站,实际的主题少 http://dotnetblogenginethemes.com/ MarketPla... [更多...]
  All of the following content were digested from http://www.visifire.com/blog/2009/10/16/step-by-step-breakdown-of-visifire-rendering-logic/comment-page-1/#comment-3973 Introduction Since the release of Visifire, we have got a lot of positive response from users on the simplicity, looks, cus... [更多...]
为了孩子啊,其实我真的不想的,呵呵。 光影魔术手除了基本的照片编辑功能,还有一个套模的强大功能,个人能力有限,不能产生创造,所以只能抄袭,但是模板大都是6寸的,所以需要后期编辑,但是光影并未提供打开现有的模板的功能,所以只好自己分析了。 以下只针对我所需要的多图边框,对于花边和其他的边框,不做讨论,都大致看了一下,相差不大。 从NF3格式来看,基本分成三个区 文件头(nEOiMAGING Multi Frame) 文件基础信息(未分析) 多图的边框区间 原始的背景图片 注意, NF3的文件中没有文件结束标志 原... [更多...]

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。原因是: 对于代码的所属问题上,我一直比较含糊,如果要开源,那就开一个彻底,否则开源做什么? 对于代码的修改权限,我看的更淡,每个人都有自己的看法和建议,但是很多时候我可能不会去考虑某些人的想法,简单的说,代码,每个人都可以修改,但是我不保证修改的代码就会包含到下一个发布版本中。 对于支持,我觉得很累,很多的代码,只是我自己练手用的,所以我... [更多...]

文摘2009-04-29

29 四月 2009 In: CPlusPlus, DotNet, JAVA, 软件行业, 似水年华, 网页开发
数据库 SQL Server恢复只有MDF的数据库: http://www.cnblogs.com/Anper/archive/2009/04/28/1445100.html Dot Net: Winform嵌入控制台程序 http://www.cnblogs.com/gster/archive/2009/04/28/1444745.html 娱乐 十大令人恐怖的昆虫 http://www.redbots.cn/sciences/2009/04/28/9714.htm Java Script (From Douglas ... [更多...]
Now, I am the guy who clean shoes. In this article, I do not want to describe what is VisiFire and how it works, you can get more information about it in its own main web site. During developing SQL Report , I decided to use the newest version of VisiFire as my default charts rendering,  s... [更多...]
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... [更多...]
There are some tricks and tips about using UltraEditor V13+ to edit HTML source file: Recommending you guys using the newer version V14.20 You can paste HTML source from a existing HTML page following the below steps: Copy the source content from the HTML page. Switch to your e... [更多...]
I have received a new requirement from one of my old colleagues, the request is: The sample data is listed below: The requirement is: 1. Merge the column "vendor" grouping by the same name and calculate the summary of "money" for each vendor. 2. Sub-Merge the column... [更多...]

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... [更多...]

江流送今古,僧话杂兴亡

5 十二月 2008 In: 网页开发, 软件行业
继不久前微软发布SilverLight V2正式版之后,Sun最近发布了他们的富网页客户端工具JavaFX。今年四月的时候,JavaFX Script发布,当是时,一些媒体非常SB的说啥AJAX的终结者来了,啥Flex的杀手来了(当SilverLight和Flex发布的时候,这帮鸟人吼过同样的话,只是杀人者和被杀者在不停的调换而已),仰天一笑,坐井观天,人云亦云,岭南老叟也。 对于我个人而言,当SilverLight发布的时候,的确令人震撼,倒不是说这个东西比Flash/Flex好,而是因为当时我在发布现场,当时的Demo效果真的很炫;也许我到了Adobe的Demo现场,我也会如此。可惜的... [更多...]
I am upgrading my Blog from Blog Engine V1.3 to V1.4.5.0 and I am going to change the theme SilverLight to another good view one named “Dilectio”, some changes are needed to fit my opinion. Go BlogEngine.NET to download the new version of engine. Go http://www.onesoft.dk/ ... [更多...]
I have rearranged the XPath handle-book, so that I can print it out into a single page. You can found more functions from CHS version: http://www.w3pop.com/learn/view/p/1/o/0/doc/xpath_functions/ Official Version: http://www.w3.org/2005/02/xpath-functions This document is al... [更多...]
原文出自:http://www.chiark.greenend.org.uk/~sgtatham/bugs-cn.html 作者:Simon Tatham 专业的自由软件程序员 翻译:Dasn [ English | Português | 简体中文 | ?esky | Dansk | Deutsch | Espa?ol | Fran?ais | Magyar | Italiano | Nederlands | Polski | Русский | 繁體中文 ] 引言 为公众写过软件的人,大概都收到过很拙劣的bug(计算机程序代码中的错误或程序运行时的瑕疵——译者注)报告... [更多...]

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.