Can I develop something like this with Drupal?
Hi all,
I just discovered Drupal recently having spent the past three years developing websites with Joomla (i wish i discovered Drupal first) so i'm a stark newbie here. I got a client who wants a website similar in functionality with this website: http://www.fxpro.com
Was this site developed with Drupal?
Can i develop it with Drupal?
If yes, what modules do i need to use and what learning path do i take to be able to master drupal website development?
I also have a little fear about availability of exotic themes (or templates like we call it in joomla). I need to know where to get high quality (commercial) drupal themes, or better still if any subscription-based themes club exist.
Thanks in advance of a speedy response.

It's not Drupal, but yes Drupal can do it
Though I suspected it might have been Drupal at first (from a few indicators I saw in the view source), but I checked with a more certain method, and it doesn't appear to be Drupal. I use the ./is-drupal command line script mentioned in the comments.
However, yes Drupal can be used to create a site with similar functionality and theming (of course I don't know though about the internal logged-in part of the site).
I can't outline "every" aspect right now, but just looking at the site, here's some thoughts:
The best commercial Drupal theme site is topnotchthemes.com ... there's some great themes there. I believe templatemonster.com sells Drupal themes now also. There isn't the same level of commercial themes for Drupal as for Joomla, though I find most higher-end Drupal sites will only create their own custom theme from scratch. Theming Drupal is not very hard though, so it's not difficult to transform just about any layout/theme into a Drupal theme. Devel module has a very helpful theming tool also.
I've written a variety of Drupal lessons/guides you may find helpful: http://www.davidnewkerk.com/drupal-articles
Particularly you may want to study my CCK/Views guide, which people have seemed to find helpful in understanding those modules:
Creating a CCK and Views powered Drupal site
There's a good intro level video course on www.lynda.com as well as a video course from www.lullabot.com
The video lessons here are very useful: http://mustardseedmedia.com/podcast/
Also there's a variety of excellent books:
http://www.packtpub.com/drupal-books
http://www.amazon.com/Pro-Drupal-Development-John-VanDyk/dp/1590597559
Hope this helps! :)
-- David
davidnewkerk.com | absolutecross.com
View my Drupal lessons & guides
Thanks for the prompt reply
I didn't expect such a detailed response to come that fast. Thanks David, I appreciate your taking the time to help. However i still have a few more questions, what modules would i need implement the following features:
1. Application form for prospective investors - information is stored in database
2. Report page showing investment details like amount invested, maturity dates, payout due date etc. Each investor should only see his/her own information.
3. CRM/Live Support Helpdesk
4. Discussion Forums
5. e-Learning
6. Newsletter - site visitors can subscribe to newsletters/alerts
Thanks again for your time ... and anyone else out there willing to contribute.
Re:
Hi Chris -
One feature of drupal.org that will help you research modules is the "Search downloads" block, which you can enable in your user account page.
I hope this is helpful :)
-- David
davidnewkerk.com | absolutecross.com
View my Drupal lessons & guides