Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
When do you actually use/create a module for Drupal 7? Because like i see it, you can pretty much use templates.
This is a called Separation of Concerns. Templates are, well, templates. They are supposed to deal with data presentation and layout. Producing, retrieving, storage and processing of data is not supposed to happen in a template. Cleanly separated features implemented in different modules ease maintenance, evolution and code re-use.
To hook into the core functionality.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
friends
I want to add three languages to my ASP.NET website to give users language options.How could I do this.If possible, could you explain it me in details?Thanks...
You can do it by using the Resources.
And for setting/detecting current language in the views you can use cookies or the routing (which is more preferable due to it's SEO and cache friendly behavior). Here is a tutorial.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Does anybody know a way to make wordpress act like stack exchange?
reader accounts
thumbing up and down posts
ability to edit posts
ability to add or remove keywords
SE markdown
etc.
Yes you can make it. There might not be exact plugin to fulfill your requirement so you need to customize plugin or need to build custom plugin or theme to fulfill your requirement.
Furthermore, bbPress plugin nearly meets of your requirement (about 50 to 60 % ). You can customize it to enhance other features.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Which is the best way to implement grids with common functionality for ASP.NET MVC application?
I don't want to develop it by my own, so could you please suggest best implementation, possibly with MVC support and free?
You can try the below ones..
DataTables.net
jqGrid
These are free and opensource. you just have to include the needed js files and call js methods to start using them...
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am planning to use Orchard CMS as a base for several web sites and would like to have wide chose of themes. The ones in gallery are not bad, but I would like something different. Can you please tell me are there any places I get purchase any themes and widgets/modules.
I think there are some really nice templates at Bind.pt. They also allow you to design/make changes to the template on the page, and then simply order it - and the pricing is very competitive.
The send you the package, and you can either upload it or if you choose unzip it and customize it further.
Hope this helps
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I wonder why most of marketing site will use same format? Example
Learn PHP by Yourself In 11 Hours
Spice up Your Site With Simple PHP
and much more..
This is a standard design for web designing on site like this?
May admin move my question to another network which related to my question?
This "style" comes from treating a webpage as if it were a printed page, such as a piece of junk mail, which is what these sites strongly resemble. It is used by marketroids who care nothing for the medium as long as they get the "buy" message across to as many stupid people as possible. No coder with a conscience, or even a sense of style, would do this.