Search Results - ((((java programming) OR (james programming))) OR ((games OR names) programming))
Suggested Topics within your search.
Suggested Topics within your search.
- Development 201
- History 198
- Application software 183
- Programming 153
- Computer programs 135
- Java (Computer program language) 128
- Video games 116
- JavaScript (Computer program language) 109
- Design 106
- Web site development 98
- Social aspects 89
- Study and teaching 75
- Data processing 73
- Research 70
- Web sites 70
- Management 67
- Education 58
- History and criticism 58
- Computer programming 48
- Activity programs 47
- Politics and government 47
- Internet programming 46
- methods 43
- Medical care 41
- Social conditions 41
- computer programming 40
- Computer software 39
- Government policy 39
- Prevention 35
- Python (Computer program language) 35
Search alternatives:
- james programming »
- java programming »
-
421
-
422
Programming Portlets : From JSR 168 to IBM WebSphere Portal Extensions.
Published 2012Table 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 -
423
Real-world solutions for developing high-quality PHP frameworks and applications
Published 2011Table of Contents: “…Programming Guidelines --…”
Full text (MFA users only)
Electronic eBook -
424
-
425
-
426
-
427
-
428
Tcl/Tk : a developer's guide
Published 2012Table 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 -
429
FusionCharts beginners guide : the official guide for fusioncharts suite : create interactive charts in JavaScript (HTML5) and Flash for your web and enterprise applications
Published 2012Subjects: “…JavaScript (Computer program language) Handbooks, manuals, etc.…”
Full text (MFA users only)
Electronic eBook -
430
JBoss AS 5 Performance Tuning.
Published 2010Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
431
JQuery 1.4 Animation Techniques Beginners Guide.
Published 2011Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
432
WordPress 3.0 jQuery.
Published 2010Table 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 -
433
Ember. js Cookbook.
Published 2016Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
434
Stochastic programming : applications in finance, energy, planning and logistics
Published 2012Table of Contents: “…A stochastic programming model for optimizing the production of farmed Atlantic salmon / Martin B. …”
Full text (MFA users only)
Electronic eBook -
435
Parallel Programming with Python.
Published 2014Table 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 -
436
-
437
Comprehensive Ruby Programming.
Published 2017Table 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 -
438
-
439
Making democracy fun : how game design can empower citizens and transform politics
Published 2014Full text (MFA users only)
Electronic eBook -
440
Superhero synergies : comic book characters go digital
Published 2014Full text (MFA users only)
Electronic eBook