#noindex Up: [[책,book]] [[읽기,reading]] <> = LPMJ - Learning PHP, MySQL & JavaScript ? = == LPMJ - Learning PHP, MySQL & JavaScript - 1e (2009년) == Learning PHP, MySQL & JavaScript 저자 Robin_Nixon 출판사 O'Reilly ISBN: 978-0-596-15713-5 / 0596157134 978-0596157135 ([[https://www.amazon.com/Learning-MySQL-JavaScript-Step-Step/dp/0596157134 via]]) ##[[ISBN(9780596157135)]] [[ISBN(978-0596157135)]] [[ISBN(0596157134)]] 뒤표지 this book will help you: * PHP(OO관점) * MySQL 마스터링 * [[웹페이지,web_page]] 만들기 * JS배우기 - [[펑션,function]]s들과 [[이벤트처리,event_handling]]에서, [[Document_Object_Model]] accessing까지 * [[라이브러리,library]]s들과 [[패키지,package]]s들 사용, including: { Smarty web template system / PEAR program repository / Yahoo! User Interface Library (p YUI_Library) } * [[Ajax_call]]s([[Ajax]] [[호출,call]])을 하고(make), 너의 웹사이트를 동적 환경으로 만들기 * [[파일,file]]s들과 [[이미지,image]]s들을 upload([[업로드,upload]]? [[업로딩,uploading]]? pagename?)하고 manipulate([[조작,manipulation]]?) 하기 / validate user input([[사용자,user]] [[유저,user]] [[입력,input]](user_input) [[validation]]) (user_input_validation) / secure your applications (web_security) Topics: [[웹개발,web_development]] [[피에이치피,PHP]] [[마이SQL,MySQL]] [[자바스크립트,JavaScript]] Prerequisites: HTML == 2e == == 3e == == ... == == 6e (latest) == Ggl:"Learning PHP, MySQL & JavaScript" = The C# Programming Language = == 1e ? == By Anders Hejlsberg, Scott Wiltamuth, Peter Golde Addison Wesley / 2003 / 672 pages [[ISBN(0321154916)]] ISBN: 0-321-15491-6 이 책은 C# 1.0에 기초함 (as delivered in Visual Studio .NET 2002 and 2003) C#(''pagename TBD...~!'')의 특징은 simple modern 이런거 빼고 * [[object-oriented]] * [[type-safe]] // [[type_safety]] - [[타입xx,type_safety]] 번역? Naver:"type safety 번역" Ggl:"type safety 번역" 책에서 다루는건 1st part * lexical_structure s ... { WtEn:lexical_structure ? WpSp:lexical_structure ? WpEn:lexical_structure ? } * [[타입,type]]s들 * [[변수,variable]]s * [[변환,conversion]]s * [[식,expression]]s * [[구문,statement]]s ...? (논리학의 그건 [[진술,statement]])인데 아마 PL의 statement는 저거로...? ... [[문,statement]]?? * [[이름공간,namespace]]s * [[예외,exception]]s * [[속성,attribute]]s * and [[unsafe_code]]. 2nd part - intro and technical spec of the 4 major new features of C# 2.0: * [[generics]] * [[anonymous_method]]s { [[메소드,method]]. WtEn:anonymous_method ? WpSp:anonymous_method ? WpEn:anonymous_method ? } * [[반복자,iterator]]s * and [[partial_type]]s { WtEn:partial_type ? WpSp:partial_type ? WpEn:partial_type ? Ggl:"partial type C#" }