Search Results - ((java programming) OR ((((games OR names) programming) OR (james programming))))

Search alternatives:

  1. 421
  2. 422

    Programming Portlets : From JSR 168 to IBM WebSphere Portal Extensions. by Bernal, Joey

    Published 2012
    Table of Contents: “…Customization Levels: Portlet Definitions, Portlet Entities, and Portlet WindowsUnderstanding the Portlet Data Model; Portlet URLs; The Calendar Portlet Application Example; Summary; Chapter 4: Java Portlet API Code Patterns and Best Practices; Java Portlet API Code Patterns; JSF; WebWork; AJAH; Adopting Portlet Best Practices; Save Navigational State Conservatively; Summary; References; Chapter 5: Languages and Markups; Internationalization and Localization; WebSphere Portal's Language Support; Portlet Language Support Definition; Localized JSPs; Resource Bundles; Java Standard Tag Library.…”
    Full text (MFA users only)
    Electronic eBook
  3. 423

    Real-world solutions for developing high-quality PHP frameworks and applications by Bergmann, Sebastian, 1978-, Priebsch, Stefan

    Published 2011
    Table of Contents: “…Programming Guidelines --…”
    Full text (MFA users only)
    Electronic eBook
  4. 424

    Transformative assessment by Popham, W. James

    Published 2008
    Full text (MFA users only)
    Electronic eBook
  5. 425

    IBM Cognos 8 Report Studio Cookbook. by Sanghani, Abhishek

    Published 2010
    Full text (MFA users only)
    Electronic eBook
  6. 426

    Android Programming : Pushing the Limits by Hellman, Erik, 1977-

    Published 2014
    Full text (MFA users only)
    Electronic eBook
  7. 427

    Beginning programming by Kingsley-Hughes, Adrian

    Published 2005
    Full text (MFA users only)
    Electronic eBook
  8. 428

    Tcl/Tk : a developer's guide by Flynt, Clif

    Published 2012
    Table of Contents: “…Front Cover -- Tcl/Tk: A Developer's Guide -- Copyright -- Table of Contents -- Foreword -- Preface -- Tcl/Tk: GUI Programming in a Gooey World -- Acknowledgments -- Introduction -- Where to Get More Information -- 1 Tcl/Tk Features -- 1.1 Tcl Overview -- 1.1.1 The Standard Tcl Distribution -- 1.1.2 Documentation -- 1.2 Tcl as a Glue Language -- 1.2.1 Tcl Scripts Compared with UNIX Shell Scripts -- 1.2.2 Tcl Scripts Compared with MS-DOS .bat Files -- 1.3 Tcl as a General-purpose Interpreter -- 1.3.1 Tcl/Tk Compared to Visual Basic -- 1.3.2 Tcl/Tk Compared to Perl -- 1.3.3 Tcl/Tk Compared to Python -- 1.3.4 Tcl/Tk Compared to Java -- 1.4 Tcl as an Extensible Interpreter -- 1.5 Tcl as an Embeddable Interpreter -- 1.6 Tcl as a Rapid Development Tool -- 1.7 GUI-based Programming -- 1.8 Shipping Products -- 1.9 Bottom Line -- 1.10 Problems -- 2 The Mechanics of Using the Tcl and Tk Interpreters -- 2.1 The tclsh and wish Interpreters -- 2.1.1 Starting the tclsh and wish Interpreters -- 2.1.2 Starting tclsh or wish under UNIX -- Errors Caused by Improper Installation -- 2.1.3 Starting tclsh or wish under Microsoft Windows -- 2.1.4 Starting tclsh or wish on the Mac -- Making a Desktop Icon -- 2.1.5 Exiting tclsh or wish -- 2.2 Using tclsh/wish Interactively -- 2.2.1 Tclsh as a Command Shell -- 2.2.2 Tk Console (tkcon)-An Alternative Interactive tclsh/wish Shell -- 2.2.3 Evaluating Scripts Interactively -- 2.3 Evaluating Tcl Script Files -- 2.3.1 The Tcl Script File -- 2.3.2 Evaluating Tcl Script Files -- 2.3.3 Evaluating a Tcl Script File under UNIX -- 2.3.4 Evaluating a Tcl Script File under Microsoft Windows -- Changing File Association on Windows XP and Earlier -- Changing File Association on Windows Vista and Windows 7 -- 2.3.5 Evaluating a Tcl Script on the Mac -- 2.4 Bottom Line -- 2.5 Problems -- 3 Introduction to the Tcl Language.…”
    Full text (MFA users only)
    Electronic eBook
  9. 429

    FusionCharts beginners guide : the official guide for fusioncharts suite : create interactive charts in JavaScript (HTML5) and Flash for your web and enterprise applications by Nadhani, Sanket

    Published 2012
    Subjects: “…JavaScript (Computer program language) Handbooks, manuals, etc.…”
    Full text (MFA users only)
    Electronic eBook
  10. 430

    JBoss AS 5 Performance Tuning. by Marchioni, Francesco

    Published 2010
    Subjects: “…Java (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  11. 431

    JQuery 1.4 Animation Techniques Beginners Guide. by Wellman, Dan

    Published 2011
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  12. 432

    WordPress 3.0 jQuery. by Silver, Tessa Blakeley

    Published 2010
    Table of Contents: “…Getting Started: WordPress and jQuery; This book's approach; Core fundamentals you need to know; WordPress; Basic programming; JavaScript and AJAX techniques; PHP; Essential tools; Code/HTML editor; Firefox; Web Developer toolbar; Firebug; Not essential, but helpful: Image editor; jQuery background and essentials; What jQuery does (really well).…”
    Full text (MFA users only)
    Electronic eBook
  13. 433

    Ember. js Cookbook. by Hanchett, Erik

    Published 2016
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  14. 434

    Stochastic programming : applications in finance, energy, planning and logistics

    Published 2012
    Table of Contents: “…A stochastic programming model for optimizing the production of farmed Atlantic salmon / Martin B. …”
    Full text (MFA users only)
    Electronic eBook
  15. 435

    Parallel Programming with Python. by Palach, Jan

    Published 2014
    Table of Contents: “…Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Contextualizing Parallel, Concurrent, and Distributed Programming; Why use parallel programming?; Exploring common forms of parallelization; Communicating in parallel programming; Understanding shared state; Understanding message passing; Identifying parallel programming problems; Deadlock; Starvation; Race conditions; Discovering Python's parallel programming tools; The Python threading module; The Python multiprocessing module.…”
    Full text (MFA users only)
    Electronic eBook
  16. 436
  17. 437

    Comprehensive Ruby Programming. by Hudgens, Jordan

    Published 2017
    Table of Contents: “…-- Method argument syntax -- Method argument code examples -- Named arguments -- Default argument values -- Using splat and optional arguments in Ruby methods -- Traditional splat arguments -- Keyword-based splat arguments -- Optional arguments -- Summary -- Chapter 6: Ruby Iterators and Loops -- The while loop guide -- The while loop code example -- The each iterator method tutorial -- The each loop code example -- The for ... in loops tutorial -- Looping over a hash -- Nested iterator code example -- Using the select method -- Using the map method -- part 1 -- The map method code example -- Using the map method -- part 2 -- Summing values in an array using the inject method -- Summary -- Chapter 7: Ruby Collections -- Using arrays -- Deleting items from arrays -- Using push and pop for arrays -- The Ruby hash tutorial -- The hash code example -- Deleting elements from a hash -- Iterating over a hash for a key or value -- Top hash methods in Ruby -- Adding elements to a hash -- Swapping keys and values -- Merging hashes -- Converting a hash into an array -- Listing all keys -- Listing all values -- Summary -- Chapter 8: Ruby Conditionals -- The conditionals guide -- Real-world use of conditionals -- Code example of conditionals -- Syntax for the unless conditional -- Running Ruby files -- The unless conditional code example -- Nested if ... else conditionals -- The if ... elsif conditional code example -- The conditional workflow -- Guide to compound conditionals -- Compound conditionals code example -- Compounded compound conditionals -- Additional conditional operators -- Summary -- Chapter 9: Object-Oriented Programming in Ruby -- Introduction to how OOP works -- A real-world OOP example -- Ruby OOP development -- setters, getters, and methods -- Working with instantiation in Ruby.…”
    Full text (MFA users only)
    Electronic eBook
  18. 438

    If Hemingway Wrote JavaScript by Croll, Angus

    Published 2015
    Full text (MFA users only)
    Electronic eBook
  19. 439
  20. 440

    Superhero synergies : comic book characters go digital

    Published 2014
    Full text (MFA users only)
    Electronic eBook