Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Online Resource  (18)
  • Beighley, Lynn  (18)
Datasource
Material
  • Online Resource  (18)
Language
Years
  • 1
    Online Resource
    Online Resource
    Hoboken, N.J. : Wiley Pub.
    Language: English
    Pages: 1 online resource (xvi, 364 p.) , ill.
    Series Statement: --For dummies
    Parallel Title: Erscheint auch als
    Keywords: Drupal (Computer file) ; Web site development ; Electronic books ; local
    Abstract: Learn to set up, manage, and administer a Drupal Web site Drupal offers unparalleled flexibility for content-managed Web sites, but most Drupal books are written for expert developers. Drupal For Dummies shows you the fast, fun and easy way to get going with Drupal, set up a site, apply templates, use modules, and more, even if you have no programming experience. Drupal For Dummies shows you how to take advantage of everything in Drupal that is ready to use, demystifying what may appear to be a complex set of tools. Drupal is a free, open source modular framework and content management system designed for content-managed Web sites Learn how to download Drupal, install the LAMP stack, and set up a site; no programming experience required Organize and create your site's content; apply templates, and get your first site up and running Use modules and third-party templates Follow plain-English instructions for site management, including making changes across the site and managing user access and privileges Drupal For Dummies is designed to help the non-programmer who simply wants to turbocharge a blog or is responsible for administering a content-managed site.
    Note: Description based on print version record. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online
    ISBN: 9780596526849 , 0596526849
    Language: English
    Keywords: SQL (Computer program language) ; Electronic books ; local
    Abstract: Is your data dragging you down? Are your tables all tangled up? Well we've got the tools to teach you just how to wrangle your databases into submission. Using the latest research in neurobiology, cognitive science, and learning theory to craft a multi-sensory SQL learning experience, Head First SQL has a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep. Maybe you've written some simple SQL queries to interact with databases. But now you want more, you want to really dig into those databases and work with your data. Head First SQL will show you the fundamentals of SQL and how to really take advantage of it. We'll take you on a journey through the language, from basic INSERT statements and SELECT queries to hardcore database manipulation with indices, joins, and transactions. We all know "Data is Power" - but we'll show you how to have "Power over your Data". Expect to have fun, expect to learn, and expect to be querying, normalizing, and joining your data like a pro by the time you're finished reading!
    Note: Includes index. - "A brain-friendly guide"--Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Node.js ; JavaScript (Computer program language) ; Raspberry Pi (Computer) ; Electronic books ; Electronic books ; local
    Abstract: All Make Jumpstart books provide a quick way for readers to "jumpstart" their knowledge of a certain topic.In 50 intense pages, Jumpstarting JavaScript shows makers how to install the Node.js environment on a Raspberry Pi, how to use Node.js to turn their Raspberry Pi into a self-contained web server, and how to get that web server to send a tweet.
    Note: Description based on online resource; title from title page (Safari, viewed February 14, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: Pragmatic Programmers
    Keywords: Vim ; Text editors (Computer programs) ; Word processing ; Electronic books ; Electronic books ; local
    Abstract: Build on your editor's capabilities and tailor your editing experience with VimL, the powerful scripting language built into Vim. With VimL you can configure basic settings or add entirely new functionality. Use this quick and easy introduction to create your own Vim plugin while learning the concepts and syntax of VimL.
    Note: "Version: P1.1 (February 2015)"--Cover. - Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed March 3, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Weinheim, Germany : Wiley-VCH Verlag
    ISBN: 9783527708635
    Language: German
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: für dummies
    Keywords: JavaScript (Computer program language) ; Web sites ; Design ; Web site development ; Open source software ; Electronic books ; Electronic books ; local
    Abstract: Interaktive und animierte Webseiten mit jQuery entwickeln: Lynn Beighley erklärt Ihnen einfach und an vielen Beispielen wie es geht. Mit diesem Buch kommen auch Programmieranfänger schnell und sicher ans Ziel!
    Note: Originally published in English as: jQuery for dummies. - Translatior: Thomas Demmig. - Includes index. - Description based on online resource; title from PDF title page (Safari, viewed Apr. 1, 2013)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: The pragmatic programmers
    Parallel Title: Erscheint auch als
    Keywords: Functional programming languages ; Electronic books ; Electronic books ; local
    Abstract: You want to explore functional programming, but are put off by the academic feel (tell me about monads just one more time). You know you need concurrent applications, but also know these are almost impossible to get right. Meet Elixir, a functional, concurrent language built on the rock-solid Erlang VM. Elixir's pragmatic syntax and built-in support for metaprogramming will make you productive and keep you interested for the long haul. This book is the introduction to Elixir for experienced programmers. Maybe you need something that's closer to Ruby, but with a battle-proven environment that's unrivaled for massive scalability, concurrency, distribution, and fault tolerance. Maybe the time is right for the Next Big Thing. Maybe it's Elixir . And don't forget to download this handy "cheat sheet": https://media.pragprog.com/titles/​elixir/ElixirCheat.pdf for Elixir syntax. As a developer, you've probably heard that functional programming techniques help manage the complexities of today's real-world, concurrent systems. You're also investigating designs that help you maximize uptime and manage security. This book is your guide to Elixir, a modern, functional, and concurrent programming language. Because Elixir runs on the Erlang VM, and uses the underlying Erlang/OTP architecture, it benefits from almost 20 years of research into high performance, highly parallel, and seriously robust applications. Elixir brings a lot that's new: a modern, Ruby-like, extendable syntax, compile and runtime evaluation, a hygienic macro system, and more. But, just as importantly, Elixir brings a sense of enjoyment to parallel, functional programming. Your applications become fun to work with, and the language encourages you to experiment. Part 1 covers the basics of writing sequential Elixir programs. We'll look at the language, the tools, and the conventions. Part 2 uses these skills to start writing concurrent code--applications that use all the cores on your machine, or all the machines on your network! And we do it both with and without OTP. And Part 3 looks at the more advanced features of the language, from DSLs and code generation to extending the syntax. By the end of this book, you'll understand Elixir, and know how to apply it to solve your complex, modern problems.
    Note: "Version: P1.0 (October 2014)"--Title page. - Place of publication from publisher's website. - Includes bibliographical references. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Frisco, TX] : Pragmatic Programmers
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: The pragmatic programmers
    Parallel Title: Erscheint auch als
    Keywords: Ruby on rails (Electronic resource) ; Computer software ; Testing ; Computer software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Does your Rails code suffer from bloat, brittleness, or inaccuracy? Cure these problems with a regular dose of test-driven development. Rails 4 Test Prescriptions is a comprehensive guide to how tests can help you design and write better Rails applications. In this completely revised edition, you'll learn why testing works and how to test effectively using Rails 4, Minitest 5, and RSpec 3, as well as popular testing libraries such as factory_girl and Cucumber. Do what the doctor ordered to make your applications feel all better. Side effects may include better code, fewer bugs, and happier developers.
    Note: "Version: P1.0 (December 2014)"--Title page. - Place of publication from publisher's website. - Includes bibliographical references. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Language: German
    Pages: 1 online resource (1 v.) , ill.
    Edition: 1. Aufl.
    Keywords: MySQL (Electronic resource) ; PHP (Computer program language) ; SQL (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: PHP & MySQL von Kopf bis Fuß zu lesen ist wie Unterricht bei einem coolen Lehrer: Das Lernen macht plötzlich Spaß und Sie freuen sich tatsächlich auf die nächste Stunde. In diesem abwechslungsreichen und visuell ansprechenden Arbeitsbuch erfahren Sie ganz praktisch, wie Sie mit PHP und MySQL schnell eine datenbankbasierte Website auf die Beine stellen. Machen Sie sich die Hände schmutzig und bauen Sie sofort echte Anwendungen wie eine High-Score-Liste für ein Computerspiel oder eine Online-Dating-Site. Wenn Sie dieses Buch durchgearbeitet haben, sind Sie gut gerüstet und wissen, wie man Formulare validiert, mit Sitzungs-IDs und Cookies arbeitet, Datenabfragen und Joins durchführt, Dateioperationen vornimmt und vieles mehr.
    Note: Published in English under title: Head first PHP & MySQL by O'Reilly Media. 2009. - German ed. translated by Lars Schulten. - Includes index. - Description based on online resource; title from PDF caption title page (Safari, viewed Sept. 17, 2012)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    Köln : O'Reilly Verlag | Boston, Mass. :Safari Books Online,
    ISBN: 9783897217607 , 3897217600
    Language: German
    Pages: xxxiii, 558 p , ill.
    Edition: 1. Aufl.
    Series Statement: Head first series
    Keywords: SQL (Computer program language) ; Electronic books ; local
    Abstract: Worum geht es in diesem Buch? Ihre Daten erdrücken Sie? Ihre Tabellen verheddern sich regelmäßig? Wir haben ein Mittel, wie Sie Ihre Datenbanken in den Griff bekommen: SQL von Kopf bis Fuß nimmt Sie mit auf eine Reise durch die SQL-Welt, es
    Note: Title from resource description page (viewed Apr. 28, 2009). - "Übersetzung und deutsche Bearbeitung: Lars, Schulten, Köln."--Copyright page. - Includes index. - Text in German, translated from English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Alta Books | Boston, MA : Safari
    ISBN: 9788576085027
    Language: English , Portuguese
    Pages: 1 online resource (808 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Pronto para levar suas páginas estáticas em HTML para um nível mais avançado, criando sites baseados em banco de dados com PHP e MySQL? Então Use a Cabeça! PHP e MySQL é o seu guia prático para criar sites dinâmicos e tê-los rapidamente em ação. Ponha a mão na massa criando aplicações reais, que vão desde um quadro de mensagens para as maiores pontuações de um videogame até um site de encontros online. Ao final, você terá validado formulários, trabalhado com IDs de sessões e cookies, realizado consultas e junções em bancos de dados, lidado com operações de E/S de arquivos, e muito mais.
    Note: Online resource; Title from title page (viewed May 20, 2010) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...