Drupal 8 rocks! (but our CSS & HTML sucks.) Drupal 8 ( CSS HTML )
|
|
|
- Darleen Harper
- 10 years ago
- Views:
Transcription
1 Drupal 8 rocks! (but our CSS & HTML sucks.) Drupal 8! ( CSS HTML )
2 John Albin Wilkins Drupal 8 Mobile Initiative Lead Front-end Dev at Palantir.net
3 1993
4 The Drupal 8 Mobile Initiative
5 Mobile And Responsive Themes INIative
6 Mobile And Responsive Themes INIative
7 What will make Drupal mobilicious? Web Services Responsive Design Front-end Performance JavaScript CSS w/ SMACSS HTML5 form elements Assetic Responsive Images Mobile Administration
8 groups.drupal.org/mobile/drupal-8
9 Drupal 8 Demo With only one patch:
10 The Drupal 8 {{ Twig }} Initiative
11 Template files No more.tpl.php!
12 Template files node.html.twig
13 <article class="{{ attributes.class }}" {{ attributes }}> {% if not page %} <h2>{{ label }}</h2> {% endif %} {# This is just a code comment. #} {% hide(content.comments) %} {{ content }} {{ content.comments }} </article>
14 <article class="{{ attributes.class }}" {{ attributes }}> {% if not page %} <h2>{{ label }}</h2> {% endif %} {# This is just a code comment. #} {% hide(content.comments) %} {{ content }} {{ content.comments }} </article>
15 <article class="{{ attributes.class }}" {{ attributes }}> {% if not page %} <h2>{{ label }}</h2> {% endif %} {# This is just a code comment. #} {% hide(content.comments) %} {{ content }} {{ content.comments }} </article>
16 <article class="{{ attributes.class }}" {{ attributes }}> {% if not page %} <h2>{{ label }}</h2> {% endif %} {# This is just a code comment. #} {% hide(content.comments) %} {{ content }} {{ content.comments }} </article>
17 <article class="{{ attributes.class }}" {{ attributes }}> {% if not page %} <h2>{{ label }}</h2> {% endif %} {# This is just a code comment. #} {% hide(content.comments) %} {{ content }} {{ content.comments }} </article>
18 Template files node.html.twig
19 Template files aggregator-feed-source.html.twig aggregator-item.html.twig aggregator-summary-items.html.twig block.html.twig book-all-books-block.html.twig book-export-html.html.twig book-navigation.html.twig book-node-export-html.html.twig color-scheme-form.html.twig comment-wrapper.html.twig comment.html.twig field.html.twig filter-caption.html.twig forum-icon.html.twig forum-list.html.twig forum-submitted.html.twig forum-topic-list.html.twig forums.html.twig link-formatter-link-separate.html.twig locale-translation-last-check.html.twig locale-translation-update-info.html.twig node-edit-form.html.twig node.html.twig overlay-disable-message.html.twig overlay.html.twig search-result.html.twig search-results.html.twig breadcrumb.html.twig datetime.html.twig html.html.twig install-page.html.twig maintenance-page.html.twig page.html.twig pager.html.twig region.html.twig system-plugin-ui-form.html.twig tablesort-indicator.html.twig taxonomy-term.html.twig user.html.twig views-exposed-form.html.twig views-more.html.twig views-view-field.html.twig views-view-fields.html.twig views-view-grid.html.twig views-view-grouping.html.twig views-view-list.html.twig views-view-mapping-test.html.twig views-view-row-rss.html.twig views-view-rss.html.twig views-view-summary-unformatted.html.twig views-view-summary.html.twig views-view-table.html.twig views-view-unformatted.html.twig views-view.html.twig views-ui-display-tab-bucket.html.twig views-ui-display-tab-setting.html.twig views-ui-view-preview-section.html.twig
20 Theme functions theme_image()
21 Theme functions theme_admin_block() theme_admin_block_content() theme_admin_page() theme_aggregator_block_item() theme_aggregator_page_opml() theme_aggregator_page_rss() theme_authorize_message() theme_authorize_report() theme_book_admin_table() theme_checkboxes() theme_comment_block() theme_comment_post_forbidden() theme_confirm_form() theme_container() theme_container() theme_date() theme_datelist_form() theme_datetime_form() theme_datetime_wrapper() theme_details() theme_dropbutton_wrapper() theme_exposed_filters() theme_feed_icon() theme_field() theme_fieldset() theme_field_multiple_value_form() theme_field_ui_table() theme_file_formatter_table() theme_file_icon() theme_file_link() theme_file_managed_file() theme_file_upload_help() theme_file_widget() theme_file_widget_multiple() theme_filter_guidelines() theme_filter_html_image_secure_image() theme_filter_tips() theme_form() theme_form_element() theme_form_element_label() theme_form_required_marker() theme_forum_form() theme_image() theme_image_anchor() theme_image_crop_summary() theme_image_formatter() theme_image_resize_summary() theme_image_rotate_summary() theme_image_scale_summary() theme_image_style() theme_image_style_effects() theme_image_style_list() theme_image_style_preview() theme_image_widget() theme_indentation() theme_input() theme_item_list() theme_language_negotiation_configure_browser_ form_table() theme_language_negotiation_configure_form() theme_links() theme_locale_translate_edit_form_strings() theme_mark() theme_menu_link() theme_menu_local_action() theme_menu_local_task() theme_menu_local_tasks() theme_menu_overview_form() theme_menu_tree() theme_more_link() theme_node_add_list() theme_node_preview() theme_node_recent_block() theme_node_recent_content() theme_node_search_admin() theme_picture() theme_picture_formatter() theme_picture_source() theme_progress_bar() theme_radios() theme_rdf_metadata() theme_select() theme_simpletest_result_summary() theme_simpletest_test_table() theme_status_messages() theme_status_report() theme_system_admin_index() theme_system_compact_link() theme_system_config_form() theme_system_date_format_localize_form() theme_system_modules_details() theme_system_modules_incompatible() theme_system_modules_uninstall() theme_system_powered_by() theme_system_themes_page() theme_table() theme_tableselect() theme_task_list() theme_textarea() theme_text_format_wrapper() theme_update_last_check() theme_update_manager_update_form() theme_update_report() theme_update_status_label() theme_update_version() theme_user_admin_permissions() theme_user_permission_description() theme_user_signature() theme_vertical_tabs()
22 Dream Markup drupal.org/node/
23 Our CSS sucks. #our-css div.sucks
24 Architect our CSS
25 Contributing == Sharing
26 Find your passion
27 Thank you! Follow
Creating a Drupal 8 theme from scratch
Creating a Drupal 8 theme from scratch Devsigner 2015 (Hashtag #devsigner on the internets) So you wanna build a website And you want people to like it Step 1: Make it pretty Step 2: Don t make it ugly
Drupal 8 Theming. Exploring Twig & Other Frontend Changes CROWD. Communications Group, LLC CROWD. Communications Group, LLC
Drupal 8 Theming Exploring Twig & Other Frontend Changes CROWD Communications Group, LLC CROWD Communications Group, LLC About Me Sean T. Walsh [email protected] @seantwalsh @crowdcg irc: crowdcg Agenda
DESIGN RESPONSIVELY 2012-08-18 DRUPAL CAMP CT RESPONSIVE WEB DESIGN AND DRUPAL PROJECT. Monday, August 27, 12
PROJECT DESIGN RESPONSIVELY RESPONSIVE WEB DESIGN AND DRUPAL DATE CLIENT 2012-08-18 DRUPAL CAMP CT SHAUN GORNEAU WEB STRATEGIST WEB SITE DESIGNER + DEVELOPER DRUPAL: THEMER, ARCHITECT + DEVELOPER SHAUN
Role profile. London. not applicable. not applicable. not applicable. not applicable. not applicable. Not required. No travel
Role profile Basic information Job title Department Location Reports to (Job Title) Matrix manager if applicable (Job Title) Direct reports (Number or Not applicable) Overall people management responsibility
Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA
Page name: Home Keywords: Web, design, development, logo, freelance, graphic design, Seattle WA, WordPress, responsive, mobile-friendly, communication, friendly, professional, frontend, back-end, PHP,
Designing for Drupal. John Albin Wilkins
Designing for Drupal John Albin Wilkins Who is this guy anyway? Real Name: John Albin Wilkins Drupal Nick: JohnAlbin I ve been writing HTML since 1994. I ve been developing CSS Layouts since 2001 ALA:
Everything you ever wanted to know about Drupal 8*
Everything you ever wanted to know about Drupal 8* but were too afraid to ask *conditions apply So you want to start a pony stud small horses, big hearts Drupal 8 - in a nutshell Learn Once - Apply Everywhere*
A Short Term E-commerce Course
ADMEC TM Multimedia Institute A Short Term E-commerce Course E-commerce Standard Duration: 03 Months w [Class Room Online Training] TM An ISO 9001:2008 Institute w Drupal Magento WordPress Basics of E-commerce
HOW TO CREATE THEME IN MAGENTO 2
The Essential Tutorial: HOW TO CREATE THEME IN MAGENTO 2 A publication of Part 1 Whoever you are an extension or theme developer, you should spend time reading this blog post because you ll understand
FRONT END & UX WEB DEVELOPER
VENTUREWEB / A DIGITAL EXPERIENCE AGENCY FRONT END & UX WEB DEVELOPER JUNE 2015 1 VENTUREWEB / A DIGITAL FIRST AGENCY Front End & UX Web Developer CAN YOU CRUSH PIXEL PERFECT LAYOUTS LIKE AN ENERGY GEL?
EXAM - M70-301. Magento Front End Developer. Buy Full Product. http://www.examskey.com/m70-301.html
Magento EXAM - M70-301 Magento Front End Developer Buy Full Product http://www.examskey.com/m70-301.html Examskey Magento M70-301 exam demo product is here for you to test the quality of the product. This
Develop IBM i Mobile and Desktop Applications with a Single Code Base. BCD Software, LLC. All rights reserved.
Develop IBM i Mobile and Desktop Applications with a Single Code Base About the Presenters Greg Patterson Technical Sales Engineer BCD and Quadrant Software - A Division of Fresche Maximize Your Investment
Website design & development process
Website design & development process Key stages of the process 9 1 Support, development and maintenance Competitor and audience analysis 8 Training IMPROVE THINK Wireframe and prototype (UX) 2 7 User testing
Bootstrap + Drupal Commerce in less than 45 minutes! by Jorge Diaz
Bootstrap + Drupal Commerce in less than 45 minutes! by Jorge Diaz About me My name is Jorge Diaz and I ve been working with Drupal for more than 8 years. I work as a Drupal Themer & Front-End Developer
Building a Drupal 8 Theme. with new-fangled awesomeness
Building a Drupal 8 Theme with new-fangled awesomeness Marc Drummond (& Izzy) @MarcDrummond marcdrummond.com mdrummond IRC & drupal.org I m writing a book! Drupal 8 Responsive Web Design Packt Publishing
Presentation. SharePoint Designer. A Presentation for the State of Colorado SharePoint User Group
Presentation Hosted By Barrett Blank Principal [email protected] www.bb2e.com (720) 529-5574 SharePoint Designer A Presentation for the State of Colorado SharePoint User Group Presented By John McClure Solution
Magento 1.4 Themes Design
Magento 1.4 Themes Design Customize the appearance of your Magento 1.4 e-commerce store with Magento's powerful theming engine Richard Carter [ PUBLISHING 1 open source I community experience distilled
SEARCH G2. Paul Taylor, Solutions Architect October 29, 2014
SEARCH G2 Paul Taylor, Solutions Architect October 29, 2014 SEARCH - AGENDA Search Agenda What is Search G2? Resources How do we request it? Your Feedback DEMO: Implementing Search G2 2 What is Search
Full Stack Web Developer
Full Stack Web Developer Position: Available 1 August 2015 Company Overview Spark is a boutique digital agency that specialises in helping Melbourne-based businesses get a high performing website and app,
JAVASCRIPT, TESTING, AND DRUPAL
JAVASCRIPT, TESTING, AND DRUPAL Rob Ballou @rob_ballou 1 JS, TESTING, AND DRUPAL What is the current state of JS in Drupal 7? JavaScript testing Drupal 8 2 ABOUT ME I work for Aten Design Group in Denver,
Drupal and ArcGIS Yes, it can be done. Frank McLean Developer
Drupal and ArcGIS Yes, it can be done Frank McLean Developer Who we are NatureServe is a conservation non-profit Network of member programs Track endangered species and habitats Across North America Environmental
An Advanced E-commerce Course
ADMEC TM Multimedia Institute An Advanced E-commerce Course E-commerce Master Duration: 06 Months w [Class Room Online Training] TM An ISO 9001:2008 Institute w Drupal Magento WordPress Basics of E-commerce
From 0 to Drupal in Six Months
From 0 to Drupal in Six Months A Case Study on How the Stony Brook University IT Department Migrated to Drupal Richard von Rauchhaupt http://www.stonybrook.edu/it [email protected] Previous
DRUPAL Web Content Management (WCM) Cloud Solution. RFP Q&A Session Jan. 21, 2015
DRUPAL Web Content Management (WCM) Cloud Solution RFP Q&A Session Jan. 21, 2015 CONTENTS Project Overview Current State: Vision WCM Future State: Drupal WCM Cloud Solution RFP - Response Matrix Brief
Connect Web Experience. Basel. Modular Front-End in AEM. Namics. Michael Kreis. Software Engineer. René Bach. Senior Frontend Engineer.
Connect Web Experience. Basel. Modular Front-End in AEM. Michael Kreis. Software Engineer. René Bach. Senior Frontend Engineer. 25. Juni 2014 The challenge of implementing modular front-end in a AEM environment.
Mistral Joomla Template
Mistral Joomla Template Documentation Copyright arrowthemes Table of Contents Introduction... 4 1.1 Template Overview... 5 Theme Styles and admin options... 5 Theme profiles... 5 Theme Layouts... 5 1.2
Two New JavaScript Features in Drupal 6. AHAH and Drag and Drop (JavaScript so you don t have to)
Two New JavaScript Features in Drupal 6 AHAH and Drag and Drop (JavaScript so you don t have to) Dragon Drop + Drag and Drop + An easy way of arranging content with JavaScript (jquery) Drag and Drop Compatible
Open Source Content Management System for content development: a comparative study
Open Source Content Management System for content development: a comparative study D. P. Tripathi Assistant Librarian Biju Patnaik Central Library NIT Rourkela [email protected] Designing dynamic and
Site Audit (https://drupal.org/project /site_audit) Generated on Fri, 22 Aug 2014 15:14:09-0700
Drupal appears to be installed. [localhost] local: chown -R 1a9aa21dc76143b99a62c9a3c7964d3f /srv/bindings /1a9aa21dc76143b99a62c9a3c7964d3f/.drush/* [localhost] local: time -p su --shell=/bin/bash --command="export
Drupal 8 Theming Deep Dive
Drupal 8 Theming Deep Dive Romain JARRAUD Trainer/consultant Trained People @romainjarraud (mainly in french) What is theming? Theming? Fonctionnal Display Drupal and modules Theme Theming? THEMING = HTML
Imagine. Innovate. Create. Explore the world of Graphic & Web Design, Animation & Vfx!
Imagine. Innovate. Create. Explore the world of Graphic & Web Design, Animation & Vfx! M-25, Old DLF Colony, Sector-14, Gurgaon. Ph. 0124-2391883, 9971259934 Website - www.arenagurgaon.com E-Mail - [email protected]
38 Essential Website Redesign Terms You Need to Know
38 Essential Website Redesign Terms You Need to Know Every industry has its buzzwords, and web design is no different. If your head is spinning from seemingly endless jargon, or if you re getting ready
Technology Used: Drupal 7 HTML 4 & CSS MySQL 5 PHP 5 THE CHALLENGE
Technology Used: Drupal 7 HTML 4 & CSS MySQL 5 PHP 5 THE CHALLENGE Rebuild 60 major recording artist websites for entertainment industry giant Warner Music Group in six months on Drupal Gardens without
Content Management System (Comparison between Top- Three CMS Platforms)
Content Management System (Comparison between Top- Three CMS Platforms) Documented By: Salar Abbas If creating a website for your business is on the horizon, you may be wondering which content management
GOVERNMENT SERVICES. Open Source Software Development Web Content Management Mobile + Web Apps
GOVERNMENT SERVICES Open Source Software Development Web Content Management Mobile + Web Apps 2014 CORPORATE NAME: Promet Solutions Corporation (dba Promet Source) DUNS: 191251136 CAGE: 6QMZ2 FEDERAL EIN:
PRINCIPAL JAVA ARCHITECT JOB ID: WD001087
PRINCIPAL JAVA ARCHITECT JOB ID: WD001087 The Principal Java Architect will lead/participate in the design, development, maintenance, and enhancements of worldwide business applications and Westum Products.
Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation
Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Credit-By-Assessment (CBA) Competency List Written Assessment Competency List Introduction to the Internet
Web Design Graphic Design Web Develpment
Web Design Graphic Design Web Develpment Introduction Design Consortium is a Web & Graphics Design Services company based in Rustenburg, North-West. We provide a full set of Web Design Services as well
Drupal 8 The site builder's release
Drupal 8 The site builder's release Antje Lorch @ifrik DrupalCamp Vienna 2015 #dcvie drupal.org/u/ifrik about me Sitebuilder Building websites for small NGOs and grassroots organisations Documentation
Responsive UX & UI Front End Developer
Full Stack Developer London 530/day Years of experience: 8+ Latest contract: Front End Developer at Ericsson Red Bee Responsive UX & UI Front End Developer S U M M A R Y 8+ years professional working experience
Certified PHP/MySQL Web Developer Course
Course Duration : 3 Months (120 Hours) Day 1 Introduction to PHP 1.PHP web architecture 2.PHP wamp server installation 3.First PHP program 4.HTML with php 5.Comments and PHP manual usage Day 2 Variables,
FORTIS. User Guide. Fully responsive flexible Magento theme by Infortis. Copyright 2012-2013 Infortis. All rights reserved
FORTIS Fully responsive flexible Magento theme by Infortis User Guide Copyright 2012-2013 Infortis All rights reserved How to use this document Please read this user guide carefully, it will help you eliminate
Changes Overview of View Layer in Magento 2
Magento Developers Paradise March 20 th, 2013 Changes Overview of View Layer in Magento 2 Anton Makarenko Sr. Software Engineer, Magento 2 Contents 1. Problem definition for Magento 2 view layer 2. File
SizmekFeatures. HTML5JSSyncFeature
Features HTML5JSSyncFeature Table of Contents Overview... 2 Supported Platforms... 2 Demos/Downloads... 3 Note... 3 For Tags Served in iframes... 3 Features... 3 Use Case... 3 Included Files... 4 Implementing
IGW+ Certificate. I d e a l G r o u p i n W e b. International professional web design,
IGW+ Certificate I d e a l G r o u p i n W e b International professional web design, Programming, CRM, online office automation, complete security, Secured Ecommerce and web site maintenance educational
Rethinking Online Code Editors for Supporting Time-based Web Documents
September 23rd São Paulo - Brazil Rethinking Online Code Editors for Supporting Time-based Web Documents Rodrigo Laiola Guimarães () What are online code editors? 2 What are online code editors? Authoring
The easy way to a nice looking website design. By a total non-designer (Me!)
The easy way to a nice looking website design By a total non-designer (Me!) Website Refresher Three types of Website 1.Hand rolled HTML. Lightweight static pages. 2.Scripted Website. (PHP, ASP.NET etc.)
INTRO TO THEMING IN MAGENTO
Summer Webinar Series August 10, 2010 INTRO TO THEMING IN MAGENTO What we ll cover today Magento concepts we ll cover: Multi theme set up Design packages Default and non- themes Fall-back logic and base
The importance of Drupal Cache. Luis F. Ribeiro Ci&T Inc. 2013
The importance of Drupal Cache Luis F. Ribeiro Ci&T Inc. 2013 Introduction Caio Ciao Luppi Software Architect at Ci&T Inc. More than 4 years of experience with Drupal Development Experience with Application
Fusesix. Design Programming Development Marketing. Fusesix Web Services South Carolina, USA. Phone: 1-573-207-5186
Fusesix Design Programming Development Marketing Fusesix Web Services South Carolina, USA Phone: 1-573-207-5186 Google Hangouts: Fusesix Email: [email protected] Web: Fusesix.com We provide outsourcing
Drupal CMS for marketing sites
Drupal CMS for marketing sites Intro Sample sites: End to End flow Folder Structure Project setup Content Folder Data Store (Drupal CMS) Importing/Exporting Content Database Migrations Backend Config Unit
Kentico CMS 5 Developer Training Syllabus
Kentico CMS 5 Developer Training Syllabus June 2010 Page 2 Contents About this Course... 4 Overview... 4 Audience Profile... 4 At Course Completion... 4 Course Outline... 5 Module 1: Overview of Kentico
Best Practices for Building Mobile Web
Best Practices for Building Mobile Web and Hybrid Applications Mobile is the NEXT dominant phase of computing Mobile is different: Transformational business models Faster lifecycles More iterative Mobile/Wireless/Cloud
Migrating into Drupal 8
Migrating into Drupal 8 Ryan Weal, Kafei Interactive Inc. Montréal QC [email protected] Drupal.org : https://drupal.org/user/412402 Twitter : http://twitter.com/ryan_weal IRC : weal What is migrate? A collection
Drupal Training Modules 2015
Drupal Training Modules 2015 Webikon.com Phone: +40-722-369674 E-mail: [email protected] Web: http://webikon.com Drupal Training Modules 1 / 8 About us Webikon is a Romanian company focused in consulting,
Due to a period of rapid growth Made Media is recruiting for new roles in development, design, project and account management.
Due to a period of rapid growth Made Media is recruiting for new roles in development, design, project and account management. About Made Made is an award winning digital creative agency. We help clients
HTML Form Widgets. Review: HTML Forms. Review: CGI Programs
HTML Form Widgets Review: HTML Forms HTML forms are used to create web pages that accept user input Forms allow the user to communicate information back to the web server Forms allow web servers to generate
The Agile Drupalist. Methodologies & Techniques for Running Effective Drupal Projects. By Adrian AJ Jones (Canuckaholic)
The Agile Drupalist Methodologies & Techniques for Running Effective Drupal Projects By Adrian AJ Jones (Canuckaholic) Agenda What We Will be Talking About Today! Introductions! What kind of processes
Simple Tips to Improve Drupal Performance: No Coding Required. By Erik Webb, Senior Technical Consultant, Acquia
Simple Tips to Improve Drupal Performance: No Coding Required By Erik Webb, Senior Technical Consultant, Acquia Table of Contents Introduction................................................ 3 Types of
FUNCTIONAL OVERVIEW VERSION: 1.0
FUNCTIONAL OVERVIEW VERSION: 1.0 DATE: 01.04.2015 Table of contents Innovations / changes in Shopware 5 3 Details technical updates 6 Details Shopware Responsive Template 7 2 Innovations / changes in Shopware
Annex E - Capability Building Policy
Page 1 DEPARTMENT OF Version: 1.5 Effective: December 18, 2014 Annex E - Capability Building Policy This Capability Building Policy is an annex to the Government Web Hosting Service (GWHS) Memorandum Circular
Typography and Drupal. What does Drupal provide? Ashok Modi DDCLA 2011
Typography and Drupal What does Drupal provide? Ashok Modi DDCLA 2011 About the presenter Canadian (migrated after the igloo melted) Work at the California Institute of the Arts (http://calarts.edu) "Computer
JOB DESCRIPTION. To take design and developmental responsibility for the University s outward-facing web sites in liaison with the Web Manager.
1. JOB TITLE: Front-End Developer JOB DESCRIPTION 2. HRMS REFERENCE NUMBER: HR15008a 3. ROLE CODE: WEBDEVMRA 4. DEPARTMENT: Marketing Recruitment and Admissions 5. ORGANISATION CHART: See Appendix A 6.
FormAPI, AJAX and Node.js
FormAPI, AJAX and Node.js Overview session for people who are new to coding in Drupal. Ryan Weal Kafei Interactive Inc. http://kafei.ca These slides posted to: http://verbosity.ca Why? New developers bring
JAVIER GONZÁLEZ. User Experience Designer and Information Architect
JAVIER GONZÁLEZ User Experience Designer and Information Architect E-mail: [email protected] Web and portfolio: www.baguelus.com Linkedin: es.linkedin.com/in/javierbaguelus 1. About me 1. About me My
CLASSROOM WEB DESIGNING COURSE
About Web Trainings Academy CLASSROOM WEB DESIGNING COURSE Web Trainings Academy is the Top institutes in Hyderabad for Web Technologies established in 2007 and managed by ITinfo Group (Our Registered
SPHOL326: Designing a SharePoint 2013 Site. Hands-On Lab. Lab Manual
2013 SPHOL326: Designing a SharePoint 2013 Site Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references,
www.expaway.com Offerte del 13 giugno 2014
www.expaway.com Offerte del 13 giugno 2014 TR1414A - SOFTWARE DEVELOPER/ ARCHITECT (GERLINGEN) Location: Gerlingen (9 km west of Stuttgart) Field of operation: Consumer Services Founded: 2011 and German
Auditing Drupal sites for performance, content and optimal configuration
Auditing Drupal sites for performance, content and optimal configuration! drupal.org/project/site_audit 2014.10.18 - Pacific NW Drupal Summit Jon Peck Senior Engineer at Four Kitchens @FluxSauce - github.com/fluxsauce
1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA
Step by step guide Step 1: Purchasing a RSMembership! membership Step 2: Download RSMembership! 2.1. Download the component 2.2. Download RSMembership! language files Step 3: Installing RSMembership! 3.1:
Company Profile. Company Objectives
Company Profile SPP Infotech is a team of skilled, helpful, talented and experienced trainers who have expertise in the latest and advanced technologies. This enables us to train you in a way that makes
How To Fix A Bug In Drupal 8.Dev
Drupal 8 Configuration system for coders and site builders who am I? Kristof De Jaeger @swentel co-founder of eps & kaas co-maintainer of Field API Original creator of Display Suite Outline What s the
Hello, I m Ryan Huber. I m currently the lead web developer and designer for a small team at Vanderbilt University.
Hello, I m Ryan Huber. I m currently the lead web developer and designer for a small team at Vanderbilt University. I value creative, thoughtful, elegant, and accessible solutions to challenges and I m
Providing the Public with Data Visualization using Google Maps
GIS - T March 30 th, 2011 Providing the Public with Data Visualization using Google Maps Patrick Kielty and Matt Allen Pennsylvania Department of Transportation Purpose Quickly and Easily create web based
SkaDate 9 Custom Template Creation Manual
SkaDate 9 Custom Template Creation Manual General template structure Go to "ftp/www/layout/themes" and create a directory with a name of your template (further "new template"). The new directory may contain
Fidelity Joomla Theme
Fidelity Joomla Theme Documentation Copyright arrowthemes. Table of Contents Introduction... 4 1.1 Template Overview... 5 Theme Styles and admin options... 5 Theme profiles... 5 Theme Layouts... 6 1.2
MASTER DRUPAL 7 MODULE DEVELOPMENT
MASTER DRUPAL 7 MODULE DEVELOPMENT by blair wadman sample available for purchase at http://befused.com/master-drupal/ LESSON 1 INTRODUCTION In this section, you will be introduced to the core Drupal concepts
