As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
which one of those is better for building custom product? which one is easier and faster for development? i found vtiger to contains more modules but on the other hand sugarcrm seems to have better docs and easier in development. Is this correct?
I know this is an old question, but the answer is still relevant. SugarCRM has its own quirks and unusual ways of doing some things, but is getting better organised with each version. vTiger, last time I looked at the code (a year ago) is still a disorganised hack-fest of thrown-together code. I would not personally touch the latter with a proverbial barge-pole.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
This might be the wrong question here but I am really bad at desiging.I am looking for a website template that only has 3 text fields a large button which is basically a submit button. I have been searching a lot but haven't been successful. I want to write a reminder system,so have been searching a template for that.
Please provide a link if there are such template available so that I can download it.
Layouting with these few requirements seems not like rocket science.
Maybe get some inspiration from the code-examples on http://todomvc.com/.
They have written a todo-app with several js frameworks.
Think the layout might help you
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to create website where I want to put lessons about python. I'm thinking of DLE or Wordpess. What would you recommend me of these, or you can advise of something else?
It's a pretty huge question, and really depends upon what you are aiming to achieve with the final site.
For me, I use Wordpress for just about all the sites I build. It's incredibly flexible, especially thanks to the huge range of plugins that extend functionality to whatever you require.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm considering using Ember.js to develop my new websites.
I'm not sure how stable & how much it being used by the community for big projects.
Would you recommend using it?
Do you know big websites that are using it?
Thanks,
Lior
A simple googling would've given you these:
1: Quora: What are the advantages of using Ember.js?
2: Top 8 Best Looking SproutCore Websites (SproutCore 2.0 was recently renamed to Ember.js -- see Wikipedia)
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm .Net Developer.
Now I want to learn Silverlight.
Please Provide some guidance for how can learn ?
Which book or site I would prefer ?
I learned by diving in and building an application, along with a book (Pro Silverlight 2 in C# 2008 by MacDonald) and lots of googling, watching videos, www.silverlight.net, and some help from Stack Overflow.
But I guess it really depends on how you learn best, and what you want to do with it.
The basics of it come down to knowing XAML, Blend (maybe), and how to build services.
As a starting point, have a look at the many resources available on http://silverlight.net, e.g videos, quickstarts and so on.
Also check out the reference documentation in MSDN, it also has a getting started section.
Ref :- How to learn Silverlight fast?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
There is so many ways to improve the actionscript performance and reduce code size. Let share what tricks you can come up with.
If you search on google for as3 tips you can find a lot. First check all the pages on the kirupa forum.
Kirupa tricks and tips
Grant Skinner also made some nice performace tips and tricks about the Flash 10(.1)
Then if you want to profile self and see some deep going optimization's go visit jpaucliar's blog