躺在沙滩上的小猪

快乐的每一天

#

Ruby on Rails gaining on J2EE

http://pragmatically.net/articles/2006/05/11/ruby-on-rails-gaining-on-j2ee

Ruby on Rails is rapidly gaining in popularity, at least if you believe in lies, damn lies, statistics and Google's new service, Google Trends. In the following image Ruby on Rails is the red line and J2EE the blue.

* Ruby on Rails   * J2EE



It even seems like J2EE has been loosing in popularity, and I'm not surprised at all. J2EE makes developers as happy as communism made... well communists. J2EE is central planning at it's best.

posted @ 2006-05-12 21:06 martin xus| 编辑 收藏

PLEAC

Programming Language Examples Alike Cookbook :http://pleac.sourceforge.net/

posted @ 2006-05-12 16:51 martin xus| 编辑 收藏

原来google可以这么用,太方便了

在google的搜索栏输入:
                    Agile Web Development with Rails
filetype:pdf

今天无意中在道喜技术日记上看到的,试验了一样,真的不错,不用浪费时间:)

posted @ 2006-05-12 11:25 martin xus| 编辑 收藏

install4j Enterprise Edition序列号

这东西搜索了半天才搞到,我安装的是3.2的,下面的序列号一样可以使用,共享一下,省得大家再去找了


install4j Enterprise Edition 3.1.3注册码、序列号、破解版、注册机

S/N: A-G42M#03948F-pzwgavu2ohmw#316
        A-G42M#03948F-pzwgavu2ohmw#508

install4j Proffesional Edition 3.1.2注册码、序列号、破解版、注册机

S/N: A-G4iN#89756F-9qotdnr5rq9a#0015

posted @ 2006-05-06 11:42 martin xus| 编辑 收藏

fireEvent Method

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/fireevent.asp

Fires a specified event on the object.

Syntax

bFired  =  object.fireEvent(sEvent [,oEventObject])

Parameters
sEventRequired. String that specifies the name of the event to fire.
oEventObjectOptional. Object that specifies the event object from which to obtain event object properties.

Return Value

Boolean. Returns one of the following values:

trueEvent fired successfully.
falseEvent was cancelled.

Remarks

If the event being fired cannot be cancelled, fireEvent always returns true.

Regardless of their values specified in the event object, the values of the four event properties—cancelBubble, returnValue, srcElement, and type—are automatically initialized to the values shown in the following table.

Event object propertyValue
cancelBubblefalse
returnValuetrue
srcElementelement on which the event is fired
typename of the event that is fired

Example

<html>
<head>
    
<script>
        
function fnfireevents()
        {
            odiv.innertext 
= " the cursor has moved over me! ";
            obutton.fireevent(
" onclick ");
        }
    
</script>
</head>

<body>
<h1> using the fireevent method </h1>
by moving the cursor over the div below, the button is clicked.
<p>

<div id="odiv" onmouseover="fnfireevents();">
    mouse over this!
</div>

<p>
<button id="obutton" onclick="this.innertext='i have been clicked!'">
    button 
</button>
</body>
</html>  

posted @ 2006-05-05 12:53 martin xus| 编辑 收藏

仅列出标题
共28页: 上一页 1 2 3 4 5 6 7 8 9 下一页 Last