Cargando…

Drupal 6 theming cookbook : over 100 clear, step-by-step recipes to create powerful, great-looking Drupal themes /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kumar, Karthik
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt, ©2010.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ia 4500
001 EBSCO_ocn740439198
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 110711s2010 enka of 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d E7B  |d COO  |d N$T  |d HEBIS  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d DKDLA  |d YDXCP  |d OCLCQ  |d OCLCF  |d OCLCQ  |d REB  |d JBG  |d AZK  |d AGLDB  |d CNNOR  |d MOR  |d PIFAG  |d OCLCQ  |d OCLCO  |d U3W  |d BRL  |d STF  |d WRM  |d VTS  |d CEF  |d NLE  |d INT  |d VT2  |d AU@  |d OCLCQ  |d OCLCO  |d UKMGB  |d OCLCQ  |d OCLCO  |d A6Q  |d M8D  |d UKAHL  |d HS0  |d UKCRE  |d VLY  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB747522  |2 bnb 
016 7 |a 018011766  |2 Uk 
019 |a 704516639  |a 961508934  |a 962695704  |a 988519666  |a 991912749  |a 1037444655  |a 1038573751  |a 1055316934  |a 1081276401  |a 1083585448  |a 1103252031  |a 1129353846  |a 1153464292  |a 1162473051  |a 1228543306  |a 1241750491  |a 1290116088  |a 1300462939 
020 |a 9781847198693  |q (electronic bk.) 
020 |a 1847198694  |q (electronic bk.) 
020 |a 1847198686 
020 |a 9781847198686 
020 |z 9781847198686 
020 |a 1282905090 
020 |a 9781282905092 
020 |a 9786612905094 
020 |a 6612905093 
029 1 |a AU@  |b 000059385320 
029 1 |a DEBBG  |b BV043043856 
029 1 |a DEBSZ  |b 368476952 
029 1 |a DEBSZ  |b 372803679 
029 1 |a DEBSZ  |b 421461004 
029 1 |a HEBIS  |b 286047632 
029 1 |a HEBIS  |b 291543944 
029 1 |a NZ1  |b 14170385 
029 1 |a UKMGB  |b 018011766 
029 1 |a DKDLA  |b 820120-katalog:999926199205765 
035 |a (OCoLC)740439198  |z (OCoLC)704516639  |z (OCoLC)961508934  |z (OCoLC)962695704  |z (OCoLC)988519666  |z (OCoLC)991912749  |z (OCoLC)1037444655  |z (OCoLC)1038573751  |z (OCoLC)1055316934  |z (OCoLC)1081276401  |z (OCoLC)1083585448  |z (OCoLC)1103252031  |z (OCoLC)1129353846  |z (OCoLC)1153464292  |z (OCoLC)1162473051  |z (OCoLC)1228543306  |z (OCoLC)1241750491  |z (OCoLC)1290116088  |z (OCoLC)1300462939 
037 |a 9781847198693  |b Packt Publishing Pvt. Ltd 
050 4 |a TK5105.8885.D78  |b K863 2010eb 
072 7 |a COM  |x 060160  |2 bisacsh 
082 0 4 |a 006.7/6  |2 23 
049 |a UAMI 
100 1 |a Kumar, Karthik. 
245 1 0 |a Drupal 6 theming cookbook :  |b over 100 clear, step-by-step recipes to create powerful, great-looking Drupal themes /  |c Karthik Kumar. 
246 3 |a Drupal six theming cookbook 
260 |a Birmingham, U.K. :  |b Packt,  |c ©2010. 
300 |a 1 online resource (iv, 371 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  |2 rda 
520 8 |a Annotation  |b Written in cookbook style, this book offers solutions to all common theme design problems through recipes. Each recipe contains step-by-step instructions followed by the analysis of what was done in each task and other useful information. The book is designed so that you can read it chapter by chapter, or you can look at the list of recipes and refer to them in no particular order. This book is written for Drupal developers who want to refresh the look and feel of their sites. If you are a Drupal site administrator who is looking to go beyond the basics and customize the presentational aspects of your Drupal site, then this book is for you. It assumes that readers are familiar with rudimentary PHP and acquainted with Drupal installation and general usage. Readers are also expected to have knowledge of CSS and XHTML. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Drupal Theme Basics; Introduction; Installing and enabling a theme; Uploading a new logo; Uploading a new favicon; Adding a slogan to the theme; Allowing users to choose from; multiple themes; Displaying a different theme for; administration; Adding an existing block to the theme; Adding a custom block to the theme; Displaying a block only on the front page; Controlling block visibility based on; user role; Controlling block visibility based on; node type; Chapter 2: Beyond the Basics 
505 8 |a IntroductionUnderstanding the anatomy of a theme; Creating a sub-theme based on a; core theme; Overriding base theme elements in a; sub-theme; Changing the screenshot image of a theme; Including a CSS file in a theme; Enabling CSS optimization; Creating the mysite module to hold; our tweaks; Adding a CSS file from a module; Displaying a different theme for each; day of the week; Creating a fresh look using the color module; Chapter 3: Custom Themes and Zen; Introduction; Clearing the theme registry; Creating a theme from scratch; Creating myzen, a Zen-based theme 
505 8 |a Choosing a CSS layout for myzenOverriding Zen template files with myzen; Adding a custom region to myzen; Adding a background image to the theme; Adding a conditional stylesheet in Zen; Modifying myzen's theme settings; Chapter 4: Templating Basics; Introduction; Changing the layout of a page using; page.tpl.php; Customizing the appearance of a; particular node type; Customizing the appearance of a; specific node; Theming made easy using the Devel module; Theme overrides using the Theme; developer module; Listing all available variables in a; template file; Displaying the profile name instead 
505 8 |a Of a usernameStyling the site maintenance page; Chapter 5: Development and Debugging Tools; Introduction; Finding the right function to use to theme; an object; Analyzing variables using the Devel module; Generating sample content using the; Devel generate module; Resetting the default theme manually; Live preview with Web Developer; Validating HTML and CSS using Web; Developer; Turning off JavaScript in the browser; Disabling CSS in the browser; Inspecting elements and debugging; CSS using Firebug; Diagnostic logging of JavaScript; using Firebug; Chapter 6: Advanced Templating; Introduction 
505 8 |a Adding a variable to all node templatesDeleting a variable from the page template; Adding a custom theme setting; Hiding all regions on a page; Displaying the last updated date; instead of the submitted date; Module-based variable manipulation; Optimizing using hook_preprocess(); Displaying the date field in calendar form; Chapter 7: JavaScript in Themes; Introduction; Including JavaScript files from a theme; Including a JavaScript file only for; certain pages; Giving the username textfield keyboard; focus; Exporting a variable from PHP to JavaScript 
546 |a English. 
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) / Handbooks, manuals, etc.  |2 blmlsh 
630 0 7 |a Drupal (Computer file)  |2 fast 
650 0 |a Web site development. 
650 0 |a Web sites  |x Design. 
650 0 |a Cascading style sheets. 
650 0 |a Open source software. 
650 6 |a Sites Web  |x Développement. 
650 6 |a Sites Web  |x Conception. 
650 6 |a Feuilles de style en cascade. 
650 6 |a Logiciels libres. 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a Cascading style sheets  |2 fast 
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 
655 7 |a Handbooks and manuals  |2 fast 
776 |z 1-84719-868-6 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=421781  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26942995 
938 |a ebrary  |b EBRY  |n ebr10435414 
938 |a EBSCOhost  |b EBSC  |n 421781 
938 |a YBP Library Services  |b YANK  |n 3601828 
994 |a 92  |b IZTAP