【Lynda】Joomla 1.7 Programming and Packaging Extensions【CHN】中英文字幕[SRT]

作者: acely. 分类: Lynda中文字幕, ◇ 编程与开发

==========教程信息=====================================================
教程名称:Joomla 1.7 Programming and Packaging Extensions
作者:Joseph LeBlanc
主题:Developer, Web, CMS
使用软件:Joomla! 1.7
难度等级:高级
时长: 5h 25m
发布日期: Sep 28, 2011

┏ACELY STUDIO,2012
┃更多资源请访问
┃◆唯一发布站:ACELY.CN
┗◆我的博客:http://blog.sina.com.cn/u/1991840741

==========教程目录文件列表=============================================
Joomla 1.7 Programming and Packaging Extensions[SRT]
├─◆0. Introduction
│ └─◇ 0001 Welcome.srt
│ └─◇ 0002 Course overview.srt
│ └─◇ 0003 Taking this course.srt
│ └─◇ 0004 Using the exercise files.srt
├─◆1. Understanding the Joomla Structure and Framework
│ └─◇ 0101 Reviewing Joomla applications.srt
│ └─◇ 0102 Defining extension types.srt
│ └─◇ 0103 Understanding how Joomla buffers content.srt
│ └─◇ 0104 Understanding the execution flow.srt
├─◆2. Using the Joomla Coding Tools
│ └─◇ 0201 Choosing coding tools.srt
│ └─◇ 0202 Setting the PHP configuration.srt
│ └─◇ 0203 Inspecting Joomla output.srt
├─◆3. Installing Joomla Extensions
│ └─◇ 0301 Installing and examining a minimal module.srt
│ └─◇ 0302 Exploring a bare minimum component.srt
│ └─◇ 0303 Understanding plug-ins.srt
│ └─◇ 0304 Translating essential language strings.srt
│ └─◇ 0305 Touring the component manifest.srt
├─◆4. Creating and Displaying Modules
│ └─◇ 0401 Displaying information in modules.srt
│ └─◇ 0402 Configuring through parameters.srt
│ └─◇ 0403 Styling with layouts.srt
│ └─◇ 0404 Overriding layouts.srt
├─◆5. Model-View-Controller (MVC) Coding
│ └─◇ 0501 Defining MVC.srt
│ └─◇ 0502 Choosing with controllers.srt
│ └─◇ 0503 Looking at views.srt
│ └─◇ 0504 Modeling data.srt
│ └─◇ 0505 Joomla MVC vs. the world.srt
├─◆6. Front-End MVC
│ └─◇ 0601 Displaying a single record.srt
│ └─◇ 0602 Displaying a complex record.srt
│ └─◇ 0603 Blending view data.srt
│ └─◇ 0604 Linking views together.srt
│ └─◇ 0605 Styling views with CSS.srt
│ └─◇ 0606 Overriding views.srt
├─◆7. Back-End MVC
│ └─◇ 0701 Comparing back-end and front-end MVC.srt
│ └─◇ 0702 Listing records.srt
│ └─◇ 0703 Adding back-end toolbars.srt
│ └─◇ 0704 Publishing with Controller Admin and Model Admin.srt
│ └─◇ 0705 Paginating results.srt
├─◆8. Filtering and Searching
│ └─◇ 0801 Filtering records by state.srt
│ └─◇ 0802 Searching tables.srt
│ └─◇ 0803 Sorting columns.srt
├─◆9. Back-End Forms
│ └─◇ 0901 Building an Edit view.srt
│ └─◇ 0902 Using JForms.srt
│ └─◇ 0903 Loading JForms data.srt
│ └─◇ 0904 Splitting JForms into layouts.srt
│ └─◇ 0905 Handling HTML JForms elements.srt
├─◆10. View Configurations
│ └─◇ 1001 Implementing configuration panels.srt
│ └─◇ 1002 Reading configuration values.srt
│ └─◇ 1003 Configuring models.srt
│ └─◇ 1004 Linking views through menus.srt
│ └─◇ 1005 Individually configuring views.srt
├─◆11. Making URLs Human-Readable
│ └─◇ 1101 Why make URLs readable.srt
│ └─◇ 1102 Aliasing records.srt
│ └─◇ 1103 Handling ItemIDs.srt
│ └─◇ 1104 Configuring SEF URLs.srt
│ └─◇ 1105 Building URL routes.srt
│ └─◇ 1106 Parsing custom URLs.srt
├─◆12. JavaScript in Joomla
│ └─◇ 1201 Considering DOM libraries.srt
│ └─◇ 1202 Calling existing MooTools scripts.srt
│ └─◇ 1203 Using MooTools and jQuery together.srt
│ └─◇ 1204 Marking tours with Google Maps.srt
│ └─◇ 1205 Marking multiple addresses with JSON.srt
│ └─◇ 1206 Detecting existing copies of jQuery.srt
├─◆13. The Favorites Feature
│ └─◇ 1301 Getting personal with users.srt
│ └─◇ 1302 Assigning an onClick event.srt
│ └─◇ 1303 Setting favorites.srt
│ └─◇ 1304 Interpreting JSON responses.srt
│ └─◇ 1305 Presetting a favorite state.srt
│ └─◇ 1306 Listing favorites.srt
├─◆14. Security and Access
│ └─◇ 1401 Strategic security.srt
│ └─◇ 1402 Throwing exceptions.srt
│ └─◇ 1403 Logging activity with jLog.srt
│ └─◇ 1404 Restricting back-end access.srt
│ └─◇ 1405 Premium front-end access.srt
│ └─◇ 1406 Checking out records.srt
├─◆15. Plug-Ins
│ └─◇ 1501 Selecting plug-in types.srt
│ └─◇ 1502 Searching and replacing with system plug-ins.srt
│ └─◇ 1503 Summarizing with content plug-ins.srt
│ └─◇ 1504 Alerting with custom plug-ins (onFavorite).srt
├─◆16. Translating Your User Interface
│ └─◇ 1601 Creating extension language files.srt
│ └─◇ 1602 Debugging languages.srt
│ └─◇ 1603 Overriding language files.srt
├─◆Conclusion
│ └─◇ Packaging your extensions.srt
│ └─◇ Next steps.srt

【本字幕由ACELY.CN独家制作发布】


┃本套教程字幕包含中文字幕
┃中文字幕使用机器翻译,对翻译结果中不当内容不承担任何责任!
┃更多中文字幕请访问唯一发布站【ACELY.CN】
┃本站中文字幕未经允许一律严禁转载!


>>>>>>>【点我下载】<<<<<<<

标签:, ,

您的留言是我最大的支持!

你必须登录才能发表评论!

※ 本站内容未经允许一律严禁转载!Lynda教程及字幕交流群:214645753
※ 本站文件统一解压密码:acely.cn 或 www.cgsub.com