Developer Tutorials, Programming Guides, Beginner & Advanced - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

Developer Tutorials, Beginner & Advanced, Programming Guides and Tips

  • Home
  • /
  • Developer Tutorials, Beginner & Advanced, Programming Guides and Tips
Front-End Tooling Trends 2018 Plus… CSS Preprocessor Intro
Front-end development tools and techniques evolve rapidly, but we must stay on top of them to keep a competitive edge and extract superlative performance from websites and apps. To achieve this goal ByteScout presents emerging front-end tooling trends going into 2018, along with an intro to CSS Preprocessors versus native CSS code. To begin, let’s digest the stats on the tools most used in the field. Although there is no absolute guarantee of the endurance [...]
Learn More About Different Async Patterns in JS
Background: what’s async, at the start? Async programming has been made popular because of JavaScript, but it exists in fact in many languages. In pure theory, you can even do async programming in C if you feel really adventurous. But first, what’s async programming? Well, it’s a way to deal with operations that can take time. Opening a file, doing a network request, wait for an input from the user, all of these operations take [...]
Ultimate Lasso.js Tutorial
As a client-side Javascript module bundler, Lasso.js provides powerful advantages over other bundlers. Optional dependencies, code splitting, and plugins for pre-processing are among the innovative optimizations featured. Lasso.js enables the asynchronous loading of additional JavaScript and CSS following the initial page load. Combine this with Lasso’s de-dupe feature to eliminate module redundancy, and you have the ultimate speed, efficiency, and convenience in page loading. In this ByteScout Ultimate Tutorial, you will learn to leverage asynchronous [...]
Connecting to Amazon RDS with MySQL
Amazon Web Services (AWS) is one of the largest and most well-known on-demand cloud computing platforms available. Part of the reason for their popularity is that they have an easily scalable set of web hosting platforms, including storage, networking, database services, among many others. Typically these services are not visible to end-users but can provide a framework for hosting dynamic processing tools that you need for your site, and these services can be connected to many [...]
FFMPEG Command Lines To Convert Various Video Formats Between Each Other
Fast Forward MPEG (FFmpeg) is one of the most popular and best multimedia networks in the world. It offers plenty of tools for you to play the video, convert the formats, stream live broadcasts and even analyze the multimedia stream. These are the tools that actually make FFmpeg is a great framework to work with. They provide you with the best technical solutions, also offering a myriad of extremely useful yet free software to the [...]
Expand and Collapse Elements in JavaScript
JavaScript is a client side scripting language that runs in browser. Often you would have seen animations on your websites even If they are disconnected from the server. The reason is that all the JavaScript code is sent to the browser by the server and browser is responsible for interpreting and displaying corresponding animations. In this article we are going to see how we can make a simple expand/collapse menu using JavaScript. Let’s jump straight [...]
Getting Images from Scanner, Web Camera or from Other Still Imaging Devices using WIA
A lot of our customers asking us about a way to acquire images from a scanner and other imaging devices. There are 2 ways to acquire an image in Windows: via TWAIN interface (used since 1992); via WIA (currently is recommended by Microsoft over TWAIN/STI because of better user experience) To acquire images using TWAIN we have an open-source SDK called Bytescout Scan SDK which is available for free download at http://bytescoutscansdk.codeplex.com/ Scan SDK is free for [...]