Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Engineering & Applied Sciences 868
- Operating systems (Computers) 676
- Computer Science 672
- Microsoft Windows (Computer file) 602
- Application software 563
- Development 555
- Computer networks 365
- Computer programs 333
- Microsoft .NET Framework 315
- Examinations 265
- Programming 250
- Cloud computing 241
- Microsoft Windows server 234
- Certification 230
- Security measures 229
- Computer security 226
- Database management 207
- Electronic data processing personnel 206
- Client/server computing 198
- Windows Azure 196
- Management 195
- Data processing 185
- Microsoft software 184
- Electrical & Computer Engineering 178
- Linux 173
- Historia 170
- Computer programming 163
- Design 162
- Web site development 159
- Telecommunications 154
-
7381Publicado 2015Tabla de Contenidos: “…; Chapter 21: Taking the Galaxy with You; Before You Go; Galaxy Tab Travel Tips; Into the Wild Blue Yonder; The Galaxy Goes Abroad; Chapter 22: Maintenance and Troubleshooting; Regular Galactic Maintenance; Battery Care and Feeding; Help and Troubleshooting; Valuable Galaxy Tablet Q&A; Part V: The Part of Tens; Chapter 23: Ten Tips, Tricks, and Shortcuts; Make Some Multi Window Magic…”
Libro electrónico -
7382Publicado 2015Tabla de Contenidos: “…Setting up the Ping Pong game elementsTime for action - placing Ping Pong game elements in the DOM; Using jQuery; Understanding basic jQuery selectors; Understanding the jQuery CSS function; Manipulating game elements in DOM with jQuery; Understanding the behavior of absolute position; Declaring global variables in a better way; Getting mouse input; Time for action - moving DOM objects by mouse input; Getting the mouse event; RequestAnimationFrame; Checking the console window; Moving a DOM object with JavaScript Interval; Time for action - Moving the ball with JavaScript Interval…”
Libro electrónico -
7383por Smith, Ben (Software engineer). authorTabla de Contenidos: “…overrideMimeTypeObtaining the Response; readyState; status; statusText; responseXML; responseText; responseType; response; Summary; Key Points from This Chapter; Chapter 9: X-Origin Resources; Same-Origin Policy; Circumventing Same-Origin Policy; CORS; Resource Sharing Check; The Proxy; JSONP; Dynamic Script Tag Injection; Summary; Key Points from This Chapter; Chapter 10: Serving JSON; Node.JS; Windows Installation; Mac Installation; Building an HTTP Server; Node HTTP Web Server; Node API; Modules; The HTTP Module; http.createServer; http.IncomingMessage; http.ServerResponse; http.Server…”
Publicado 2015
Libro electrónico -
7384Publicado 2015Tabla de Contenidos: “…Tools for performance monitoringUsing esxtop/resxtop; Live resource monitoring - the interactive mode; Offline performance monitoring - batch mode; Replaying performance metrics - replay mode; Using Windows Performance Monitor; Analyzing esxtop results; Understanding CPU statistics; Enabling more esxtop fields; Memory statistics; Memory management in a vSphere host; Memory overcommitment; Memory overhead; Transparent page sharing; Ballooning; Memory compression; Diagnosing memory blockage; Network metrics; Understanding network metrics; Diagnosing network performance; Storage metrics…”
Libro electrónico -
7385Publicado 2004Tabla de Contenidos: “…Run Java Programs that Process XMLJAR Files; The Java Classpath; Using a JAR File as an Executable on Windows 2000 or XP; Creating XML Documents; Edit XML Documents with ; Edit XML Documents with Emacs and nXML; Spotting Validity Errors in Real Time; Getting Help with nXML; Using Context-Sensitive Completion; Making nXML Work Your Way; Entering and Displaying Special Characters; See Also; Edit XML with Vim; Basic Configuration; Syntax Highlighting; Indentation; Folding; Automation; See Also; Edit XML Documents with Microsoft Word 2003; Attaching Schemas to Word…”
Libro electrónico -
7386Publicado 2007Tabla de Contenidos: “…Customizing Your Channel's LookChapter 6: Joining the YouTube Community; Networking with Other Tubers; Sharing Your YouTube Experiences; Weeding Out the Bad Stuff; Part III: Broadcasting Your Video to the World; Chapter 7: From Camcorder to YouTube; Recording the Perfect Video; From Source to Desktop; Digital Video 101 For Dummies; Freeware Applications for Optimizing Video; Super for Windows; Creating Instructional Videos; One Giant Step: Uploading Your Video; Chapter 8: Look at Me! …”
Libro electrónico -
7387por Aitchison, RonTabla de Contenidos: “…Chapter 5: DNS and IPv6IPv6; Status of IPv6 DNS Support; IPv6 Resource Records; The AAAA Resource Record; Reverse IPv6 Mapping; The IPv6 PTR Resource Record; Summary; Part II: Get Something Running; Chapter 6: Installing BIND; Ubuntu Server 10.04 Installation; FreeBSD 8.1 Installation; FreeBSD Considerations; Building BIND from Source; Windows Installation; Summary; Chapter 7: BIND Type Samples; Before You Start; Master DNS Server; Slave DNS Server; Resolver (Caching-only) DNS Server; Forwarding (a.k.a. …”
Publicado 2011
Libro electrónico -
7388Publicado 2015Tabla de Contenidos: “…Scene graphsJava public APIs for JavaFX features; Graphics System; Glass Windowing Toolkit; JavaFX Threads; Media and images; Web component; Layout components; JavaFX controls; Java SE 8 features; Lambda expressions; Syntax; Functional interfaces; Theming; CSS; Applying CSS theming; Scene builder; Downloading and launching; FXML; Loading FXML into JavaFX applications; Developing a custom UI; The Login dialog custom UI; Structure of the Login dialog custom UI; Coding the Login dialog custom UI; Summary; Chapter 3: Developing a JavaFX Desktop and Web Application…”
Libro electrónico -
7389Publicado 2010Tabla de Contenidos: “…Working with Multiple WindowsEditing and Formatting; Selecting and Moving Text; Four Ways to Move Text; Finding and Replacing Text; Searching with the Navigation Pane; Setting Search Options; Searching with the Traditional Find and Replace Dialog Box; Replacing Text; Text Formatting: Font, Size, and Style; The Home Tab's Control Center; Copy Formatting with Format Painter; Quick Formatting with the Mini Toolbar; Formatting Power with Styles; Paragraph Formatting: Aligning, Indenting, Spacing; Aligning Text; Indenting Paragraphs; Spacing Within a Paragraph; Spacing Between Paragraphs…”
Libro electrónico -
7390Publicado 2017Tabla de Contenidos: “…Cover -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Creating a File Explorer with NW.js-Planning, Designing, and Development -- The application blueprint -- Setting up an NW.js project -- Node Package Manager -- An HTML prototype -- Maintainable CSS -- Defining base rules -- Defining layouts -- Defining CSS variables -- Sticking the title bar and header -- Styling the title bar -- Styling the directory list -- Styling a file list -- Styling the footer -- Fulfilling the functional requirements -- Starting with ES2015 -- Scoping -- Classes -- The template literal -- Getters and setters -- Arrow functions -- Destructuring -- Handling windowing actions -- Writing a service to navigate through directories -- Unit-testing a service -- Writing view modules -- The DirList module -- Unit-testing a view module -- The FileList module -- The title bar path module -- Summary -- Chapter 2: Creating a File Explorer with NW.js - Enhancement and Delivery -- Internationalization and localization -- Date format by country -- Multilingual support -- Context menu -- System clipboard -- Transferring text -- Transferring graphics -- Receiving text and graphics -- Menu in the system tray -- Command-line options -- Native look and feel -- Source code protection -- Packaging -- Autoupdate -- Summary -- Chapter 3: Creating a Chat System with Electron and React - Planning, Designing, and Development -- Application blueprint -- Electron -- React -- Electron meets React -- Enabling DevTools extensions -- Static prototype -- Summary -- Chapter 4: Creating a Chat System with Electron and React - Enhancement, Testing, and Delivery -- Revitalizing the title bar -- Utilizing WebSockets -- Implementing chat services -- Bringing functionality to the components -- Writing unit-tests…”
Libro electrónico -
7391Publicado 2006Tabla de Contenidos: “…Front Cover; Focal Easy Guide to Photoshop CS2; Copyright Page; Contents; Chapter 1: Introduction; Who Should Use this Book; Steps for Using this Book; Conventions; Photoshop Versions; Apple Macintosh OS X vs Microsoft Windows XP Operating Systems; Computer Requirements; Web Site; Acknowledgments; Chapter 2: Foundation; A Look at Photoshop; The Toolbox; The Palettes; Viewing the Image; Accelerators; Layers; The Layer Masks; A Look at the Layers Palette; Adjustment Layers; Some Notes on Layers; Merged Image Layers; Photoshop Brushes; Basic Adjustment Tools; Histograms; Levels; Curves…”
Libro electrónico -
7392Publicado 2004Tabla de Contenidos: “…Interface; The Start Page; What are all the Windows for?; The Stage; The Timeline; Panel Sets and Customizing Your Interface; Using the Help files; Flash Documents; Naming Files and Working Cross Platform; 3. …”
Libro electrónico -
7393por Schroder, CarlaTabla de Contenidos: “…Building a Linux Firewall; Windows Security; Iptables and NAT, SNAT, and DNAT; When Is a Firewall Needed?…”
Publicado 2007
Libro electrónico -
7394por Miser, BradTabla de Contenidos: “…; Working with User Accounts; Using Automatic Login; Configuring the Login Window; Working with Fast User Switching; Working with the Root User Account; Chapter 3: What Are My Internet Connection Options?…”
Publicado 2009
Libro electrónico -
7395por Pogue, David, 1963-Tabla de Contenidos: “…Personal Hotspot (Tethering)Twitter; Chapter 11: The Web; Safari Tour; Zooming and Scrolling; The Address Bar; Bookmarks; The Reading List; Web Clips; The History List; Tapping Links; Saving Graphics; AutoFill; Searching the Web; Manipulating Multiple Pages; Reader; RSS: The Missing Manual; Web Applications; Chapter 12: Email; Setting Up Your Account; The "Two-Mailbox Problem"; Downloading Mail; What to Do with a Message; Writing Messages; Surviving Email Overload; Chapter 13: Syncing with iTunes; The iTunes Window: What's Where; Five Ways to Get Music and Video; Playlists…”
Publicado 2007
Libro electrónico -
7396por Lai, EdmundTabla de Contenidos: “…Finite impulse response filter design; 6.1 Classification of digital filters; 6.2 Filter design process; 6.3 Characteristics of FIR filters; 6.4 Window method; 6.5 Frequency sampling method; 6.6 Parks-McClelland method; 6.7 Linear programming method; 6.8 Design examples; 6.9 To probe further…”
Publicado 2004
Libro electrónico -
7397por Archilla, EvanTabla de Contenidos: “…; For All You Do, This Book's for You; A Day in Your Life with the 2007 Microsoft Office System; Beyond Nip and Tuck-The New Face of Microsoft Office; Galleries; Live Preview; Microsoft Office Button; Volume Value-Office Professional Plus 2007 and Office Enterprise 2007; A Few Words About Windows Vista; About this Book's CD; Support for This Book; Questions and Comments; Carpe Diem-Seize Your Documents…”
Publicado 2009
Libro electrónico -
7398por Frye, Curtis D.Tabla de Contenidos: “…Search for a Workbook and Open ItUsing File Properties; Define Custom Properties; Creating a New Workbook; Working with Multiple Workbooks; Show More than One Workbook; Sizing and Viewing Windows; Zooming In or Out on a Worksheet; Zoom In or Out to a Custom Zoom Level; Viewing a Worksheet in Full Screen Mode; Turn Full Screen Mode Off; Saving and Closing an Excel Workbook; Save a Workbook with a New Name; Change the Default File Folder; Close a Workbook; Exit Excel; Using the Excel Help System; Get Suggested Commands from Shortcut Menus; Get Help on the Web; 4. …”
Publicado 2009
Libro electrónico -
7399por Jacobson, ReedTabla de Contenidos: “…Record a Macro to Format CurrencyRun the Macro; Assign a Shortcut Key to the Macro; Look at the Macro; Save the Macro Workbook; Changing Multiple Properties at Once; Create Sidebar Headings with a Command; Record a Macro to Merge Cells Vertically; Eliminate Unnecessary Lines from the Macro; Manipulating Recorded Properties; Record a Macro to Remove Window Elements; Run the Macro from the Visual Basic Editor; Use a Macro to Toggle the Value of a Property; Eliminate Repeated Objects in a Recorded Macro; Run a Macro from the Quick Access Toolbar; Recording Methods in a Macro…”
Publicado 2009
Libro electrónico -
7400por Frye, Curtis D.Tabla de Contenidos: “…Introducing Access 2007; Storing Data on the Computer; Storing Data in a Database; Starting Access; Create a Shortcut for Access; Surveying the Access Window; Opening a Database; Open a Recently Used Database; Viewing Multiple Database Objects…”
Publicado 2009
Libro electrónico