Web Developer checklist

mybestschool

Banned - Multiple Rules Violations
Joined
Aug 3, 2017
Messages
269
Reaction score
27
Hi, I still have something to learn. Don J quoted, "the more you ask, the more you will learn from experts."

I what to design a manga and comic site. What are the things, plugin, or cms recommended to develop a website that look like thishttps://mangaowl.net/


Your feedback is more appropriate thank.
 
When it comes to creating a site like the one you linked, there are 2 routes you would go:

- Use an existing CMS and with enough plugins and hacking around. You would have something like that.
- Go custom: Learn to code, pick a web development framework and build everything from scratch.

The first option is the easiest and (usually) the fastest. But it's also fragile and convoluted.

The second option requires a fuckton of effort if you have no experience. But gives you far better control.

Whatever you choose tho, if you are thinking to recreate a site like mangaowl.net it's going to hell lot of effort.

That site looks like it is custom-built and maintained by a team of devs.
 
When it comes to creating a site like the one you linked, there are 2 routes you would go:

- Use an existing CMS and with enough plugins and hacking around. You would have something like that.
- Go custom: Learn to code, pick a web development framework and build everything from scratch.

The first option is the easiest and (usually) the fastest. But it's also fragile and convoluted.

The second option requires a fuckton of effort if you have no experience. But gives you far better control.

Whatever you choose tho, if you are thinking to recreate a site like mangaowl.net it's going to hell lot of effort.

That site looks like it is custom-built and maintained by a team of devs.
So what are the plugins that could handle that same site. When creating
 
When it comes to creating a site like the one you linked, there are 2 routes you would go:

- Use an existing CMS and with enough plugins and hacking around. You would have something like that.
- Go custom: Learn to code, pick a web development framework and build everything from scratch.

The first option is the easiest and (usually) the fastest. But it's also fragile and convoluted.

The second option requires a fuckton of effort if you have no experience. But gives you far better control.

Whatever you choose tho, if you are thinking to recreate a site like mangaowl.net it's going to hell lot of effort.

That site looks like it is custom-built and maintained by a team of devs.
So is they anyway i can embed their manga and comic to my site without downloading and uploading to my server to wast resources. Please i need your feedback
 
. I wish for the great of success in all of our destiny endeavors
 
So is they anyway i can embed their manga and comic to my site without downloading and uploading to my server to wast resources. Please i need your feedback
You could probably do it through web scraping if you have some knowledge regarding it.
 
Hi, I still have something to learn. Don J quoted, "the more you ask, the more you will learn from experts."

I what to design a manga and comic site. What are the things, plugin, or cms recommended to develop a website that look like thishttps://mangaowl.net/


Your feedback is more appropriate thank.
Analyze the website using www.builthwith.com and you'll find the answer
 
If you're gonna do it customly as per your need, you must actually have some knowledge on server side coding languages such as PHP to webscarp manga info and images and store it in onto the server and databases. It might take quite a time to build a complete site as you will be needing both frontend and backend for it.

There also seems to be a paid wordpress theme/plugin but I've personally never tried it yet.
Check out https://mangabooth.com/ .
 
If you're gonna do it customly as per your need, you must actually have some knowledge on server side coding languages such as PHP to webscarp manga info and images and store it in onto the server and databases. It might take quite a time to build a complete site as you will be needing both frontend and backend for it.

There also seems to be a paid wordpress theme/plugin but I've personally never tried it yet.
Check out https://mangabooth.com/ .
Ok thank
 
Back
Top