Using an AJAX Text Completion Component 18/03/2006 | jiangws2002 Sun Java Studio Creator 2 – Tutorials – Using an AJAX Text Completion Component: In this tutorial, you use the Sun Java Studio Creator integrated development environment (IDE) to build a web page that contains a text field component created using the AJAX technology. As you type in the text field, auto-completion is attempted based… Read More
dotnetnuke module ajaxdictionary 18/03/2006 | jiangws2002 SOwens Technologies > Modules > AJAX Dictionary Overview:… Read More
Ajax dictionary 18/03/2006 | jiangws2002 Dictionary .hm – Free Online Dictionary – Searchable, Live To Begin, just type! Results will appear here automagically. Javascript disabled? Browser not compatible? Click here for a javascript free version. Find out more – just type ‘about us’! Try Browsing our database. New! IE users drag this link to your ‘links’ bar: Dictionary.hm. Netscape users,… Read More
An Atlas behavior to handle text changes 18/03/2006 | jiangws2002 Atlas notes : An Atlas behavior to handle text changes: user on the ASP.NET Forums (dleffel, in this thread) has an interesting requirement. Basically, he wants a ‘changed’ event to be fired when the text in an input field changes, but only after the user has paused/stopped typing for a certain amount of time. To… Read More
prototype.jsを利用したドラッグできるWebカスタムコントロール 18/03/2006 | jiangws2002 プログラミング・開発者・ソースコード CodeZine:prototype.jsを利用したドラッグできるWebカスタムコントロール(Webカスタムコントロール, prototype.js, ドラッグ):… Read More
新しい勉強指向辞典の構築 2006.1 18/03/2006 | jiangws2002 1、Club StartKit の構築 2006.1.18Personal StartKitに移植する(Skinのサポート) 2、RapTierの導入 3,漢字の判断: C#: protected bool IsKanji(string strInput) { UnicodeEncoding utf16 = new UnicodeEncoding(); byte[] bytes; bytes = utf16.GetBytes(strInput); if (bytes.Length < 2) { return false; } double intNum; intNum = bytes[1] * (Math.Pow(2, ) + bytes[0]; if (intNum >= 11904 & intNum <= 12031) { return true; } if (intNum >= 12032… Read More