[ASP.NET][Chart]Publish Server Performance Monitors with MsChart

clock December 19, 2008 15:51 by author
Publish Server Performance Monitors with MsChart In this article I'll try to show you how to to use MsChart Controls with ajax update panel to publish your server performance counter variables. Be sure to install these packages before your start; [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


【Javascript】JavaScriptでのOOP

clock September 11, 2008 13:42 by author
JavaScriptはオブジェクト指向言語である。 ただし、”クラスベース”のオブジェクト指向言語 ( C#やJavaなど ) ではなく、”プロトタイプベース”のオブジェクト指向言語である。 以下、JavaScriptでのOOPについての簡単な解説。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


【Javascript】HTML や ASPX と対になる JS ファイルの書き方

clock September 11, 2008 10:11 by author
最近、というか今日から、HTML や ASPX と対になる JS ファイルの書き方を変えてみた。 こんな感じ。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


データ交換フォーマット JSON

clock September 6, 2008 12:34 by author
JSONとはJavaScript Object Notationの略で、JavaScriptとの親和性が非常に高いデータ交換フォーマットである。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[Django][javascript] django - javascript 間を JSON でやりとりする

clock August 29, 2008 11:27 by author citiszo
django.utils.simplejson でモデルオブジェクトを JSON にできなくなってる。0.96のころはできたように思うんだけど。unicodeブランチのマージの影響か?仕方ないので django.core.serializers でシリアライズしてみたら、JSONとしては使いずらい結果になる。まあシリアライズだから当然か。子要素が展開されずにIDだけというのも困りもの。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[How To]-[Javascript]String trim functions: ltrim, rtrim and trim【Tips】

clock January 31, 2008 04:00 by author
This is the source forThis is the source for tree Javascript function to strip the spaces of a string. The first is a definition of the seperate function ltrim, rtrim and trim. These trim the spaces to the left of the string, the right of the string and both sides respectively. tree Javascript function to strip the spaces of a string. The first is a definition of the seperate function ltrim, rtrim and trim. These trim the spaces to the left of the string, the right of the string and both sides respectively. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[How To]ASP.NET AJAXのAutoCompleteExtenderを弄る

clock January 24, 2008 23:29 by author
Microsoft ASP.NET AJAXを使ってみようかと、つか、ASP.NETを始めたいと思ったのはAjaxが楽に扱えそうと思っているわけなんで、手始めにControl ToolkitにあるAutoCompleteExtenderを試してみた。所謂入力補完機能というか、Google Suggestに使われているアレです。このコントロールをそのまま使うのは、既にいろいろなサイトで紹介されているので簡単に扱えたが、入力中のボックスだけに補完されてもつまらん。Google Suggstでさえ、補完語句以外に検索結果件数も表示されているし、実際の入力フォームでは付随する情報も他の入力ボックス等に反映させたいときが多い。たとえば氏名を入力すると住所や電話番号も出てくるとか。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


ASP.NET AJAX ScriptService 属性のJavascriptを収得する

clock January 16, 2008 07:55 by author
[System.Web.Script.Services.ScriptService()] public class WebService : System.Web.Services.WebService {     public WebService () { }     [WebMethod]     public string HelloWorld() {         return "... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[Tips]ASP.NET 2.0コントロールのHTMLレンダリング

clock January 13, 2008 04:05 by author
ASP.NET 2.0コントロールのHTMLレンダリング [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[How To]Fiddler2を使ってVSTSのWebテストを作成する

clock January 12, 2008 22:58 by author
[How To]Fiddler2を使ってVSTSのWebテストを作成する [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


JavaScript IDE :: Aptana

clock December 19, 2007 02:14 by author
仮想環境(XP)に入れてみましたがまだあまり使っていません。 FirefoxのアドオンにもJavaScript IDEみたいなものがありましたが このAptanaの方が独立したアプリケーションだし動作も軽いようです。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


固定heightページにグリッド

clock November 26, 2007 07:33 by author
HTML TABLE スクロール で、いろいろ出ます、基本は同じで css レイアウト属性の固めかた、Javascriptの扱い、さまざま。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


JavaScript で undefined と null を同時に判定する方法

clock November 22, 2007 23:49 by author
「JavaScript で undefined と null を同時に判定する方法」と書くと大げさですが、内容は非常に単純です。 undefined と null を同時に判定するには、以下のようにします。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


iframeの内容を取得する方法

clock November 14, 2007 06:53 by author
JavaScriptでiframeの内容(中身、src属性で指定したURLの内容)を取得するには・・。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


SilverlightとHTML画面を重ね合わる方法

clock November 14, 2007 05:50 by author
(1)Silverlight.createObject()を呼び出す際に、IsWindowlessプロパティをtrueに設定し、背景色を無色にする [createSilverlight.js] function createMySilverlightPlugin() {      Silverlight.createObject(         "Page.xaml",      ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Search

Calendar

<<  January 2009  >>
SuMoTuWeThFrSa
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567

Archive

Tags

Categories


Blogroll

    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    © Copyright 2009

    Sign in