Where to Start for Building a Product Catalog - catalog

I've been asked to develop a product catalog for our company. We have maybe 20 products, but I'm not sure where to start.
I have some PHP experience and Wordpress CMS experience. I was hoping for an existing framework or solution so I wouldn't have to start from scratch. Anyone have any ideas?
I'm not looking for an ecommerce site as we are NOT selling anything through the site. Its just a showcase.

Especially if you don't ever want to sell: Don't use a framework. Use Wordpress! Create a site for every product, and link them appropriately. Use a theme that allows you to group sites.
This way you work with a CMS you are familiar with, you have the advantage of all the Wordpress goodies (permalinks come to mind), and you don't have to code much at all.

Opencart is a great solution can be easy moded as product catalog
Check their forums

Related

CMS for easy administration and Client uploads

A charity has asked for my opinion on what CMS to use for a new website. A couple of web developers have donated their time to develop the website.
What is need is the following.
Easy uploads of images / video's The client must be able to upload video's and images of events that they are coordinating. The client is not tech savvy, and this is the most important thing.
Easy to medium administration. The site is to be administered and supported by a new person who is willing to learn what they need to.
Easy access to make donations.
I nice, clean look. (this is really up to the developer though)
Any advice would be appreciated. After research, the three candidates seem to be Wordpress, Drupal or Joomla, and views on these or other suggestions are welcome.
I'd vote for Wordpress. It's probably the easiest for non tech savvy users.

Matrimony website in Joomla

we have got a new project related to Matrimony and our management wants to use Joomla for this. I suggested that it can be done well in core php or any framework, but my boss asks why cant we do it in Joomla.
But i oppose it to the point that Joomla is not suited for a site like matrimony.
I think it would be very complex for developing the design and functionality in Joomla, than with a normal php site.
I doubt whether it would be fair to go ahead with Joomla for this purpose.
Can anyone tell me what i needed to do this in Joomla, if it is a feasible solution.
I especially want to know how to do the design of inner pages with joomla.
Joomla in its core has good template and CMS functionality. If your site is all about publishing content and requires good template then you can chose joomla as your choice. Learning i guess would not be tough.

Is Oprah's site made in Joomla!

I have got a project from a model who wants to build a site similar to oprah.com
I went through oprah.com and tried to find the CMS it is using but failed miserably. Does anyone has any ideas?
Moreover, which Joomla! components can be used to mimic the Oprah's site?
This is a custom built site, which was built ofver several years. I do not know about the CMS, but it does use J2EE, Oracle DBMS and Autonomy’s IDOL search and personalization engine and Jive’s Clearspace collaboration software for discussion forums and blogs. I would predict therefore that the CMS is either bespoke or another paid for CMS solution. I agree with pharalia - it is definately not an php-based open-source product such as Wordpress or Joomla
You could easily replicate this look in Joomla, or Wordpress or Drupal for that matter. Since I know Joomla best and you asked, I would use K2 with a couple of different display modules for a site like this. RokStories and RokTabs come to mind but there are all kinds of K2 compatible modules out there now.
That said, I'm not sure I would want to replicate a site this old. It makes some really basic mistakes that Oprah might be able to get away with, but someone with less star power is going to have problems.

what's a good CMS for e-commerce?

what's a good cms for web shops ? I've always used Drupal so far, but I haven't ever developed webshops. I saw there are Magento and a Drupal module Ubecart.
I actually would like to know a "known, easy to use webshop framework so I don't have to take care abuot security issues.. etc
thanks
I have been using both Magento (community edition) and Ubercart depending on client's target hosting preference. I must say that Magento has some impressive functionality and flexible as it has been around for a while. However there are some serious problems with this. Upgrading Magento to the latest version is a complete nightmare and have a good chance of needing to reinstall. Building your themes in Magento is so convoluted, it takes so many inheriting files to create a simple layout change. There is cummunity support, but most of them screaming for help as I remember. Magento model is "make money from support". So I found that they are not so quick to help on the forums.
With Ubercart it is refreshing to see the amount of active help. I think this is important if you are new this. If you are already familiar with Drupal, then I would say stick with Ubercart. It is much simpler to manage than Magento.
They are both good with application security, but you will need to setup your own SSL cert anyway. I've played with some other carts such as Zen and OS Cart, but found them inferior compared to Ubercart and Magento.
There are more than 500 of them. shopping-cart-reviews.com has a search by parameters feature, does a good job.
If I where you, I would compare open source packages like magento and ubercart against hosted ones like our own SolidShops.com.
Check out my blog post about magento (and open source ecommerce packages) versus hosted ones. I've outlined when to go best with open source / hosted depending on your situation.
We've built SolidShops.com specifically for web designers that need an easy and flexible platform for building small to medium sized stores. It's hosted so you won't have to install, update, secure, backup, ... a thing
Design is 100% flexible if you know html and css and it's a breeze to set up.

