Skip to main content

Home/ InfokeyDEV/ Contents contributed and discussions participated by Benx Shen

Contents contributed and discussions participated by Benx Shen

Benx Shen

Coding In Paradise: AJAX Tutorial: Saving Session Across Page Loads Without Cookies, On... - 0 views

  •  
    介紹如何透過瀏覽器的小技巧,在 AJAX 的系統環境中,可以在瀏覽器端記住一些狀態資料。... 答案是:隱藏欄位!
Benx Shen

Raible Designs | Proposed Tomcat Enhancement: Add flag to escape JSP's EL by default - 0 views

  • Hello all, I'm working for a client that's using a proprietary Servlet/JSP-based framework that runs on Tomcat. They have their own custom JSP compiler and they're looking to move to a standard JSP compiler. One of the things their compiler supports is automatic escaping of XML in expressions. For example, ${foo} would be escaped so <body> -> <body>. JSP EL does not do this. It *doesn't* escape by default and instead requires you to wrap your expressions with <c:out/> if you want escaping. I'd like to ask what developers think about adding a flag (similar to trimSpaces in conf/web.xml) that allows users to change the escaping behavior from false to true? I think this is a good option to have as it allows security-conscious organizations to paranoid and escape all content by default. Thanks, Matt
  •  
    使用 <c:out> 標籤來取代 ${foo} 這種 EL 的寫法,可以自動將內容中的 < > 轉換成 &lt; &gt;
    這樣,可以讓自己的動態網頁內容變得更加安全喔!

Benx Shen

Release:jQuery 1.2 - jQuery JavaScript Library - 1 views

  •  
    jQuery 1.2 正式發佈囉!新增了許多的功能喔!雖然如此,作者並沒有把 jQuery 變得肥大,而是每次都不斷重整那些不常被用到,或者是重複的函式,而新增的功能總是那麼貼心而實用!
    酷酷酷!!!

Benx Shen

我为什么选择mootools,抛弃了prototype. (mootools与prototype 核心代码分析)-AJAX-AJAX -JavaEye做最... - 1 views

  •  
    不錯的討論!特別是一開始發文者所寫的一些 prototype 和 mootools 的比較,但可以發現其作者著重在 OO 設計基礎的比較。當然,我個人是喜愛 jQuery 的簡潔,看這樣的文章多少還是有些收穫和反思!
Benx Shen

JDBC Logger - - 0 views

  • What is JDBC Logger? JDBC Logger is an Open Source Java tool that intercepts and logs all database statements that use JDBC. It is intended for developers to monitor SQL statements generated by EJB, Hibernate or any other database access tool that doesn't display them in clear.
Benx Shen

Brandon Aaron » Blog Archive » New Plugin: Live Query - 1 views

  •  
    Behavior 外掛的新版本名稱!
Benx Shen

JavaScript: The World's Most Misunderstood Programming Language - 3 views

  • Why is this language so misunderstood?
  • Is JavaScript object-oriented? It has objects which can contain data and methods that act upon that data. Objects can contain other objects. It does not have classes, but it does have constructors which do what classes do, including acting as containers for class variables and methods. It does not have class-oriented inheritance, but it does have prototype-oriented inheritance.
« First ‹ Previous 161 - 180 of 236 Next › Last »
Showing 20 items per page