reklama - zainteresowany?

FBML Essentials. Facebook Markup Language Fundamentals - Helion

FBML Essentials. Facebook Markup Language Fundamentals
ebook
Autor: Jesse Stay
ISBN: 978-14-493-7942-1
stron: 192, Format: ebook
Data wydania: 2008-07-22
Księgarnia: Helion

Cena książki: 84,92 zł (poprzednio: 98,74 zł)
Oszczędzasz: 14% (-13,82 zł)

Dodaj do koszyka FBML Essentials. Facebook Markup Language Fundamentals

Do you have an idea for a Facebook application? With FBML Essentials, you'll learn how to build it quickly using the Facebook Markup Language (FBML) and other easy-to-use tools in the site's framework. If you can develop a website with HTML, writing a Facebook application with the help of this book will be a breeze.

Of course, Facebook is not just another website. Any applications you write for it will have a potential audience of 16 million dedicated users. It's not just another social networking site, either. Under the surface, Facebook is pretty sophisticated, with a development toolkit that includes it's own modified version of HTML -- FBML -- to customize the look and feel of your Facebook applications.

With FBML Essentials, you not only learn how to get started with this toolkit, you also get a complete reference on every FBML tag Facebook has ever written, with examples of how each tag works and advice on the best ways to use these tags in your code.

This book includes:

  • A walkthrough of a sample Facebook application
  • Design rules for using images, CSS, JavaScript, and forms
  • Specific chapters on tags -- authorization tags, logic tags, user/group tags, profile-specific tags, and more
  • Messaging and alerts using FBML
  • Creating forms with FBML
  • Facebook navigation
  • Notifications and requests
  • Dynamic FBML attributes, including MockAJAX
  • How to test your FBML code
  • A chapter on FBJS, Facebook's version of JavaScript

If you want to try your hand at writing a Facebook application, you have a willing audience, an easy-to-use toolkit, and the perfect guide to get you started. FBML Essentials will help you take your idea from conception to working application in no time.

Dodaj do koszyka FBML Essentials. Facebook Markup Language Fundamentals

 

Osoby które kupowały "FBML Essentials. Facebook Markup Language Fundamentals", wybierały także:

  • Windows Media Center. Domowe centrum rozrywki
  • Ruby on Rails. Ćwiczenia
  • DevOps w praktyce. Kurs video. Jenkins, Ansible, Terraform i Docker
  • Przywództwo w Å›wiecie VUCA. Jak być skutecznym liderem w niepewnym Å›rodowisku
  • Scrum. O zwinnym zarzÄ…dzaniu projektami. Wydanie II rozszerzone

Dodaj do koszyka FBML Essentials. Facebook Markup Language Fundamentals

Spis treści

