Subscribe

Subscribe To Mail

Powered By

I Love:
Blogger

Powered by Blogger

Showing posts with label web-design. Show all posts
Showing posts with label web-design. Show all posts

Compiled HTML Files

How to make Compiled HTML Files?
You would have noticed some files having HTML links in it but all those links are not present outside but within that file. Many interview based questions and answers come in such type of complied HTML files. Also you would have noticed many Help files in windows are of compiled HTML Files,”?” if not see in windows some files have that question mark symbol and named as help files. Those above said file is termed as compiled HTML files. I have a thought how these compiled HTML files are made. I initially thought that we can do with software like Dreamweaver were we create HTML files but nope we cant do with those kind of software to compile anything.  The answer I got was there is software to create the compiled HTML files.
Do you want to know the name of the software? Its “chm makers”. Go and get download that software to create your compiled HTML File

Deployment

What is deployment?
Deployment is the process of distributing the files that made up an application to install it on target computers (servers).
To ensure that an application is properly installed along with all the required components, you need to package all the files and components that make up the application and create setup program
The setup program is used to perform the following tasks
Copy all the necessary files to target computer                                                                                                 store files in appropriate folders                                                                                                                  Create the necessary registry entries.
The best example to explain the deployment is the uploading some files in web-hosting.                           In software industry terms, they do create the exe file by linking all the modules and generating the extract and install file.                          

..