Search:

Java essentials / by Lowe, Doug,1959-author.(CARDINAL)324610; McFedries, Paul,author.(CARDINAL)367649;
Installing and using Java tools -- Working with TextPad -- Java programming basics -- Working with variables and data types -- Working with numbers and expressions -- Making choices -- Going around in circles (or, using loops) -- Adding some methods to your madness -- Handling exceptions -- Making your own classes -- Using subclasses and inheritance -- Using arrays -- Ten techniques for easier Java coding.Swiftly brush up on the foundations of Java programming Java Essentials For Dummies is a reliable and succinct reference on the core components of Java--the multifaceted general-purpose language used for desktop, mobile, and web applications. This straightforward book gets right to the point--eliminating review material and wordy explanations--so you get what you need, fast. Strengthen your understanding of the basics of coding with Java Review what you've already learned or pick up key skills Use Java to build a variety of applications and more Jog your memory on the essentials as you work and get clear answers to your questions. Perfect for supplementing classroom learning, reviewing for a certification, or staying knowledgeable on the job, Java Essentials For Dummies is a direct reference that's great to keep on hand as an everyday desk reference.--Provided by publisher.
Subjects: Instructional and educational works.; Informational works.; Java (Computer program language);
Available copies: 3 / Total copies: 4
unAPI

Java : a beginner's guide / by Schildt, Herbert,Author(DLC)n 85130265 ; Coward, Danny,Author(DLC)n 2013063292;
A hands-on introduction to Java programming--fully revised for the latest version, Java SE 21 Thoroughly updated for Java Platform Standard Edition 21, this practical resource uses a proven, step-by-step approach to teach the fundamentals of Java. You will discover how to get started programming in Java from the very first chapter. Written by Java guru Herbert Schildt and updated by Dr. Danny Coward, the book starts with the basics, such as how to create, compile, and run a Java program. From there, you will learn essential Java keywords, syntax, and commands. Java: A Beginner's Guide, Tenth Edition covers the basics and touches on advanced features, including multi-threaded programming, generics, Lambda expressions, and Swing. Enumeration, modules, and interface methods are also clearly explained. This proven guide delivers the appropriate mix of theory and practical coding necessary to get readers up and running developing their own Java applications from the ground up or customize existing code. *Clearly explains important changes from JDK 18 through long-term support (LTS) release JDK 21 *Features self-tests, exercises, and downloadable code samples *Written by bestselling author and leading Java authority Herbert Schildt along with Dr. Danny Coward, an experienced Java developer.
Subjects: Instructional and educational works; Java (Computer program language);
Available copies: 1 / Total copies: 1
unAPI

JavaScript cookbook : programming the web / by Powers, Shelley,author.(CARDINAL)266916;
The world of JavaScript -- I. Classic JavaScript. The JavaScript not-so-simple building blocks -- JavaScript arrays -- Functions: the JavaScript building blocks -- The malleable JavaScript object -- JavaScript and directly accessing the user interface -- Preliminary testing and accessibility -- Creating and using JavaScript libraries -- Simplified client-server communication and data -- Creating media rich, interactive web effects -- II. JavaScript, all blown up. The new ECMAScript standard objects -- Node: JavaScript on the server -- Modularizing and managing JavaScript -- fun with APIs -- JavaScript frameworks -- Advanced client-server communications and streams -- Data visualizations and client/server graphics -- Data and persistence -- JavaScript hits the (Mobile) road -- A. Up and running in jsBin and jsFiddle."Problem solving with JavaScript is a lot trickier now that its use has expanded considerably in size, scope, and complexity. This cookbook has your back, with recipes for common tasks across the JavaScript world, whether you're working in the browser, the server, or a mobile environment. Each recipe includes reusable code and practical advice for tackling JavaScript objects, Node, Ajax, JSON, data persistence, graphical and media applications, complex frameworks, modular JavaScript, APIs, and many related technologies. Aimed at people who have some experience with JavaScript, the first part covers traditional uses of JavaScript, along with new ideas and improved functionality. The second part dives into the server, mobile development, and a plethora of leading-edge tools. You'll save time--and learn more about JavaScript in the process" --
Subjects: JavaScript (Computer program language);
Available copies: 3 / Total copies: 3
unAPI

Head first C♯ / by Stellman, Andrew,author.(CARDINAL)549578; Greene, Jennifer,1971-author.(CARDINAL)549660;
Head First C# is a complete learning experience for learning how to program with C#, XAML, the .NET Framework, and Visual Studio. Fun and highly visual, this introduction to C# is designed to keep you engaged and entertained from first page to last. Updated for Windows 8.1 and Visual Studio 2013, and includes projects for all previous versions of Windows (included in the book, no additional downloading or printing required). You'll build a fully functional video game in the opening chapter, and then learn how to use classes and object-oriented programming, draw graphics and animation, and query data with LINQ and serialize it to files. And you'll do it all by creating games, solving puzzles, and doing hands-on projects. By the time you're done, you'll be a solid C# programmer-and you'll have a great time along the way! Create a fun arcade game in the first chapter, and build games and other projects throughout the book Learn how to use XAML to design attractive and interactive pages and windows Build modern Windows Store apps using the latest Microsoft technology Learn WPF (Windows Presentation Foundation) using the downloadable WPF Learner's Guide Using the Model-View-ViewModel (MVVM) pattern to create robust architecture Build a bonus Windows Phone project and run it in the Visual Studio Windows Phone emulator Projects in the book work with all editions of Visual Studio, including the free Express editions.
Subjects: C# (Computer program language);
Available copies: 1 / Total copies: 2
unAPI

