Loading...
Answers
MenuWhen developing a web application - what are the downsides to using a template rather than having something custom made?
This question has no further details.
Answers
For the design? The downside is that you could end up with a very generic looking application/site. It's also not your (or your developer's) code so there will usually be a period of time required to get used to it in order to make any adjustments.
In the end, it may not really save you that much time...Depending on what it does or doesn't do.
Templates certainly aren't a bad place to start though. They can save time in many cases. Just not all cases.
Using a template limits your web application from being unique and performing the way you really want it to perform as envisioned.
In my opinion, a custom designed web application makes your branding unique and makes your business and application appear apart from the rest. You are best having a custom solution.
I also build templates and custom web applications, so if you have further questions, please let me know.
Bruce
I've been a web developer for 10+ years and I have experience with custom building something versus using something that is templated. There are trade-offs to both and the right answer depends on what you need.
Using a template is really useful when a lot of pages are going to be the same. However, the downside is that it's a template. It will naturally have restrictions and there will always be something you will need on on off pages.
Having something custom made is more level of effort. It's harder to maintain consistency in an application and making something reusable across projects becomes more difficult. However, it does allow you more flexibility to change things on the whim without the confines of a template.
If you want to discuss a particular system in more detail, I'd be happy to have a call with you to answer your follow up questions.
Related Questions
-
What steps do I need to take to build my own CMS platform from scratch?
I've been down this road before (two custom CMS platforms built over the years), and to play devil's advocate here: do you really need to build a custom CMS? What problem are you up against that aren't being solved by existing solutions? If those problems aren't fundamental, how much time and money will be saved by creating plugins for an existing CMS? I know the temptation to start from scratch, but if this is something to be used in production, the todo list is staggering: you'll need user authentication, security on the front and back end, admin interfaces, plugin infrastructure for extensibility, theming (if this will be used for multiple clients), third party integrations — and that's all before you get into really annoying and notoriously finicky shit like media uploads and i18n. If it's for learning or a hobby, go nuts, but if you're planning to use this with clients, save yourself the heartache and late nights and use something established and open source. Join the community and help fix existing solutions' shortcomings — that's a bigger overall contribution to the world. Good luck!JL
-
I am building an image archive that will ultimately have millions of images you can search. I'd love the hear your thoughts on technologies to use.
I have worked on projects handling transfer of large image files across multiple vendors and being served on web for different targets (mobile, web etc.). I have also implemented cloud and DevOps solutions for high volume/scale of data and transactions. While I could tell you a list of technologies which can be used - the problem here is more of design and architecture. So I will start with that. Also a lot of decisions are based on more information and the use case - so I will need information on certain aspects of your application. 1) For searching an image users will enter search terms. You will have to associate the search terms/tags to actual images. While there are multiple ways to do this association - what is the link between a search term and image in your case. Do you have a separate database/service which will link given search terms to given set of images? 2) Since you are talking about handling millions of images - they will need to be partitioned logically or bucketized for optimum way to store and search. Is there a natural distribution? Do your users access all the images all over the world? 3) For any data storage related to images - we will need to go one detail further. While relational DB might serve a lot of needs, there might be use cases where considering other storages will be needed. Some questions which will lead to answers are - what kind of data per image will be stored? How frequently this data might change? How many new additions will happen on this archive? How fast would you want the updates to be visible to users/consumers? 4) What kind of traffic do you expect roughly? This will decide a lot design around auto scaling, load balancing and other aspects. 5) I am not a front end expert - but similar principles of scaling would apply to front end stack. Though I can not necessarily answer what technologies might fit your needs best.VB
-
Is Drupal good for ecommerce websites ?
Drupal is getting better & is one of the best options for open source content & ecommerce on the market.JB
-
Which Content Management Systems are used to create these sites?
I think BuiltWith will do this for you. Plug in the domain and it will tell you which technologies it is built on. Most of the well-known video sites are custom jobs, but I'm sure WP could do what you want.JD
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.