<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
 <title type="html">javarush</title>
 <id>http://www.javarush.com/atom</id>
 <link rel="alternate" type="text/html" hreflang="ko" href="http://www.javarush.com/"/>
 <subtitle type="html">반갑습니다</subtitle>
 <updated>2010-03-16T00:00:25+09:00</updated>
 <generator>Textcube.com 2.0 Garnet</generator>
 <entry>
  <title type="html">IIS Log 분석툴..</title>
  <link rel="alternate" type="text/html" href="http://www.javarush.com/1171424897"/>
  <link rel="replies" type="application/atom+xml" href="http://www.javarush.com/atom/discuss/1171424897" thr:count="0"/>
  <category term=".NET"/>
  <author>
   <name>tornado</name>
  </author>
  <id>http://www.javarush.com/1171424897</id>
  <updated>2010-03-15T17:15:25+09:00</updated>
  <published>2010-03-15T17:15:25+09:00</published>
  <summary type="html"> [link] http://indihiang.codeplex.com/ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.javarush.com/1171424897&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</summary>
 </entry>
 <entry>
  <title type="html">퓨전 차트.... Free Licence...</title>
  <link rel="alternate" type="text/html" href="http://www.javarush.com/1171424896"/>
  <link rel="replies" type="application/atom+xml" href="http://www.javarush.com/atom/discuss/1171424896" thr:count="0"/>
  <category term="ASP.NET"/>
  <author>
   <name>tornado</name>
  </author>
  <id>http://www.javarush.com/1171424896</id>
  <updated>2010-03-11T17:11:50+09:00</updated>
  <published>2010-03-11T17:10:48+09:00</published>
  <summary type="html"> [link] http://www.fusioncharts.com/free/ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.javarush.com/1171424896&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</summary>
 </entry>
 <entry>
  <title type="html">[펌] How to scroll the window using JQuery $.scrollTo() function</title>
  <link rel="alternate" type="text/html" href="http://www.javarush.com/1171424895"/>
  <link rel="replies" type="application/atom+xml" href="http://www.javarush.com/atom/discuss/1171424895" thr:count="0"/>
  <category term="Javascript"/>
  <category term="jquery"/>
  <author>
   <name>tornado</name>
  </author>
  <id>http://www.javarush.com/1171424895</id>
  <updated>2010-03-09T17:11:48+09:00</updated>
  <published>2010-03-09T17:11:48+09:00</published>
  <summary type="html"> [출처] http://stackoverflow.com/questions/832860/how-to-scroll-the-window-using-jquery-scrollto-function &amp;nbsp; &amp;nbsp; Hi, I&amp;#039;m trying to scroll down 100px every time the user gets near the top of the document. I have the function executing when the user gets close to the top of the document, but the .scrollTo function isn&amp;#039;t working. I put an alert after and before to check to see if it actually was the line or not that was stopping it and only the first alert goes off, here&amp;#039;s the code: alert(&amp;quot;starting&amp;quot;);&amp;nbsp; $.scrollTo({ top: &amp;#039;+=100px&amp;#039;, left: &amp;#039;+=0px&amp;#039; }, 800);&amp;nbsp; alert(&amp;quot;finished&amp;quot;);&amp;nbsp; I know I have the jquery page linked properly because I&amp;#039;m using many other jquery functions throughout and they all work fine. I&amp;#039;ve also tried removing the &amp;#039;px&amp;#039; from above and it doesn&amp;#039;t seem to make a difference. jquery javascript scrollto scrolling flag asked May 7 at 4:13 Matt Doak Don&amp;#039;t you have a JavaScript debugger? – Matthew Flaschen May 7 at 4:17 1 &amp;nbsp; Jquery itself my be working fine, but are you sure you have the scrollTo plugin linked properly? Change one of those alerts to alert($.scrollTo); – Andrew May 7 at 5:03 2 Answers oldest newest votes 6 If it&amp;#039;s not working why don&amp;#039;t you try using jQuery&amp;#039;s scrollTop method? $(&amp;quot;#id&amp;quot;).scrollTop($(&amp;quot;#id&amp;quot;).scrollTop() + 100);&amp;nbsp; If you&amp;#039;re looking to scroll smoothly you could use basic javascript setTimeout/setInterval function to make it scroll in increments of 1px over a set length of time. &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.javarush.com/1171424895&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</summary>
 </entry>
 <entry>
  <title type="html">Tomcat Authentication and Authorization Sequences</title>
  <link rel="alternate" type="text/html" href="http://www.javarush.com/1171424894"/>
  <link rel="replies" type="application/atom+xml" href="http://www.javarush.com/atom/discuss/1171424894" thr:count="0"/>
  <category term="WAS"/>
  <author>
   <name>tornado</name>
  </author>
  <id>http://www.javarush.com/1171424894</id>
  <updated>2010-02-11T12:15:24+09:00</updated>
  <published>2010-02-11T12:08:18+09:00</published>
  <summary type="html"> 출처 : http://www.laj.ca/projects/PrincipalAuthenticator/doc/uml/ &amp;nbsp; &amp;nbsp; Tomcat Authentication and Authorization Sequences From the base Tomcat Authentication Sequence (using JAAS you can see the changes made by both JBoss and the IIS Connector. The important bit to note here is on the ISAPI Connector DLL Sequence. Due to the dll injecting a Principal into the request for Tomcat, all of Tomcat&amp;#039;s regular authenticator valves fail to authorize the user. This is because, by default, they check to see if a Principal already exists in the session and return if it does. The Tomcat IIS Authenticator Sequence shows how using the Tomcat IIS Authenticator Valve makes tomcat continue the authentication and authorization. Authentication is &amp;#039;checked&amp;#039; by verifying that the NTLM provided Principal is not-null. Authorization is performed by passing the Principal to the Security Realm. The security realm can then populate the user&amp;#039;s Principal with the Role&amp;#039;s the user is granted base on the implementation of the Realm. JBoss will now be able to use any LoginModule to populate the user&amp;#039;s roles since it&amp;#039;s security realm (registered in Tomcat) will now be called. TomcatAuthenticationSequence This is how tomcat&amp;#039;s JAAS normally works. &amp;nbsp; JBossAuthenticationSequence JBoss registers it&amp;#039;s own JAASRealm with Tomcat on startup. &amp;nbsp; ISAPIConnector_DLL_Sequence Note how the security realm is skipped by the Authenticator. &amp;nbsp; TomcatIISAuthenticatorSequence Now the cycle is complete again. &amp;nbsp; &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.javarush.com/1171424894&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</summary>
 </entry>
 <entry>
  <title type="html">이벤트 ID 5785 - 출력 캐싱에 대한 게시 사용자 지정 문자열 처리기.... 문제 해결 방법</title>
  <link rel="alternate" type="text/html" href="http://www.javarush.com/1171424893"/>
  <link rel="replies" type="application/atom+xml" href="http://www.javarush.com/atom/discuss/1171424893" thr:count="0"/>
  <category term=".NET"/>
  <author>
   <name>tornado</name>
  </author>
  <id>http://www.javarush.com/1171424893</id>
  <updated>2010-02-07T09:34:00+09:00</updated>
  <published>2010-02-07T09:34:00+09:00</published>
  <summary type="html"> 출처 : http://hind.pe.kr/791?TSSESSIONhindpekr=5ab93c06251396a7584632a043897115 &amp;nbsp; &amp;nbsp; MOSS 2007에서 아래와 같은 형태로 구성 시 위의 이벤트 로그가 계속 쌓이게 된다. 1. Root 사이트가 게시 사이트 형태인 경우 ( 공동 작업 포탈이든, 게시 사이트 든..) 2. Root 사이트에 하위 Application으로 사이트를 추가하여 구성한 경우. &amp;nbsp;&amp;nbsp; ( 보통 가상 디렉터리 만들 때, 기능 옵션에 실행을 체크하여 넣으면 &amp;quot;기어&amp;quot; 표시가 생기면서 &amp;nbsp; &amp;nbsp;&amp;nbsp; 하위 응용 프로그램으로 구성되는 경우 ) 보낸 사람 ForBlog2 위와 같은 형태에 있을 때 가상 디렉터리 이하의 특정 리소스(JS 파일이든, ASPX 파일이든)에 접근하다가, 아래와 같은 이벤트로그를 뿜어댄다. Event Type: &amp;nbsp;&amp;nbsp; Error Event Source: &amp;nbsp;&amp;nbsp; Office SharePoint Server Event Category: &amp;nbsp;&amp;nbsp; 게시 캐시 Event ID: &amp;nbsp;&amp;nbsp; 5785 Date: &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; 2009-02-25 Time: &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; 오전 10:57:07 User: &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; N/A Computer: &amp;nbsp;&amp;nbsp; KYOKO Description: 출력 캐싱에 대한 게시 사용자 지정 문자열 처리기에 연결할 수 없습니다. IIS 인스턴스 ID는 &amp;#039;1986061912&amp;#039;이고 URL은 &amp;#039;http://www.knoie.com/virtualdir1/Images/presence/presence_off.gif&amp;#039;입니다. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. 위의 내용을 이곳 저곳을 기웃 거리다가 한 Technet 의 토론 내용 중 하나의 쓰레드에 눈이 가서 훝어 본 결과 단 한줄로 해결 되었다. 해당 가상 디렉터리는 자체적인 응용 프로그램 쓰레드를 갖기 때문에, 보통 web.config를 별도로 구성하는 경우가 많다. 만일 없다면 기본 web.config를 만들어서 구성하신 뒤, module 부분에 추가하면 된다. &amp;lt;httpModules&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;remove name=&amp;quot;PublishingHttpModule&amp;quot; /&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;ScriptModule&amp;quot; type=&amp;quot;System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;/&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!--&amp;lt;remove name=&amp;quot;ApplicationMasterPage&amp;quot; /&amp;gt;--&amp;gt; &amp;lt;/httpModules&amp;gt; web.config 에서 httpModules로 찾아서 해당하는 섹션이 보이면 굵게 보이는 저 한 줄을 넣어주면 된다. 나머지는 그대로 두면 된다. 만일 httpModules라는 섹션이 없다면, System.web 섹션을 찾아서 그 안에 다음과 같이 추가하면 된다. &amp;lt;system.web&amp;gt; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;lt;httpModules&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;remove name=&amp;quot;PublishingHttpModule&amp;quot; /&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;lt;/httpModules&amp;gt; &amp;nbsp;....... &amp;lt;system.web&amp;gt; 요는&amp;nbsp; PublishingHttpModule 이라는 Module을 없애면 된다. &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.javarush.com/1171424893&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</summary>
 </entry>
 <entry>
  <title type="html">aspnet request processing cycle</title>
  <link rel="alternate" type="text/html" href="http://www.javarush.com/1171424892"/>
  <link rel="replies" type="application/atom+xml" href="http://www.javarush.com/atom/discuss/1171424892" thr:count="0"/>
  <category term="ASP.NET"/>
  <author>
   <name>tornado</name>
  </author>
  <id>http://www.javarush.com/1171424892</id>
  <updated>2010-02-02T15:28:26+09:00</updated>
  <published>2010-02-02T15:28:26+09:00</published>
  <summary type="html"> &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.javarush.com/1171424892&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</summary>
 </entry>
 <entry>
  <title type="html">차량용 블랙박스의 필요성..</title>
  <link rel="alternate" type="text/html" href="http://www.javarush.com/1171424891"/>
  <link rel="replies" type="application/atom+xml" href="http://www.javarush.com/atom/discuss/1171424891" thr:count="0"/>
  <category term="&#xB099;&#xC11C;&#xC7A5;"/>
  <author>
   <name>tornado</name>
  </author>
  <id>http://www.javarush.com/1171424891</id>
  <updated>2010-01-22T11:47:23+09:00</updated>
  <published>2010-01-22T11:47:23+09:00</published>
  <summary type="html"> &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.javarush.com/1171424891&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</summary>
 </entry>
 <entry>
  <title type="html">GM 대우 777 이벤트 ㅎ</title>
  <link rel="alternate" type="text/html" href="http://www.javarush.com/1171424890"/>
  <link rel="replies" type="application/atom+xml" href="http://www.javarush.com/atom/discuss/1171424890" thr:count="0"/>
  <category term="&#xB099;&#xC11C;&#xC7A5;"/>
  <author>
   <name>tornado</name>
  </author>
  <id>http://www.javarush.com/1171424890</id>
  <updated>2010-01-20T14:17:07+09:00</updated>
  <published>2010-01-20T14:17:07+09:00</published>
  <summary type="html"> &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.javarush.com/1171424890&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</summary>
 </entry>
 <entry>
  <title type="html">[펌] Design Pattern --&amp;gt; C# @.@;</title>
  <link rel="alternate" type="text/html" href="http://www.javarush.com/1171424889"/>
  <link rel="replies" type="application/atom+xml" href="http://www.javarush.com/atom/discuss/1171424889" thr:count="0"/>
  <category term="C#"/>
  <author>
   <name>tornado</name>
  </author>
  <id>http://www.javarush.com/1171424889</id>
  <updated>2009-12-24T16:48:52+09:00</updated>
  <published>2009-12-24T16:48:52+09:00</published>
  <summary type="html"> [링크] http://www.dofactory.com/Patterns/Patterns.aspx &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; home courses schedule registration careers contact us sitemap about us login design patterns pattern framework 3.5 TM resources wpf patterns ajax patterns C# reference card connection strings visual studio shortcuts training and education for professional developers design patterns C#, ASP.NET, WPF, WCF, LINQ, PATTERNS Design Patterns Design patterns are recurring solutions to software design problems you find again and again in real-world application development. Patterns are about design and interaction of objects, as well as providing a communication platform concerning elegant, reusable solutions to commonly encountered programming challenges. The Gang of Four (GoF) patterns are generally considered the foundation for all other patterns. They are categorized in three groups: Creational, Structural, and Behavioral. Here you will find information on these important patterns. To give you a head start, the C# source code is provided in 2 forms: &amp;#039;structural&amp;#039; and &amp;#039;real-world&amp;#039;. Structural code uses type names as defined in the pattern definition and UML diagrams. Real-world code provides real-world programming situations where you may use these patterns. A third form, &amp;#039;.NET optimized&amp;#039; demonstrates design patterns that exploit built-in .NET 2.0, 3.0, and 3.5 features, such as, generics, attributes, delegates, object and collection initializers, automatic properties, and reflection. These and much more are available in our Design Pattern Framework 3.5TM. See our Singleton page for a .NET 3.5 Optimized code sample. &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.javarush.com/1171424889&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</summary>
 </entry>
 <entry>
  <title type="html">[펌] How to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over</title>
  <link rel="alternate" type="text/html" href="http://www.javarush.com/1171424888"/>
  <link rel="replies" type="application/atom+xml" href="http://www.javarush.com/atom/discuss/1171424888" thr:count="0"/>
  <category term="ASP.NET"/>
  <author>
   <name>tornado</name>
  </author>
  <id>http://www.javarush.com/1171424888</id>
  <updated>2009-09-30T20:38:18+09:00</updated>
  <published>2009-09-30T20:38:18+09:00</published>
  <summary type="html"> 출처 : http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/ How to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is&amp;nbsp;over Posted by zeemalik on November 27, 2007 If you are using AJAX then the only way i have found yet&amp;nbsp;to give an alert&amp;nbsp;to a user on return to the Asynchronous post&amp;nbsp;back is to&amp;nbsp;add an “end request” handler to the PageRequestManager. In this way you can tell the request manager to run a javascript function on returning from a Asynchronous post back event of AJAX. Code for doing this is : function load() { &amp;nbsp;&amp;nbsp; Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler); } where “EndRequestHandler” will be the name of your javascript function you want to call. Call the above function in Onload event of &amp;lt;body&amp;gt; tag: &amp;lt;body onload=”load()”&amp;gt; function EndRequestHandler() { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert(”You record has been saved successfully”); } Now If you want to give a different message based on your logic in server side code (code behind) then you can use a server side Hidden Field: &amp;lt;input id=”hdnValue” type=”hidden” runat=”server”&amp;nbsp; value=”&amp;quot; /&amp;gt; Set its value in server side code on Asychronous Post Back:&amp;nbsp; Protected Sub btn_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnCreateSample.Click &amp;nbsp;&amp;nbsp;&amp;nbsp; If condition Then hdnValue.value = “do this” &amp;nbsp;&amp;nbsp;&amp;nbsp; Else&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hdnValue.value = “do that” &amp;nbsp;&amp;nbsp;&amp;nbsp; End If&amp;nbsp; End Sub Now you can check the value of this Hidden Field in your Client Side EndRequestHandler function and give a different alert to user based on its value: function EndRequestHandler() { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (document.getElementById(’&amp;lt;%= hdnValue.ClientID %&amp;gt;’).value == “do this”) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert(”You record has been saved successfully”); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert(”There is an error”); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &amp;nbsp;} &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.javarush.com/1171424888&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</summary>
 </entry>
</feed>
