技術者派遣の技術日誌ブログ

May 30, 2008

REST in WCF – Part III (AJAX Friendly Services, Consuming The …

Filed under: ALL, Ajax — Tags: , , , , , — doku @ 1:43 pm

I don’t really understand this statement and it is something I hear a lot when people talk about AJAX . As far as I know request and response via http is a synchronous operation and a web server can never send a response that is not …

I don’t really understand this statement and it is something I hear a lot when people talk about AJAX. As far as I know request and response via http is a synchronous operation and a web server can never send a response that is not …

Excerpt from:
REST in WCF – Part III (AJAX Friendly Services, Consuming The …

May 23, 2008

Django snippets: Ajax required decorator

Filed under: Ajax, JAVA — Tags: , , , , , , — Shotalow @ 1:26 pm

Checks if the request is an AJAX request, if not it returns an HttpResponseNotFound. It looks for the XMLHttpRequest value in the HTTP_X_REQUESTED_WITH header.

Checks if the request is an AJAX request, if not it returns an HttpResponseNotFound. It looks for the XMLHttpRequest value in the HTTP_X_REQUESTED_WITH header. Major javascript frameworks (jQuery, etc.) send this header in every AJAX

Go here to read the rest:
Django snippets: Ajax required decorator

May 17, 2008

DotNetSlackers: Building a Pub/Sub Message Bus with WCF and MSMQ

,ASP.NET,JAVASCRIPT,JQUERY

The final missing piece on the publisher side is the WCF configuration.

The final missing piece on the publisher side is the WCF configuration. As mentioned previously, we chose to use MSMQ to provide reliable, asynchronous message delivery. Programming with MSMQ used to be quite a painful experience, …

Originally posted here:
DotNetSlackers: Building a Pub/Sub Message Bus with WCF and MSMQ

May 13, 2008

DotNetSlackers: DotNetNuke 4 C# Compiled Module Starter Kit

,ASP.NET,JAVASCRIPT,JQUERY

Download my DotNetNuke 4.x C# compile module starter kit that allows you to rapidly develop modules using C# and Visual Studio 2005 or Visual Studio 2008.

Download my DotNetNuke 4.x C# compile module starter kit that allows you to rapidly develop modules using C# and Visual Studio 2005 or Visual Studio 2008. Create compiled C# modules with easy and speed every time!… Advertisement …

Continue reading here:
DotNetSlackers: DotNetNuke 4 C# Compiled Module Starter Kit

May 6, 2008

Bahut: CSS and javascript progress meter

Filed under: JAVA, Javascript/Xhtml/Css — Tags: , , , , , , — citiszo @ 12:41 pm

So I thought this should certainly be possible to do in a web browser with some CSS and javascript , and would also be an opportunity to learn some javascript and DOM interaction basics.

So I thought this should certainly be possible to do in a web browser with some CSS and javascript , and would also be an opportunity to learn some javascript and DOM interaction basics.

So I thought this should certainly be possible to do in a web browser with some CSS and javascript , and would also be an opportunity to learn some javascript and DOM interaction basics.

So I thought this should certainly be possible to do in a web browser with some CSS and javascript, and would also be an opportunity to learn some javascript and DOM interaction basics. I first found a few examples on the web, …

So I thought this should certainly be possible to do in a web browser with some CSS and javascript , and would also be an opportunity to learn some javascript and DOM interaction basics.

Read the original post:
Bahut: CSS and javascript progress meter

クライアントとサーバで入力値をチェックする(正規表現)

Filed under: ALL — Tags: — Sayuri @ 12:07 pm

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>



指定した年と月に含まれる日数を取得する

Filed under: C# — Tags: , , — AspAnn @ 8:08 am


指定した年と月に含まれる日数を取得するには、DateTime の DaysInMonth メソッドを使用します。
引数に取得したい年と月を指定することで、指定した年と月に含まれる日数が返されます。

C#

このページの上部に戻る

Powered by WordPress