How to share a printer on Windows
In this post I will show you how to share a printer on Windows 10, directly from the control panel.
How to share a printer on Windows Read More »
In this post I will show you how to share a printer on Windows 10, directly from the control panel.
How to share a printer on Windows Read More »
In this post I will show you how to print a receipt in a thermal printer directly from web browser, without user interaction and confirm dialogs, by using a free plugin.
Print ticket in thermal printer directly from browser Read More »
In this post I will introduce to you a plugin for printing tickets, receipts or invoices on a thermal printer using client-side JavaScript even if your web page or application is on a cloud server. This plugin allows you to print directly from browsers, without dialogs and without browsers compatibility issues because you only have
A plugin for printing in thermal printers directly from browser Read More »
In this post I will show you how to print a ticket or receipt by using JavaScript (client side) and a thermal printer. At the end we will have a great ticket that looks like this: Obviously you can change the font family, size, logo and so on. And remember: we will be using only
Print receipt in thermal printer using JavaScript, CSS & HTML Read More »
Dialog and AlertDialog with custom layout on Android In this post I will show you how to create custom dialog on Android using a layout created by us, that is, create a custom alert by adding elements such as EditText, Button, etc. Custom alerts on Android serve to display an alert that is not a
Custom alert dialog in Android Read More »
Redirect in the Spring Boot framework In this post I will show you how to redirect or direct the user to another URL within the method of a controller in the Spring Boot framework. Redirecting to another URL in Spring Boot is very useful when the user does a certain action and we must return
How to redirect in Spring Boot Read More »
The express-generator package helps a lot in the development of web applications with Node, because it generates the skeleton of an application. A small disadvantage is that, when generating the code, we do not know how to change some very basic things, for example, the port on which the app listens (the default port is
Change express-generator app port Read More »
When we migrate customers from MijoShop to OpenCart there is a little problem: the methods to hash passwords are different and thus when our customers try to login the passwords do not match. In this post I will show you how to migrate and fix the problem.
Migrate customers table from MijoShop to OpenCart 3 Read More »