Study/Ext JS2011. 3. 12. 20:56

딱, 나와 같구나... 친절하게 가이드 해 주는 아래 내용대로 따라해 볼까나.

어디서부터 시작해야할 지 모르겠으면 다음 방법으로 접근해보세요.

  1. 무엇을 원하는지 데모에 있는 것들을 한번 보세요.
  2. 데모 소스 코드를 리뷰해보세요.
  3. 소스의 명령들을 보고 잘 이해가 가지 않는다면 Ext JS API Docs 를 통해서 좀더 자세히 확인하세요.
  4. demos를 검색함과 동시에 하려는 것이 무엇인가에 추가적인 설명들이 제공되는 tutorial를 참고하세요.
  5. 일하는 동안에 어떤 문제가 발생하면 FAQs를 확인하세요.
  6. 뭔가 좀더 복잡한 분기를 하는 경우라면 Application Design 자료를 위한 튜토리얼 섹션을 확인하세요.
  7. 확장기능을 만들기 전에 확장기능들을 확인하세요 누군가가 이미 무엇인가 유사한 것을 했을지 모릅니다. 그것들은 forum for extensions 뿐만 아니라 최근의 initiative to house extensions in a more centralized, searchable location. 에서도 찾아볼 수 있습니다.
  8. 스크린캐스트.
  9. 마지막으로 무료의 여러분의 학습 경험을 통한 기여된 자료 혹은 FAQs를 제공합니다. 잘못 알고 작성하였더라도 걱정하지 않아도 됩니다. 다른 누군가가 정확하게 만들어 줄 것입니다.



1. 무엇을 원하는지 데모에 있는 것들을 한번 보세요.

Portal Example
http://dev.sencha.com/deploy/dev/examples/portal/portal.html

Layout Browser
http://dev.sencha.com/deploy/dev/examples/layout-browser/layout-browser.html

Border Layout
http://dev.sencha.com/deploy/dev/examples/layout/complex.html



Ext.Panel
http://dev.sencha.com/deploy/dev/examples/panel/panels.html

Editor examples
http://dev.sencha.com/deploy/dev/examples/simple-widgets/editor.html

Resizable Examples
http://dev.sencha.com/deploy/dev/examples/resizable/basic.html

Ext Buttons
http://dev.sencha.com/deploy/dev/examples/button/buttons.html

Localization with Extjs
http://dev.sencha.com/deploy/dev/examples/locale/multi-lang.html?lang=ko&charset=utf-8


Pivot Grid
http://dev.sencha.com/deploy/dev/examples/pivotgrid/simple.html

Property Grid
http://dev.sencha.com/deploy/dev/examples/grid/property-grid.html

Edit Grid
http://dev.sencha.com/deploy/dev/examples/grid/edit-grid.html

Custom Grid Filters Example (local filtering)
http://dev.sencha.com/deploy/dev/examples/grid-filtering/grid-filter-local.html

Checkbox Selection in a TreePanel
http://dev.sencha.com/deploy/dev/examples/tree/check-tree.html

Tree Grid
http://dev.sencha.com/deploy/dev/examples/treegrid/treegrid.html


Paging
http://dev.sencha.com/deploy/dev/examples/grid/paging.html


Grouping
http://dev.sencha.com/deploy/dev/examples/grid/grouping.html


Statusbar Demo
http://dev.sencha.com/deploy/dev/examples/statusbar/statusbar-demo.html

Statusbar Advanced
http://dev.sencha.com/deploy/dev/examples/statusbar/statusbar-advanced.html


MessageBox Dialogs
http://dev.sencha.com/deploy/dev/examples/message-box/msg-box.html


Tab Panel Examples
http://dev.sencha.com/deploy/dev/examples/tabs/tabs.html

Advanced Tabs
http://dev.sencha.com/deploy/dev/examples/tabs/tabs-adv.html

An Example of a "Tab Scroller Menu" plugin.
http://dev.sencha.com/deploy/dev/examples/tabs/tab-scroller-menu.html

Group Tabs
http://dev.sencha.com/deploy/dev/examples/grouptabs/grouptabs.html


