Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 22,653 for

make

(0.07 sec)
  1. Getting started with the web - Learn web develo...

    Getting started with the web is a concise series introducing you to the practicalities of web development. You'll set up the tools you need to construct a simple webpage and publish your own simple code....right away, but it's not hard to make your own simple website online...into a sensible structure and make sure they can talk to one another...

    developer.mozilla.org/en-US/docs/Learn/Getting_...
  2. remove exif metadata

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....contain information like camera make, model, shutter speed, date...

    blog.groupdocs.com/tag/remove-exif-metadata/
  3. print-color-adjust - CSS: Cascading Style Sheet...

    The print-color-adjust CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to Make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device....default, the browser is allowed to make any adjustments to the element's...The user agent is allowed to make adjustments to the element as...

    developer.mozilla.org/en-US/docs/Web/CSS/print-...
  4. Styling tables - Learn web development | MDN

    With styling tables now behind us, we need something else to occupy our time. The next article explores debugging CSS — how to solve problems such as layouts not looking like they should, or properties not applying when you think they should. This includes information on using browser DevTools to find solutions to your problems....article provides a guide to making HTML tables look good, with...decided to make things more interesting by making it about famous...

    developer.mozilla.org/en-US/docs/Learn/CSS/Buil...
  5. How to Convert Files with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github.... To make this form, create a .htm file...data for request and press "Make request" button <form action="/sample2"...

    blog.groupdocs.com/conversion/how-to-convert-fi...
  6. Password Protect Word Document

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....watermarks, encrypt files, or make them password-protected. In...

    blog.groupdocs.com/tag/password-protect-word-do...
  7. Protect PPT Java

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....watermarks, encrypt files, or make them password-protected. In...

    blog.groupdocs.com/tag/protect-ppt-java/
  8. Annotate Word Documents

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....annotation options allows you to make comments or suggestions in different...

    blog.groupdocs.com/tag/annotate-word-documents/
  9. Change PDF Password in CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....learn to remove the password to make the PDF unlocked....

    blog.groupdocs.com/tag/change-pdf-password-in-c...
  10. Grid layout and accessibility - CSS: Cascading ...

    Those of us who have been doing web development for more years than we care to remember might consider that CSS grid is a little bit like using "tables for layout". Back in the early days of web design, the way we constructed page layout was to use HTML tables, then fragment our design into the cells of those tables in order to create a layout. This had some advantages over the "CSS Positioning" that came afterwards, in that we could take advantage of the alignment and full height columns offered by table display. The biggest downside however was that it tied our design to the markup, often creating accessibility issues as it did so. In order to lay the design out in the table we often broke up the content in ways that made no sense at all when read out by a screen reader for example....this scenario, if box 1 really makes sense logically in that position...should go back to our source and make the change there rather than...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_gr...