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
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.
I would like a free rich text editor that maintains color formatiing of asp.net applications.
The editors that I have checked are not maintaining the exact copied data. There are linse breaks in between.
Tinymce is also good option : http://www.tinymce.com/index.php I have used earlier and it works fine
The most popular is probably CKEditor. But you didn't say which editors you have already tried.
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.
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 would like to display a wordpress blog in the following fashion:
http://plone.org/documentation/kb/
Like you can expand the categories and articles.
Any suggestions regarding themes for achieving this? Or should I write my own? I would not like to maintain it, so I am a bit afraid of writing my own.
Most of the cool stuff there is Javascript that does the animations and interactive elements that won't be anything standard on a WordPress standard theme.
BUT,
A quick google search for "knowledge base themes wordpress" sould turn up some interesting results. (Like this one)
Otherwise you will have to code it all up yourself or hire someone.
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