JavaScript & jQuery : interactive front-end web development / by Duckett, Jon,author.(CARDINAL)271879; Moore, Jack,1981-author.(CARDINAL)616416; Ruppert, Gilles,author.(CARDINAL)616420;
This book covers: 1. Basic programming concepts - assuming no prior knowledge of programming beyond an ability to create a web page using HTML & CSS ; 2. Core elements of the JavaScript language - so you can learn how to write your own scripts from scratch ; 3. jQuery - which will allow you to simplify the process of writing scripts (this is introduced half-way through the book once you have a solid understanding of JavaScript) ; 4. How to recreate techniques you will have seen on other web sites such as sliders, content filters, form validation, updating content using Ajax, and more. Each chapter: Breaks subjects down into bite-sized chunks with a new topic on each page ; Contains clear descriptions of syntax, each one demonstrated with inspiring code samples ; Uses diagrams and photography to explain complex concepts in a visual way. This book enables you to use & customize thousands of scripts, JavaScript APIs, and jQuery plugins that are freely available on the web as well as create your own scripts from scratch.
Subjects: JavaScript (Computer program language);
Available copies: 2 / Total copies: 5
unAPI

Learning SQL / by Beaulieu, Alan.(CARDINAL)540712;
Includes bibliographical references (pages 267-277) and index.
Subjects: SQL (Computer program language);
Available copies: 1 / Total copies: 2
unAPI

Core Java for the impatient / by Horstmann, Cay S.,1959-(CARDINAL)357820;
The release of Java SE 8 introduced significant enhancements that impact the Core Java technologies and APIs at the heart of the Java platform. Many old Java idioms are no longer required and new features like lambda expressions will increase programmer productivity, but navigating these changes can be challenging. Core Java#65533; for the Impatient is a complete but concise guide to Java SE 8. Written by Cay Horstmann--the author of Java SE 8 for the Really Impatient and Core Java(tm), the classic, two-volume introduction to the Java language--this indispensable new tutorial offers a faster, easier pathway for learning the language and libraries. Given the size of the language and the scope of the new features introduced in Java SE 8, there's plenty of material to cover, but it's presented in small chunks organized for quick access and easy understanding. If you're an experienced programmer, Horstmann's practical insights and sample code will help you quickly take advantage of lambda expressions (closures), streams, and other Java language and platform improvements. Horstmann covers everything developers need to know about modern Java, including Crisp and effective coverage of lambda expressions, enabling you to express actions with a concise syntax A thorough introduction to the new streams API, which makes working with data far more flexible and efficient A treatment of concurrent programming that encourages you to design your programs in terms of cooperating tasks instead of low-level threads and locks Up-to-date coverage of new libraries like Date and Time Other new features that will be especially valuable for server-side or mobile programmers Whether you are just getting started with modern Java or are an experienced developer, this guide will be invaluable for anyone who wants to write tomorrow's most robust, efficient, and secure Java code.
Subjects: Java (Computer program language);
Available copies: 1 / Total copies: 1
unAPI

Sams teach yourself C++ in one hour a day / by Rao, Siddhartha,author.(CARDINAL)491800;
part I. The basics: Getting started ; The anatomy of a C++ program ; Using variables, declaring constants ; Managing arrays and strings ; Working with expressions, statements, and operations ; Controlling program flow ; Organizing code with functions ; Pointers and references explained -- part II. Fundamentals of object-oriented C++ programming: Classes and objects ; Implementing inheritance ; Polymorphism ; Operator types and operator overloading ; Casting operators ; An introduction to macros and templates -- part III. Learning the standard template library (STL): An introduction to the standard template library ; The STL string class ; STL dynamic array classes ; STL list and forward_list ; STL set classes ; STL map classes -- part IV. More STL ; Understanding function objects ; Lamda expressions ; STL algorithms ; Adaptive containers : stack and queue ; Working with bit flags using STL -- part V. Advanced C++ concepts: Understanding smart pointers ; Using streams for input and output ; Exception handling ; Going forward -- part VI. Appendixes: Appendix A: Working with numbers : binary and hexadecimal ; Appendix B: C++ keywords ; Appendix C: Operator precedence ; Appendix D: ASCII codes ; Appendix E: Answers."Updated and reworked to improve the introductory material and examples, this book is still one of the best hands-on tutorials for the C++ programming language. The book's numerous examples of syntax and detailed analysis of code provide solid instruction for beginning programmers. Readers new to programming will learn about such fundamentals as managing I/O, loops and arrays, object-orient programming, templates, and creating C++ applications -- all in well-structured and easy-to-follow lessons. Each lesson provides numerous code listings, complete with sample output and an analysis of the code, to illustrate the topics covered in the lesson. This new edition is non-compiler specific, is up to date with the latest C++ standard, C++14, with all examples fully tested against 2015 versions of Microsoft C++ and GNU C++ compilers." --
Subjects: C++ (Computer program language);
Available copies: 1 / Total copies: 2
unAPI

C++ programming / by Ullman, Larry E.(Larry Edward),1972-(CARDINAL)539208; Signer, Andreas,1974-(CARDINAL)463024;
Subjects: C++ (Computer program language);
Available copies: 1 / Total copies: 1
unAPI

Java all-in-one / by Lowe, Doug,1959-author.(CARDINAL)324610;
Java code is the go-to language for developing android apps and all sorts of other things. With Java All-in-One for Dummies, you can write your first lines of code in Java and work your way to advanced stuff like internet of things (IOT) programming, JavaFX, and Java for the web. Easy-to-follow instructions, fun practice, and a time-tested instructional approach will shorten your learning journey. With eight mini-books in one, consider this the only Java book you'll need as you take your knowledge to the next level, and the next, and the next.
Subjects: Informational works.; Instructional and educational works.; Java (Computer program language);
Available copies: 8 / Total copies: 8
unAPI