How to make a forum using webmatrix. - webmatrix

I have an excellent idea of making a forum. And for that I have learnt some HTML, CSS and JS (what else should I learn?). While learning I found that Webmatrix is a great tool for making websites. I have made a wordpress site using webmatrix. I see it has many more options like joomla, drupal etc. Is there any option through which I can make a forum?
If yes which one should I choose?
I have already searched a lot for it but found no relevant result.

Are you looking to install a forum someone else has already written, or build your own from scratch? If you're looking for an out of the box forum, I would suggest installing phpBB from the app gallery. You can get there in WebMatrix by going New -> App Gallery -> Search for phpBB.
If you're looking to build one with ASP.NET Web Pages from scratch, I would suggest starting with the docs here:
http://www.asp.net/web-pages
A great example to follow for this path is here:
http://www.webpagescms.com/
Hope this helps. Happy coding!

Related

Mean.js, where do I start?

I have to make a web application with Meanstack for a school project. I have downloaded and installed the newest version of the Mean.js boilerplate (http://meanjs.org/) and got the sample site working. But I have no idea how to continue. There are so many files in the project directory. Can somebody please tell me the files I can/need to change to start building my own app?
I'm very new to programming, so sorry if this is a stupid question. I'd really appreciate an answer.
This is what the project folder looks like.
The meanjs.org documentation (here) has plenty of great information about what each file does, and what you might need to research to get started. Besides that there are a lot of great tutorials out there, one I liked in particular was this youtube series.
Please note that in these examples I am using the mean stack from meanjs.org, not mean.io, and I am using version 0.3. If you are using a different MEAN stack, or version, I would still recommend first looking through the official documentation, and then various tutorials online.

Umbraco 6.2.1 with MVC 3

I am pretty much good with MVC 3 and now have been searching to integrate my application using Umbraco CMS and I have Installed it in my solution but do not know how to integrate this and how to Use it.
Umbraco has a rich and helpful community.
You can refer to the following links for help:
https://our.umbraco.org/documentation/Reference/Templating/Mvc/
https://umbraco.com/follow-us/blog-archive/2012/10/30/getting-started-with-mvc-in-umbraco-410/
The first link refers to Umbraco community on which you can ask questions and get perhaps a quicker response.

How to provide a service to extensions joomla?

I am trying create a joomla component. In that component I need to store some phone numbers and those numbers should be provided when an extension asks for them. How can I achieve this? Please direct me if there is comprehensive tutorials.
Thanks in advance...
A similar question exists in the Joomla Stack Exchange site here, with links, suggestions and references to a bunch of resources around Joomla Development.
Furthermore in JSE you can find great assistance for specific questions during your development attempt.
The Joomla! support site has some links to component development:
http://docs.joomla.org/Portal:Component_Development
I see that you tagged 2.5, but version 3 is the new stable version. There is an example V3 component here:
http://lendr.websparkinc.com/
When I started, I looked at an existing extension which was similar to what I wanted and went from there.

Creating inline comments within a wordpress blog post

I'm wondering if there is an easy way to enable users to comment within a blog post in wordpress? For example, in Microsoft word, users can add comments within a article, I'm wondering if the same can be done to a wordpress blog post?
Is there a handy plugin?
What's the best way to go about creating one? Creating overlay with Ajax windows? Any starter code I can pull from?
Has anyone seen this done really well? Surprising that its not more prominent on the web.
I searched for a plugin, too. There WAS no WordPress plugin. So I've written my own, based on inlineDisqussions.
It's called "Inline Comments", try it: http://wordpress.org/plugins/inline-comments/

How to add a second language (ex Portuguese) on SilverStripe

Is there a definitive guide to adding a second language (ex Portuguese) to a SilverStripe website?
If not, I have made a start on it - see here: http://217.198.108.87/hham/wordpress/?page_id=61
however I cannot see what to do once I have successfully installed the extension!
Any suggestions welcome - and I shall append them to my installation instructions.
Tim
I'm not quite sure where you're stuck.
If you add Object::add_extension('SiteTree', 'Translatable') in your _config.php, then DONT also add the $extensions line to your Page class.
Page inherits from SiteTree.
If you look at the demo site (http://demo.silverstripe.org/admin) you should see that each page when you edit it should have a Translations tab.
I assume you're not getting this?
Please provide some more information about the problem and lets see if we can sort it out.
Also, try this guide?
http://www.ssbits.com/tutorials/2011/using-translatable-to-create-a-simple-multilingual-site
Sometimes the SilverStripe forum is more responsive than StackOverflow, as the core SStr team may see your question more quickly.

Resources