Charts
http://dev.sencha.com/deploy/dev/examples/chart/charts.html


Offline Support - With Google Gears. http://gears.google.com/
http://dev.sencha.com/deploy/dev/examples/tasks/tasks.html

Posted by 굥쓰
Study/ASP.NET MVC & Core2011. 3. 12. 20:27

ASP.NET MVC 3 로의 개발을 위해 아래와 같은 사전 준비 절차가 필요합니다.
사전 준비 및 개발 단계가 진행됨에 따라 추가 내용을 등록 할 예정입니다.

1. Visual Studio 2010 설치

Visual Studio 2010 또는 Express Edition 사용

 Get everything free with one simple installer
  • ASP.NET and ASP.NET MVC
  • Visual Studio 2010 Express Development Tool
  • SQL Server Express Database


 http://www.asp.net/downloads


2. ASP.NET MVC3 추가 설치

ASP.NET MVC 3 is a framework for building scalable, standards-based web applications using well-established design patterns and the power of ASP.NET and the .NET Framework.

It installs side-by-side with ASP.NET MVC 2, so get started using it today!

http://www.asp.net/mvc/mvc3 


3. ASP.NET 소개

 ASP.NET is a free web framework that enables great Web applications. Used by millions of developers, it runs some of the biggest sites in the world. Learn More

http://www.asp.net/get-started

4. MVC3 소개

 This tutorial will teach you the basics of building an ASP.NET MVC Web application using Microsoft Visual Web Developer Express, which is a free version of Microsoft Visual Studio. Before you start, make sure you have the following installed using the Web Platform Installer. 

http://www.asp.net/mvc/tutorials/getting-started-with-mvc3-part1-cs

5. ASP.NET MVC3 강좌

ASP.NET MVC3 Basic
http://rintiantta.blog.me/40121555538

Building Data-Centric Web Apps with ASP.NET MVC and Ext JS
http://msdn.microsoft.com/en-us/magazine/gg650660.aspx

6. 도움 사이트들

Microsoft Web
http://www.microsoft.com/web/

Posted by 굥쓰
Study/Ext JS2011. 3. 12. 20:06

Unfortunately, most examples of Ext JS are illustrated with PHP, Python and Ruby on Rails code on the server side. But that doesn’t mean developers using Microsoft technologies can’t take advantage of Ext JS. While it’s difficult to integrate Ext JS with Web Forms development (due to the abstraction layer that encapsulates the request-response nature of the Web in order to provide a stateful control-based model), you could use the ASP.NET MVC framework, enabling you to leverage both the Microsoft .NET Framework and Ext JS in the same app.

In this article, I’ll provide the tutorial I couldn’t find, walking through the development of a real-world Web solution using ASP.NET MVC and Ext JS that reads from and writes to a back-end database.

http://msdn.microsoft.com/en-us/magazine/gg650660.aspx

Posted by 굥쓰
Study/Ext JS2011. 3. 12. 17:28

1. Tutorial:Ext StartUp Guide (Korea)

이 튜토리얼은 Ext JS 설치와 실행하는 방법을 빠르게 습득하도록 진행될 것입니다.

관련 URL : http://www.sencha.com/learn/Tutorial:Ext_StartUp_Guide_(Korea)


Posted by 굥쓰
Study/Ext JS2011. 2. 22. 16:11
Posted by 굥쓰
Study/Ext JS2011. 2. 22. 16:02
Posted by 굥쓰
Study/Ext JS2011. 2. 22. 15:59
Posted by 굥쓰
Study/Study2011. 2. 22. 15:47
아이폰 개발시 도움이 되는 각종 팁 , 튜토리얼, 소스코드 링크 모음입니다.

http://xguru.net/622
Posted by 굥쓰
Study/Bookmark2011. 2. 22. 15:43

Manual:Ext Source Overview (Korean)

URL : http://www.sencha.com/learn/Manual:Ext_Source_Overview_(Korean)

Posted by 굥쓰
Study/Ext JS2011. 2. 22. 15:32
Posted by 굥쓰