- Learning Magento Theme Development
- Richard Carter
- 208字
- 2021-09-03 10:04:57
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "In Magento, skin files are located in the /skin/frontend/
directory."
A block of code is set as follows:
* { margin:0; padding:0; } img { border:0; vertical-align:top; } a { color:#1e7ec8; text-decoration:underline; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
* { margin:0; padding:0; } img { border:0; vertical-align:top; } a { color:#1e7ec8; text-decoration:underline; }
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "You might notice that there are many superfluous blocks in the sidebar, such as the BACK TO SCHOOL and COMMUNITY POLL blocks, which would not be required on a usual e-commerce website."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- The Complete Rust Programming Reference Guide
- Learning Python Web Penetration Testing
- Learning Java Functional Programming
- Learning Selenium Testing Tools with Python
- PostgreSQL Cookbook
- Python機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- Visual C#.NET程序設(shè)計(jì)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- 3ds Max印象 電視欄目包裝動(dòng)畫(huà)與特效制作
- TypeScript 2.x By Example
- 進(jìn)入IT企業(yè)必讀的324個(gè)Java面試題
- Tableau Dashboard Cookbook
- 深入淺出 HTTPS:從原理到實(shí)戰(zhàn)
- 征服C指針(第2版)
- Flask開(kāi)發(fā)Web搜索引擎入門與實(shí)戰(zhàn)