Blog

Project Manager: New Horizons

2017-07-14

There are times when you might think that you are omnipotent. You fancy yourself some sort of ace, a perfect professional who can move mountains at will. Have this happen to you? Well, I think that one lives and learns. You can’t possibly know everything, even within a single area. Today, I am continuing to talk about the Project Manager, hoping that this article will be useful not just for the beginners.

You can find the previous article here.

If You Chase Two Rabbits...

This saying does not hold true in the Project Manager. You can chase as many rabbits as you want and never lose any of them… um, what am I talking about? Well, about projects, of course! And about many, many applications inside one project.

Every project in Blend4Web is a unique entity with settings, parameters and a root directory of its own. However, there is no reason why you shouldn’t work with several independent applications inside a single project.

Why you might need this? The most obvious example would be developing an application for several social networks, each one with its own quirks and requirements. You will probably have to alter HTML, CSS and maybe even JS files. However, your main content (graphics, music, logic etc.) won’t be changing, right? This is only one of the cases where developing several apps in one project would come in handy.

This is not particularly hard to do. When you create a new project in Project Manager, it is already able to work with multiple applications. It’s just the program won’t tell you about it, so not many users are aware of this feature.

If you open a newly created project and view the files in its root folder, you will see something like this:

And in the Project Names/Apps column in the Project Manager you will see this:

Click the dev:my_project.html link, and the Manager will run the application in a new tab in browser. Well, you should already know this much.

But what if you create several HTML files in the project folder? In this case, something like this might happen:

What is interesting here is that the Project Manager considers each HTML file in the project folder an independent application. This is understandable, as it is there where you set CSS, scripts and other stuff.

If you try to build the application using the Build Project command, the Manager will compile each and every HTML file and files associated with them. This allows you to work with multiple variations of a single application inside a project.

Now, let’s take a look on a different task: how to make Project Manager not to take into account specific HTMLs. If you click the config link near the title of the project (see the picture above), the project configuration window will open. Add the HTML files you need to the Apps field. The program will recognize only the file listed in this field and will work with them exclusively. File names in the field should be separated by semicolons.

The Art of Building

Beginners and even experienced users do sometimes run into trouble with deploying applications to a web server. I’ve seen fully operational programs with HTML files containing long lists of engine source files in the SRC folder. I’ve also seen people asking on the forum: “Well, I’ve copied the folder, but it won’t work!”.

So, here are the rules of deploying applications with Project Manager:

 Make sure that JavaScript Obfuscation Level in the project settings is set to Advanced. This will tell compiler to minify the resulting JavaScript code and make it a bit harder to read.

 Execute the convert resources command. The Project Manager will scan all your files (images, sounds, video etc.) and automatically covert them to formats more suitable for web browsers. But do not delete original files! You can rely on the engine to decide which formats are better suited for certain browsers. Aside from converting media data, this command will also create compressed files in the gzip format, which is especially useful if you cannot set up compression on the server side. To use these gzip files, you have to add a specific assets_gzip_available: true directive to the engine initialization code:

var m_app = require("app");

m_app.init({
    canvas_container_id: "canvas",
    callback: init_cb,
    autoresize: true,
    assets_gzip_available: true
});

 Execute the build project command and test how the application works by running build: my_project.html (your own project will, of course, have a different title).

 Finally, execute the deploy project command, download the application archive and unpack it to a proper location in the server.

By following this simple list of actions you can be sure that your project will work on a server without problems and will be compatible with the broadest set of devices.

Comments
29 sep. 2023 09:48
Thank You for Participating in the KFC Customer Satisfaction Survey. Visit the mykfcexperience survey to see the rules and see whether you qualify to win a free whopper, free chicken, fries, and beverages in KFC Go Cups.
Visit here Mykfcexperience.com
30 sep. 2023 14:43
Additionally, by inventing creative ways to promote the local culture in which they operate, they can forge new identities by expanding into other nations. TalktoHannaford.com
16 oct. 2023 12:53
Go to the Chili's survey official website. Usually, the survey URL can be found on your Chili's receipt or by doing an internet search for "Chili's survey."
Verify the survey's prerequisites. To guarantee that your feedback is connected to your visit, certain surveys could ask for particulars from your receipt, including a survey code or transaction number.
16 oct. 2023 14:19
https://ru.wikipedia.org/
When I started releasing my first songs on different platforms, I was disappointed. But then I felt much better on Spotify when I started releasing my tracks there. When I first wanted to buy subscribers I used the service, I checked this link , I didn't believe it either and thought it was getting me subscribers and likes. But actually I had a wow effect when I saw that it also brought me real active listeners.
16 oct. 2023 14:20
https://ru.wikipedia.org/
When I started releasing my first songs on different platforms, I was disappointed. But then I felt much better on Spotify when I started releasing my tracks there. When I first wanted to buy subscribers I used the service, I checked this link , I didn't believe it either and thought it was getting me subscribers and likes. But actually I had a wow effect when I saw that it also brought me real active listeners.
17 oct. 2023 13:00
Tellthebell is an online customer survey and feedback platform used by Taco Bell,
17 oct. 2023 13:38
As one of the most isolated Santorini Beaches, Cape Columbo offers stunning views and unique black sand.
19 oct. 2023 09:21
Krispykremelistens There is also a possibility that you will be chosen to receive a validation ticket that can be applied to your subsequent visit. <a href="https://krispykremelistens.shop/">Krispykremelistens
19 oct. 2023 10:52
Ross Client Contentment The Customer Satisfaction Survey consists of brief inquiries about your interactions with Ross Stores and the notion that Ross Listens is an effort to learn what the clients think about the caliber of goods and services provided by the store. Rosslistens
19 oct. 2023 12:46
The company is interested in hearing your opinions so they can figure out what works and what doesn't. After that, they can begin to make improvements so that both you and others have a better experience. visit here Cvshealthsurvey Survey
Please register or log in to leave a reply.