دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Jeremy Greenawalt
سری:
ISBN (شابک) : 9781847198402
ناشر: Packt Publishing
سال نشر: 2010
تعداد صفحات: 328
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 13 مگابایت
در صورت تبدیل فایل کتاب TYPO3 Templates به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب الگوهای TYPO3 نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
این کتاب از سبکی واضح و محاورهای استفاده میکند تا همه چیز را از ساده گرفته تا پیچیده را در روایتی آسانخوان آموزش دهد. کل کتاب از طریق یک پروژه مثال کامل برای ساخت یک وب سایت شرکتی می گذرد، و هر فصل عملکردی را به محصول نهایی اضافه می کند زیرا خوانندگان در مورد مفاهیم یاد می گیرند. هر مفهوم و تکنیکی با کد نمونه کار تقویت می شود و تصاویر و اسکرین شات ها برای توضیح بیشتر در صورت لزوم استفاده می شوند. اگر شما یک توسعهدهنده، طراح یا سازنده سایت هستید که میخواهید از TYPO3 بیشترین بهره را ببرید، چه در حال ساخت چندین وبسایت برای مشتریان یا بهینهسازی سایت شرکت آنها باشید، این کتاب برای شما مناسب است.
This book uses a clear, conversational style to teach everything from the simple to the complex in an easy-to-read narrative. The entire book goes through one complete example project to build a company website, and each chapter adds functionality to the final product as the readers learns about the concepts. Every concept and technique is reinforced with working example code, and illustrations and screenshots are used to explain even further when necessary. If you are a developer, designer, or a site builder who wants to get the most out of TYPO3 whether you are building multiple websites for clients or optimizing their company's site then this book is for you.
Content: TYPO3 Templates
TYPO3 Templates
Credits
About the Author
Acknowledgment
About the Reviewers
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Errata
Piracy
Questions
1. Getting Started
Basic requirements
How templates were created
Introducing TemplaVoila!
Installing TemplaVoila
Creating a basic HTML template
The root tag
The menu area
The content section
Creating your first template with the TemplaVoila Wizard
Selecting the HTML template
Configuring the new site
Mapping the template. Data elementsMapping instructions
HTML-path
Action
Mapping rules
Starting to map
Mapping the rest of our elements
Header parts
Creating the main menu
Creating the submenu
Testing the finished template
The page tree
If something didn\'t work right
Adding content to our front page
Summary
2. Enhancing your Template with CSS
Creating a basic stylesheet
Including stylesheets in TYPO3
What you need for your main stylesheet
Adding CSS with the TemplaVoila Wizard
Including CSS with page.stylesheet
Including CSS with page.includeCSS
Including CSS with page.headerData. Using default markup in TYPO3Headers
Image with text areas
Bullet lists
Tables
Removing default markup in TYPO3
Summary
3. Adding Custom Template Fields
Modifying the page metadata
Adding a banner
Adding space for the banner to our HTML file
Adding the banner element to TemplaVoila
Configuring a data element
Viewing the data structure XML
Using our new data element
Adding the date to our template
Adding space for the date to our HTML file
Creating a data element
Viewing the updated XML
Showing our new banner
Loading the date and time from the TypoScript template. Changing our timestamp element in the data structureAdding the timestamp object to the TypoScript template
Adding a dynamic logo
Summary
4. Creating Flexible Menus
Page tree concepts
Introducing HMENU
Types of menu objects
Menu item states
HMENU properties
Common menu item properties
Introducing text-based menus
TMENU Properties
Adding separators to menu items
Redesigning the text-based menus
Final code
Introducing graphic menus
Introducing GIFBUILDER
The BOX object
The IMAGE object
The TEXT object
GIFBUILDER layers
GIFBUILDER properties
GMENU properties. Creating our first graphic menuModifying based on menu states
Main menu code
Creating a graphic menu with boxes
Submenu code
Using external images for menus
Other types of menus
Breadcrumb navigation
Pulling it all together
Summary
5. Creating Multiple Templates
Creating new templates with sidebars
Creating the HTML and CSS
Adding columns to the data structure
Creating new TemplaVoila template objects
Mapping new template objects
Assigning a new template to our pages
Creating icons for templates
Assigning templates to subpages
Creating an extension template.