Tag Archives: development environment

MAMP – Your preferred local web development solution on Mac

This article along with all titles and tags are the original content of AppNee. All rights reserved. To repost or reproduce, you must add an explicit footnote along with the URL to this article!
Any manual or automated whole-website collecting/crawling behaviors are strictly prohibited.
Any resources shared on AppNee are limited to personal study and research only, any form of commercial behaviors are strictly prohibited. Otherwise, you may receive a variety of copyright complaints and have to deal with them by yourself.
Before using (especially downloading) any resources shared by AppNee, please first go to read our F.A.Q. page more or less. Otherwise, please bear all the consequences by yourself.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Using the three free, open-source and original system components (PHP, MySQL, and phpMyAdmin) to develop, test, and deploy Web applications locally is almost the only best option available at the moment. Thereinto, Apache Web server and PHP hypertext preprocessor are preinstalled on Mac. But they are not enabled by default, and the pre-installed version of PHP lacks many utility features. The MySQL needs to be installed and configured separately. Unless you are able to expertly use command lines in Terminal, installing the one-stop solution MAMP (PRO) is much simpler and more efficient.

Continue reading MAMP – Your preferred local web development solution on Mac

Microsoft Visual Basic 6.0 full installers and setup serials

BASIC (Beginner’s All-purpose Symbolic Instruction Code) is one of the most popular and widely used programming languages in the history of computing technology. Of course, the only BASIC-based languages still in production today are probably the cross-platform PureBasic and the classic, famous Visual Basic developed by Microsoft.

Continue reading Microsoft Visual Basic 6.0 full installers and setup serials

If some download link is missing, and you do need it, just please send an email (along with post link and missing link) to remind us to reupload the missing file for you. And, give us some time to respond.
If there is a password for an archive, it should be "appnee.com".
Most of the reserved downloads (including the 32-bit version) can be requested to reupload via email.

WampServer – Popular web development environment for Windows

For a beginner who just stepped into the development of dynamic website, the construction of Apache + PHP + MySQL environment, as well as its complex configuration process are troublesome, time-consuming and error-prone. Therefore it’s an efficient way to choose an integrated web development environment. In this way, you can more quickly finish the installation and configuration of your server environment, thus to concentrate more time and energy in the project development itself.

Continue reading WampServer – Popular web development environment for Windows

Arduino IDE – Makes it easy to write and upload code to Arduino board

Arduino consists of two parts: hardware (various models of Arduino boards) and software (Arduino IDE). The hardware part is an Arduino PCB that can be used to connect circuits; the software part is the open-source and cross-platform Arduino IDE (written in Java, based on Processing programming language and other open-source software) – your programming environment in computer that can be used with any Arduino boards. All you have to do is write the code in Arduino IDE, and upload it to the Arduino development board, then the program will tell Arduino PCB what to do and how to do.

Continue reading Arduino IDE – Makes it easy to write and upload code to Arduino board

Microsoft Visual C++ 6.0 full installers and setup serials

First of all, if you are curious why we still adhered to release this outdated version, just think that’s only for a few guys or use environments that still need it – just want to develop a simple desktop tool for lower versions of Windows platforms quickly, for example. So, if its not for the purpose of learning the Programming Windows, Fifth Edition, you don’t need it any more!

Continue reading Microsoft Visual C++ 6.0 full installers and setup serials

Cygwin – A complete simulation of UNIX environment

For beginners using Windows who are interested in the C/C++ language (anyway, you need to compile your C/C++ programs) or Linux embedded system development, the big headache is switching back and forth between Windows & Linux. Even you have to continuously reboot system in order to achieve the purpose, very troublesome. Cygwin just solved this problem.

Continue reading Cygwin – A complete simulation of UNIX environment