Loading...
Answers
MenuWhich Content Management Systems are used to create these sites?
As a beginner, I'm going to build a good-looking video streaming website, but want the easiest way to build. I'm looking for a user-friendly CMS to create the main structure of my site. Please have a look at: http://www.threehosts.com/ratings/comparison-software/wordpress-vs-joomla-vs-drupal.html. As you can see they have provided a collection of websites created with WP, Drupal and Joomla. How can I understand if these websites are really built with the mentioned software? And how can I know if they have used any template for their sites or they have only used the mentioned CMS? Because some of these websites look really great and professional and due to I'm on a tight budget I don't want to pay for any template or theme.
Answers
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.
I suggest like everyone to use Wordpress, perfect for beginner ! You'll find several plugins to make a video streaming website (ex: https://wordpress.org/plugins/stream-video-player/)... You can use the tools they mentionned above to look for the CMS and plugins used. Tight budget + beginner = Wordpress by far ;)
Most sites these days use Wordpress & if you are on a tight budget, I would recommend using it as well. I've used with many projects and love its scalability and features. If you want themes, visit http://www.themeforest.com - great selection of professional templates.
Hope this helps!
For ease of use, go with WordPress.
You can tell if it's a WordPress website by looking at the source code. Look at the <head>, theme and plugin files will be there. 99% of WordPress websites will use /wp-content/. So you can simply search source code for that to see if it's WordPress.
If it is WordPress, you can find out what theme it's using by finding main stylesheet. Usually, path looks like this:
example.com/wp-content/themes/theme-name/style.css
In WordPress, theme information is included inside style.css. So when you look at that CSS file, you will know the name of theme, theme author, and sometimes URLs.
Hope that helps.
http://builtwith.com as John mentioned earlier is your first step, and as others mentioned if you are just beginning go with WordPress, about a third of all new sites now are on WordPress so you have the support, security and flexibility that goes with that.
If you're looking at a WordPress site you like the features of, you can dig a little deeper with http://www.wpthemedetector.com/ to see the theme they use and often the plugins they use. In my experience it only recognizes about 30% of the plugins out there, but often you'll get some great insights into how a site has been put together, and Viktor's tips above will help you find even more.
If you're comfortable with going through the page's source code (https://www.computerhope.com/issues/ch000746.htm), you can use the following telltale signs to determine the CMS currently in use:
1. Search for the "generator" meta tag, it contains exactly the information you need.
2. Search for CMS-specific directories, such as "wp-content" for WordPress or "templates" for Joomla.
3. Apart from checking the code, you can also try visiting specific URLs, e.g. try adding "/administrator/" to the homepage URL to see if it's Joomla or "/user/" to see if it's Drupal.
Please note, however, that any of those can be changed manually by the site admins, so there's no 100% precise method, to the best of my knowledge, unless you decide to simply ask the site admins :)
You can also install a Chrome extension such as the Wappalyzer which will tell you a page's underlying CMS automatically.
If you're on a budget, I strongly recommend using WordPress, as it has the steepest learning curve and offers a much wider template and plugin choice. You can determine which theme a particular website is using e.g. here: http://satoristudio.net/what-wordpress-theme/, the tool will give you a direct link to the (parent) theme's official web page - or let you know that the theme has been modified too far to be recognizable.
Related Questions
-
How much should I charge to develop a WordPress site?
Take the # of hours it takes you to do it and charge $50/hour. That's the price. Eventually you can charge $100/hour but that will require a bigger customer. If the customer is small < $1M in gross sales per year - charge $50/hour If the customer id medium < $1-5M / sales - charge $75 Over $5M - charge $100 The challenge you'll face is clearly defining the expectations and handoff so that you're not stuck doing stuff that you can charge for and always getting interrupted from past customers.DM
-
What Wordpress Plugins is the best for creating a Multi-Level Affiliate Marketing program?
There is a lot of points in your question which unless someone has the exact same setup as you - I don't think you will get the answers you are looking for. I believe you should limit it by asking yourself: What is the ONE thing the MLM plugin I am looking for can do so that it achieves the maximum amount of result to my business by using it? IMHO - it would be the ability to set commissions for the products you sell and award commissions to those affiliates that actually earn you sales. All other features, while nice, are ancillary features that from the perspective of the affiliate - don't really need in order to be successful. In that regard - I would suggest https://affiliatewp.com/. When it comes to running affiliate programs on WP sites, it wins out as the best in my experience. Hope this helps! Glad to assist any further if you need help.TB
-
I need to have an advanced membership website developed - do you have recommendations on choosing between WordPress and Ruby on Rails?
You are comparing apples to oranges. WordPress is a platform, Ruby is a web framework. If you are looking to develop a completely custom platform, you could certainly do it in Rails, but you could also write it in PHP (like WordPress). I'd do some digging and see what is out there for pre-made software first before you build something from scratch. I'd imagine there are already plugins that would do this sort of thing for Expression Engine, Joomla or WordPress. No need to re-invent the wheel!PR
-
How can I create a searchable large (3 million record) searchable database in WordPress?
Well first off I wouldn't recommend trying to power your client's database with the standard WordPress database instance. They can use WordPress for the website all they like. But with millions of records like that, you really don't want to move those data in with WordPress. For that matter, you're probably gonna want a dedicated database server to answer those questions, if the client doesn't already have one. You might also need to investigate something like Elastic Search, depending on what your search requirements are and what sort of database they are using (pay close attention to whether or not it provides full text search ability). Beyond that, and somewhat obviously, you're also gonna want SSL on the website and to make sure you're up to date on federal and state privacy requirements for data like this, as well as best practices for securely transferring data over the web (port configuration, ssh keys, etc). The privacy concerns would raise a flag for me. If those data have anything personally identifiable in them - which they very probably do - then you're really gonna want to make sure you do your research on security of personally identifiable information. Government specific privacy /security /auditability requirements may also apply, so double check that too.EV
-
Does anyone know if there is a slideshow plugin for wordpress available that allows text wrapping without modifying the css?
I don't know any plugins with that specific feature, but I did want to mention this after reading your description. You can target specific pages/posts with CSS, so you can limit text wrap to your about page. You just need to know the page ID. WordPress includes a page specific class in the body tag. It looks like this page-id-123. 123 would be your page ID. See screenshot - http://i.imgur.com/zFldy2T.png So you can simply do something like this: .page-id-123 .slideshow-class { ... } This will limit your CSS changes to the slideshow on this particular page.VN
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.