FBML Essentials. Facebook Markup Language Fundamentals eBook -- spis treści

  • FBML Essentials
    • SPECIAL OFFER: Upgrade this ebook with OReilly
    • Foreword
    • Preface
      • The Facebook Platform Emerges
      • FBML
        • Developer Guidelines
      • Useful Resources
        • Tools and Documentation
        • News and Information About Facebook Development
      • Is This Book For You?
      • Some Terms You Should Know
      • Conventions Used in This Book
      • Using Code Examples
      • How to Contact Us
      • Safari Books Online
      • Acknowledgments
    • 1. Hello Friends
      • The Hello World for Social Development
      • Step 1: Set Up a Facebook Developer Account
      • Step 2: Add the Developer App
      • Step 3: Set Up the App
    • 2. HTML Design in a Facebook Environment
      • Forms in FBML
        • The <form/> tag
          • FBML-Specific Attributes
          • Example FBML
          • Rendered HTML for Single Instance of Tag
          • Additional information
      • Images in FBML
      • CSS and DOM in FBML
      • JavaScript in FBML
      • Other Things to Consider
        • User IDs and FBML
        • Public Canvas Pages and SEO
        • The <fb:is-logged-out/> tag
          • Example FBML
          • Rendered HTML for Single Instance of Tag
          • Additional information
      • Hosting
      • The Facebook Platform Architecture
    • 3. FBML Reference
      • Facebook FBML Test Console
      • Authorization Tags
        • The User Authorization Tag
          • <fb:user/>
        • Authorizing by User Agent
          • <fb:user-agent/>
        • Canvas Page Authorization Tags
          • <fb:is-in-network/>
          • <fb:if-can-see/>
          • <fb:if-can-see-photo/>
          • <fb:if-is-app-user/>
          • <fb:if-is-friends-with-viewer/>
          • <fb:if-is-group-member/>
          • <fb:if-is-user/>
          • <fb:if-user-has-added-app/>
        • Profile and Facebook Page Authorization Tags
          • <fb:visible-to-owner/>
          • <fb:visible-to-user/>
          • <fb:visible-to-friends/>
          • <fb:visible-to-app-users/>
          • <fb:visible-to-added-app-users/>
          • <fb:visible-to-connection/>
        • Logic Tags
          • <fb:if/>
          • <fb:else/>
          • <fb:switch/>
          • <fb:default/>
        • Random Logic
          • <fb:random/>
          • <fb:random-option/>
        • Messaging and Alerts in FBML
          • <fb:error/>
          • <fb:explanation/>
          • <fb:success/>
      • Profile-Specific Tags
        • <fb:wide/>
        • <fb:narrow/>
        • <fb:user-table/>
        • <fb:user-item/>
        • <fb:subtitle/>
      • Users, Groups, Events, Networks, and Applications
        • <fb:name/>
        • <fb:pronoun/>
        • <fb:profile-pic/>
        • <fb:eventlink/>
        • <fb:grouplink/>
        • <fb:networklink/>
        • <fb:application-name/>
      • HTML Display and Navigation
        • General HTML Display Tags
          • <fb:title/>
          • <fb:iframe/>
        • Page Navigation Tags
          • <fb:dashboard/>
          • <fb:action/>
          • <fb:create-button/>
          • <fb:help/>
          • <fb:header/>
          • <fb:mediaheader/>
          • <fb:header-title/>
          • <fb:owner-action/>
          • <fb:tabs/>
          • <fb:tab-item/>
          • <fb:share-button/>
          • <fb:page-admin-edit-header/>
        • Creating Forms With FBML
          • <fb:editor/>
          • <fb:editor-buttonset/>
          • <fb:editor-button/>
          • <fb:editor-cancel/>
          • <fb:editor-custom/>
          • <fb:editor-date/>
          • <fb:editor-divider/>
          • <fb:editor-month/>
          • <fb:editor-text/>
          • <fb:editor-textarea/>
          • <fb:editor-time/>
          • <fb:captcha/>
          • <fb:submit/>
          • <fb:typeahead-input/>
          • <fb:typeahead-option/>
          • <fb:friend-selector/>
          • <fb:multi-friend-input/>
        • Dialog Boxes in FacebookThe Facebook Pop Up
          • <fb:dialog/>
          • <fb:dialog-content/>
          • <fb:dialog-title/>
          • <fb:dialog-button/>
          • <fb:dialogresponse/>
        • Embedding Media With FBML
          • <fb:photo/>
          • <fb:mp3/>
          • <fb:swf/>
          • <fb:flv/>
          • <fb:silverlight/>
      • Virally Promoting Your App With FBML
        • Request and Notification Tags
          • <fb:notif-subject/>
          • <fb:notif-page/>
          • <fb:notif-email/>
          • <fb:request-form/>
          • <fb:multi-friend-selector/>
          • <fb:req-choice/>
          • <fb:request-form-submit/>
        • Feed Forms
        • The Wall
          • <fb:wall/>
          • <fb:wallpost/>
          • <fb:wallpost-action/>
          • <fb:attachment-preview/>
        • The <fb:add-section-button/> Tag
          • <fb:add-section-button/>
      • Miscellaneous Tools for Rendering Data Using FBML
        • <fb:time/>
        • <fb:fbmlversion/>
        • <fb:redirect/>
        • <fb:board/>
        • <fb:comments/>
        • <fb:mobile/>
        • <fb:google-analytics/>
        • <fb:18-plus/>
        • <fb:21-plus/>
        • <fb:is-it-christmas/>
        • <fb:is-it-april-fools/>
        • <fb:rock-the-vote/>
      • Dynamic FBML Attributes
        • Visibility Attributes
        • Mock AJAX
        • Data Access for JavaScript and Dynamic Rendering in FBML
          • <fb:js-string/>
          • <fb:fbml/>
          • <fb:ref/>
    • 4. FBJS Reference
      • Introduction
      • General Information
      • Event Listeners
      • AJAX
      • Dialogs
      • Visualization
      • Conclusion
    • Afterword
    • Index
    • About the Author
    • Colophon
    • SPECIAL OFFER: Upgrade this ebook with OReilly

Dodaj do koszyka FBML Essentials. Facebook Markup Language Fundamentals

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.