gAlbum for iPhone/iPad
AspToExe
Asp Studio
ASP Debugging Server:
The main function of this software is to debug ASP code . It's well
known for all ASP developers , a satisfactory development tool is still
absent for the time being , which is different from VC++, VC# and VB.
Take DreamWeaver for example ,for which the ASP code edit function is
available, but it's very inconvenient to debug the ASP program ;
InterDev released by Microsoft , for instance , which is mainly
developed for networks engineering , makes it possible to debug ASP
code,but it's difficult to configurate IIS server with InterDev.
Even you configurate the IIS in the mode of debugging ,browser may
encounter extra code accessory with information visited , which may
result in the failure of image display sometimes (If you choose to
display the image data with ASP code , the image may be displayed
normally during non-debugging and fail to be displayed during
debugging). Visual Studio 2003 can also be used as an ASP debugger , but
the above problem may arise too , even worse ,in most case , the
debugger fails to be started up.
We embed the ASP debugging server in
the software , and enable it to exchange information with the main
window conveniently . You can debug your ASP programs at any time
.
ASP Source Code editor: There are
many static page editors available , however ,an excellent ASP source
code editor is scarce . Many developers compile ASP code with
EditPlus,Ultraedit and other tools, but the ASP code grammar cue is not
applicable for EditPlus , let alone grammar cue for object user-defined.
PHP Debugger
Support breakpoints and step to debug: You can start up your PHP project with breakpoints , step and so on . When the server is executing on the breakpoint(or you're stepping , there are many ways for you to watch the variable values of the current PHP code. We specially optimize the PHP object integrated , which enables it to show more detailed information on the interface.
Edit with code cue function: The edit interface of the software is a editor of source level ,it specially optimizes the PHP programs , which make it competent to list the member functions and their grammar cues of PHP object integrated .
PHP Compiler
Steps for compile PHP
into exe:
1. Import your PHP project : you just select the folder
which is your PHP code location.
2. Mark database files : because
the database(such as *.mdb, *.sqlite ) must be loaded by system. Other
file which may be modifyed should not be compiled into dll file.
3.
Compile the project : This step will compile PHP files , html files
etc. into exe files. Other marked files in step 2 will
be copied into your exported folder.
4. Test the exe file : Run the
compiled exe file for test the result.
Chord Composer
Recommended