Which CMS do I need? Needs to be easy to post a certain kind of post

I'm creating a site for a video store and it needs to be CMS. I'm doing this for free so I need to use a free CMS like Wordpress, Drupal or Joomla.
Do I need a new CMS, a plugin or some PHP of my own?
What I need:
User accounts
Categories
Custom post
Here's the site as it stands with WP: http://sundancevideo.ca. Right now an experimental site to try to work this out.
What I've done now, is created a "Draft" that includes a template table with images and text and so on. The user would then have to copy everything, past into a new post and replace necessary. This really isn't working well. As you may notice by the condition of the posts.
What I would prefer is if it was integrated into the WP UI. Like a field for "Description" and field for "Image" where they can upload the images as necessary. This would then generate post, with a table including all the information and images, for as many movies that were added in the UI.
I would suggest taking a look at PodsCMS as a great way to implement real CMS functionality in to WordPress. It allows you to create various content types, relate these content types, and more importantly live outside of the "WordPress bubble".
You'll find a fairly good codex and user guides (the ones authored by Johnathan Christopher are a great start). There is a solid API for this in the event that you need to integrate Pods in to an existing plugin or one you are creating. There are also developer and user contributed packages for Pods and there is even a YouTube video package you may want to check out.
PodsUI (soon to be merged with PodsCMS) allows you to create administration menus in WordPress very easily and allows you to pretty much make it look and feel how ever you want.
Flutter is a dead project and while it may be a little more user friendly than PodsCMS it lacks in in development, support, and over all usability.
Feel free to drop in the Pods Chat or # them on Twitter.
As for the user accounts you should read up on WordPress user roles/capabilties and also check through the WordPress PHPxref. A lot can be done in the way of using WordPress' current user system and you can even add other meta information for users if needed.
If you want a full CMS backend then you can't use Wordpress without extensive customising. You might want to check out pods cms for Wordpress which is an extension to attempt to turn Wordpress into a CMS. However, I have tried using it before and you will still be left with a confusing UI for your users. It will allow you to do the custom fields you want, however.
If you want full control over the UI, you will have to use either your own PHP or Drupal. Which one depends on how complex the project is and how much experience with Drupal you have had. If it is simple and your Drupal experience is limited, definitely go with your own PHP because Drupal is hard to learn. I think it would take you more time to learn Drupal than it will be to get a simple interface going with PHP.
I think this post will be helpful, depending on your experience, if you go with your own code.
i don't have particular suggestion for you custom need. Except beware for how much you give permission for your member. Please make sure they were a contributor and not author. In wp, the contributor role has no ability to publish. They have ability to post something just as a review. Thus, Administrator can review them and then published if it appropriated.
The problem with this situation is when you need them to upload things. The member with contributor role has no ability to upload video, image, or song. You have to custom this.
But if you only need their snippet or HTML link to the video (probably in youtube), then you don't have to change default wordpress role.
sorry if i mislead by your question. just trying to help as much as i can
I guess it depends on your shop's needs. I understand wanting to use wordpress, and you can do it, but at this point it almost makes people think... 'why?' If youre just going to use paypal and have a few products it might be a good idea but I think carts like zencart and oscommerce that are much better suited to store's needs. Though they are a little older. Magento and opencart are more modern, and all free. Though I've only ever used zen cart. None of these are terribly hard to set up. I guess You could always have you wordpress from page and use a link to your carts store menus.
MODx is brilliant for customisability - it was designed from the ground up to be extensive. It runs on PHP and MySQL.
You can create your own templates, add fields to those templates that appear in the UI when someone wants to create or edit a page based on that template. It has widgets for different data types, like images, dates etc that your users can use to add data to a page.
You also have full control over the HTML because you write the templates yourself. If the core code doesn't do what you need, you can write snippets in plain PHP to change the behaviour.
I've used it on a few projects over the past 3 years and I love it. I'd recommend MODx Evolution (v1.0.3) as that's stable. There's a brand-new rewritten version (Revolution 2.0.0) which is a release candidate at the moment, so you might want to have a play with that instead.
I reckon once you know MODx enough to create the site design, it'd be fairly easy to implement an off-the-shelf shopping cart into it (there may even be a MODx plugin that already does this.)