リンク: Prototype.js Documentation List. Developer Notes for prototype.js [sergiopereira.com] Quick Guide to Prototype [particletree.com] Prototype And The This Keyword [particletree.com] Overview of the Prototype Javascript Library [ebusiness-apps.com] Prototype in script.aculo.us Wiki [wiki.script.aculo.us] Easy Ajax with Prototype [24ways.org] A Look at Enumerable, Array and Hash [encytemedia.com] Working With Events In Prototype [encytemedia.com] Prototype Dissected [snook.ca] Painless… Read More


you may get the following error when you have developed an application, and then you move your site to another server (like your web host's server): An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default… Read More


リンク: Macromedia Flash: javascript clientside cookie to skip flash intro after first viewing. <html> <head>     <script language=”JavaScript” type=”text/javascript”>     <!–          function getCookie(NameOfCookie)          {               if (document.cookie.length > 0)               {                    begin… Read More


便利です。 リンク: ASP.NET.4GuysFromRolla.com: Accessing and Updating Data in ASP.NET 2.0: Filtering Database Data with Parameters. A Multipart Series on ASP.NET 2.0’s Data Source Controls ASP.NET 2.0 introduced a number of new Web controls designed for accessing and modifying data. These controls allow page developers to declaratively access and modify data without writing any code to… Read More


JavaScript中で、エンコーディング方法。Dictionary中で活用しました。 リンク: 15.1 Global オブジェクト (The Global Object). decodeURI 関数は新しいバージョンの URI を算出する。その中で、各エスケープシーケンスと encodeURI 関数により取り入れられる種類の UTF-8 符号は、そのあらわす文字に置換される。 encodeURI により取り入れられることのないエスケープシーケンスは置換されない。 decodeURI 関数が 1 個の引数 encodedURI で呼出されるとき、次のステップが取られる: ToString(encodedURI) を呼出す。 reservedURISet を、 uriReserved と “#” の内で有効な各文字の一例を構成する文字列とする。 Decode(Result(1), reservedURISet) を呼出す。 Result(3) を返す。 NOTE 文字 “#” は、 URI 予約文字でなくてもエスケープシーケンスから復号されない。… Read More


理解しにくい・・・・・・  Multiple Active Result Sets, or MARS, is a new feature supported by ADO.NET that allows the implementation of multiple batches on a single connection. MARS has the ability to have more than one pending request under a given SQL Server connection. In most cases, it allows you to have more than one default result… Read More


新しい機能、勉強しないと・・・・・・ New Features of ADO.NET 2.0 Asynchronous Operations ADO.NET 1.1 and earlier required your data access operations to be synchronous. ADO.NET 2.0 includes new methods for the Connection and Command classes that permit you to execute asynchronous operations. In a multithreaded middle code the key factor for increasing throughput is doing more than one thing… Read More


New Features of ADO.NET 2.0 Batch Updates Batch support in ADO.NET 2.0 allows a DataAdapter to group insert/update/delete operations from a DataSet or DataTable to the server, instead of sending one operation at a time. The reduction of round trips to the server usually results in major performance gains. Batch updates are supported for the… Read More


ずっとClub Start KItでDataSet.Xsdの作り方を考えました、今日漸くわかりました、うれしいです。 Visual Studio 2005 Wizards and Designers Data Source Configuration Wizard This wizard adds a new XML Schema Definition (.xsd) and supporting files to your project. When you select a data table or stored procedure in the database, the wizard derives a corresponding DataTable object within the data source for the table. The wizard does… Read More


データベースのPGを使うときに以上に便利の方法です。 This wizard can configure objects that execute insert, update, and delete functionality in the context of the underlying data source. You can use this wizard to specify stored procedures and parameters to insert, update, and delete data in a preconfigured data set based on a stored procedure. You need to start the Data Source… Read More