How to Make PHP Barcode Reader on Linux
When developing a web barcode reader app in PHP, you can either use some JavaScript barcode libraries to recognize barcode images on client-side or read the barcode images on server-side with some PHP...
View ArticleHow to Make Python Barcode Extension on Linux
Probably you have read the article – Wrapping C/C++ Methods of Dynamsoft Barcode SDK for Python, which illustrates how to make Python extension on Windows. In this post, I’ll share how to make Python...
View ArticleHow to Make Node Barcode Reader Addon on Linux
If you want to make a Web barcode reader app using node.js, you may find a node barcode module with npm or build it yourself. Node addons are the bridge between C/C++ libraries and JavaScript. In this...
View ArticleHow to Benchmark Barcode SDK Performance – ZXing vs ZBar
I saw many posts arguing the performance winner between ZXing and ZBar. As an engineer, who is developing commercial barcode reader software for Dynamsoft, I am curious about which open source project...
View ArticleTime to Migrate Android Projects to Android Studio
Last week, Android Developers Blog posted an article – An update on Eclipse Android Developer Tools. It announced that Google will end development and official support for the Android Developer Tools...
View ArticleMaking PHP Barcode Extension with Dynamsoft Barcode SDK
After writing articles talking about how to wrap Dynamsoft Barcode SDK to make Barcode extensions for Java, Python and JavaScript, I started to consider PHP. It is one of the most popular tags on...
View ArticleWrapping C/C++ Methods of Dynamsoft Barcode SDK for Python
Previously, I shared an article – Make Java Barcode Reader with Dynamsoft Barcode SDK – demonstrating how to implement a Java Barcode Reader with Dynamsoft Barcode SDK. In this tutorial, I’d like to...
View ArticleNew to HTML5
What is HTML5 HTML5 is a markup language based on HTML 4 and XHTML 1. It’s goal is to support the latest multimedia and be much more readable and understandable by humans and devices. Also, it is...
View ArticleUsing Git-TFS in Visual Studio 2013 Express
Microsoft has released Visual Studio 2013 Preview, and announced the availability of Git for Visual Studio and Team Foundation Service. Today, let’s go through the new experience of version control in...
View ArticleHow to implement a simple barcode scan application on Android
Barcode scanning, especially QR code scans, are now widely used in various applications. This includes advertisements, newspapers, social networks, signage, and so on. The growth of QR codes is in...
View ArticleHow to auto-deploy web application with TFS Build Server
Provided as part of Visual Studio Team Foundation Server, Team Foundation Build enables developers/managers to manage the projects, from version controlling the source code, running associated unit...
View ArticleHow to set up a build server for your TFS Hosting account
In this article, I will share with you on how to set up a build server for your TFS Hosting account. Assume you have already signed up for a TFS hosting account. If not, you can go to TFS Hosting Sign...
View ArticleHow to speed up File Search in version control?
SourceAnywhere is a SQL Server based version control tool designed for distributed teams. Since version 4.0 released on Aug 7, 2012, the tool supports “find in files”, which helps you search and...
View ArticleHow to choose a better TFS hosting service?
Microsoft Visual Studio Team Foundation Server is the collaboration platform at the core of Microsoft’s application lifecycle management (ALM) solution. It automates the software delivery process and...
View Article