|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn742061595 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
110722s2011 enka of 000 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d E7B
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d DKDLA
|d OCLCO
|d OCLCQ
|d YDXCP
|d IDEBK
|d AU@
|d OCLCQ
|d OCLCF
|d COO
|d OCLCQ
|d AZK
|d AGLDB
|d ICA
|d CNNOR
|d MOR
|d PIFAG
|d OCLCQ
|d OCLCO
|d U3W
|d D6H
|d STF
|d WRM
|d VTS
|d NRAMU
|d NLE
|d INT
|d JBG
|d VT2
|d OCLCQ
|d OCLCO
|d ICG
|d TKN
|d OCLCQ
|d OCLCO
|d A6Q
|d M8D
|d UKAHL
|d HS0
|d AJS
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 767809319
|a 816874514
|a 823130604
|a 842288514
|a 961507311
|a 962665507
|a 988495764
|a 991989629
|a 1037724342
|a 1038654174
|a 1038699168
|a 1045608944
|a 1055316910
|a 1077278148
|a 1081294484
|a 1083612392
|a 1103276927
|a 1129341594
|
020 |
|
|
|a 9781849512770
|q (electronic bk.)
|
020 |
|
|
|a 1849512779
|q (electronic bk.)
|
020 |
|
|
|a 9781849512763
|
020 |
|
|
|a 1849512760
|
020 |
|
|
|a 1283349272
|
020 |
|
|
|a 9781283349277
|
029 |
1 |
|
|a AU@
|b 000050898672
|
029 |
1 |
|
|a AU@
|b 000053014097
|
029 |
1 |
|
|a DEBSZ
|b 372819397
|
029 |
1 |
|
|a DEBSZ
|b 493092854
|
035 |
|
|
|a (OCoLC)742061595
|z (OCoLC)767809319
|z (OCoLC)816874514
|z (OCoLC)823130604
|z (OCoLC)842288514
|z (OCoLC)961507311
|z (OCoLC)962665507
|z (OCoLC)988495764
|z (OCoLC)991989629
|z (OCoLC)1037724342
|z (OCoLC)1038654174
|z (OCoLC)1038699168
|z (OCoLC)1045608944
|z (OCoLC)1055316910
|z (OCoLC)1077278148
|z (OCoLC)1081294484
|z (OCoLC)1083612392
|z (OCoLC)1103276927
|z (OCoLC)1129341594
|
050 |
|
4 |
|a TK5105.8885.D78
|b S57 2011eb
|
072 |
|
7 |
|a COM
|x 060160
|2 bisacsh
|
082 |
0 |
4 |
|a 006.7/6
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Shreves, Ric.
|
245 |
1 |
0 |
|a Drupal 7 themes :
|b create new themes for your Drupal 7 site with a clean layout and powerful CSS styling /
|c Ric Shreves.
|
246 |
3 |
|
|a Drupal Seven themes
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2011.
|
300 |
|
|
|a 1 online resource (1 electronic resource (299 pages)) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a data file
|
490 |
1 |
|
|a Community experience distilled
|
520 |
|
|
|a Filled with practical examples, this book helps you to understand the logic behind the theming system employed in Drupal, and how to make it work for you. You will learn key concepts and work through examples with careful, step-by-step instructions. The main requirements to make use of this book are knowledge of HTML, CSS, and a touch of creativity. You don't need to know anything about theming in Drupal; all you need is basic experience of working with Drupal. Although this book aims to make Drupal theming accessible to designers, theming in Drupal 7 involves writing some PHP code, and a basic knowledge of PHP will be helpful. Regardless of your technical skills, this book will teach you to design themes for your Drupal websites quickly and easily.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Learning the Basics of Drupal Theming; The importance of themes in Drupal; One template or many? It's up to you; Get creative with configuration; Intercept and override; Sub-themes are your friends; What is a theme?; Official Drupal online resources; What is a theme engine?; The range and flexibility of Drupal themes; The output of a Drupal theme; The site administrator's view; The default Drupal themes; Bartik; Garland; Stark; Theme files; Summary
|
505 |
8 |
|
|a Chapter 2: Working with the Default Configuration and Display OptionsConfiguring a theme; Global Theme Configuration; Toggle Display; Logo Image Settings; Shortcut Icon Settings; Theme-Specific Configuration; Controlling module and block visibility; Introducing the Module Manager; Introducing the Blocks Manager; Configuring individual blocks; Region Settings; Visibility Settings; Finding additional themes; Installing an additional theme; Automatic installation; Manual installation; Uninstalling themes; Summary; Chapter 3: Understanding PHPTemplate Themes; What is PHPTemplate?
|
505 |
8 |
|
|a How does it all work?Key PHPTemplate theme files; The role of the .info file; The role of the page.tpl.php file; Two contrasting examples; A simple PHPTemplate theme-Seven; A more complex PHPTemplate theme-Bartik; Summary; Chapter 4: Using Intercepts and Overrides; Putting together the pieces; Default templates; Default stylesheets; The themable functions; Overriding the default CSS; CSS overrides in action; Overriding core stylesheets; Overriding templates and themable functions; Various approaches to overriding the Default Styling; Overriding templates; Overriding functions
|
505 |
8 |
|
|a Converting themable functions into dedicated templatesOverrides in Action: A look at overrides in Bartik; Overriding the default template files; Overriding themable functions; Working with template variables; Intercepting and overriding variables; Making new variables available; Summary; Chapter 5: Customizing an Existing Theme; Setting up the workspace; Planning the modifications; Selecting a base theme; Creating a new sub-theme; Create a copy of the base theme; Create the sub-theme in a new directory; Delete the files you don't need; Update the theme name throughout the sub-theme
|
505 |
8 |
|
|a Create a stylesheet for your sub-themeUpdate the sub-theme's .info file; Customizing the sub-theme; Configuring the theme; Adapting the CSS; Modifying a default template; Overriding a themable function; Summary; Chapter 6: Creating a New Theme; Planning the build; Creating a new theme through sub-theming; Selecting a base theme; Creating the sub-theme; Configuring the site; Styling the new theme; Fusion's theming resources; Customizing the styling; Building a new theme without sub-theming; Planning the build; Creating the necessary elements; Populating the .info file
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Drupal (Computer file)
|v Handbooks, manuals, etc.
|
630 |
0 |
7 |
|a Drupal (Computer file)
|2 fast
|
650 |
|
0 |
|a Web site development
|v Handbooks, manuals, etc.
|
650 |
|
0 |
|a Web sites
|x Design
|v Handbooks, manuals, etc.
|
650 |
|
0 |
|a Open source software
|v Handbooks, manuals, etc.
|
650 |
|
6 |
|a Sites Web
|x Développement
|v Guides, manuels, etc.
|
650 |
|
6 |
|a Sites Web
|x Conception
|v Guides, manuels, etc.
|
650 |
|
6 |
|a Logiciels libres
|v Guides, manuels, etc.
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Web Programming.
|2 bisacsh
|
650 |
|
7 |
|a Open source software
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
650 |
|
7 |
|a Web sites
|x Design
|2 fast
|
650 |
|
7 |
|a Webbdesign.
|2 sao
|
650 |
|
7 |
|a Webbsidor.
|2 sao
|
650 |
|
7 |
|a Öppen källkod.
|2 sao
|
655 |
|
2 |
|a Handbook
|
655 |
|
7 |
|a handbooks.
|2 aat
|
655 |
|
7 |
|a Handbooks and manuals
|2 fast
|
655 |
|
7 |
|a Handbooks and manuals.
|2 lcgft
|
655 |
|
7 |
|a Guides et manuels.
|2 rvmgf
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=369137
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26943767
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10477268
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 369137
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 334927
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 6939144
|
994 |
|
|
|a 92
|b IZTAP
|