User backend interface in Joomla? - html

I am wondering if there is any user back-end manager in Joomla.
I have developed a website and the homepage need to be updated time to time. What my client want is to update it by himself. But I have used a little more HTML tags and he doesn't know about HTML. So is there by chance a non professional user interface so that he can update homepage without knowing the HTML. Or any alternative if possible.

Your client can use the Joomla back-end, depending on the version here is some tutorials :
Joomla 2.5
Joomla 3

Related

Delete wordpress on website and replace it with django - Setting up website entirely with django

I own a webpage which has wordpress.org preinstalled.
I have never done anything with it, but now it's about time. As I'm learning django, I would like to build my webpage with it instead of using the preinstalled wordpress.
How do I go about it? I haven't found anything related to this topic searching the internet.
This is the webpage with preinstalled wordpress I'm talking about.
I did the same just 9 months ago ... you can literally start from scratch as you seem to not have too much on the wordpress page its not a big damage. Next steps: you can check if the theme you used is also available for html5 so it looks familiar and you need to choose a provider who hosts django unless you dont want to setup the server yourself. Any questions ... just ask.

Wordpress vs php or asp.net

Is it possible to use a wordpress website similarly as php or asp.net websites to access jason webservice? If It is possible is there any limitations? Which is better to use knowing that I need to use it to send and receive json objects to and from the db server, and will need it to display events, news, items, buying and booking. Note that I am using the same webservice on a mobile application. Thankyou in advance
Is it possible to use a WordPress website similarly as PHP or ASP.net websites to access JSON webservice?
Yes. WordPress is built with PHP, and PHP provides the necessary tools you need to access a JSON webservice, and convert these into PHP Objects.
Are there any limitations?
No.
Which is better to use? (WordPress vs ASP.net)
WordPress is a content management system, where as ASP.net is a framework. WordPress will, without modifications, be efficient at managing content such as events, news and items. ASP.net will not provide these things for you out of the box.

Create an auto login for umbraco cms

I'm trying to create an auto login for Umbraco cms.
Meaning, I have a website which wraps the cms, and i want users to be able to use it,
Without entering their login details when entering the umbraco cms.
I want to be able to this without sending back the umbraco auth cookie to the user.
Is there anyway I can achieve this?
Thanks.
Logically if you create your own maintenance pages and then use Umbraco's Content Servcie you could maintain an Umbraco website from an alternative maintenance system without ever bothering with the Umbraco pipeline. So you can remove login or the use of cookies as you see fit. You could use something like Microsoft Dynamic Data to help build the maintenance engine.
If you want to use the Umbraco back-office I believe you are committed to using the Umbraco workflow, which includes login & cookies.

Can Joomla and Moodle share the same database?

I know this is a hardcore programmer's site and I am more of a theorist/researcher, so bear with me with my question and my terminologies. I would like to pick your brains on this matter.
We have an existing website developed using Moodle. The website is technically a Learning Management System that grades users after each course. Now we want to make it more interactive by adding a game element to it. We will develop a tab that will redirect the users to Joomla website (which will look exactly like the moodle one) but they wont know they are on a different platform. This tab will display the users profile including his grade or at least the numerical value of his "Grades" which will be labeled as "Points". I know the numerical value of the user's Grades are stored somewhere in Moodle but is it possible for that value to be a reference of the User's points in the Joomla platform?
You will probably need to synchronise the logins between Moodle and Joomla. A "single sign on". Have a look at these integrations for Joomla.
But I would personally develop the game as a local plugin in Moodle rather than using Joomla: Local plugins - MoodleDocs.
You can share same DB for Moodle and Joomla.
But you have to keep in mind while your user details are stored in Moodles at that time you have to submit those info to the Joomla user table too.
Then you can achieve your goal. For setting up the Joomla user manually you can refer this link
Hope it make sense..
you can share the moodle website with joomla that possibly submit those user table which is acquired from moodle
Yes it is possible but make sure that user detail must be synchronized between both system tables(which has user information).

Can I convert a webpage created with Dreamweaver to Webmatrix project?

Database of the website was created in WAMP (phpMyAdmin) and I need the database and the webpage in Webmatrix. Is there a possible solution or I need to re-write the webpage all over again?
I wouldn't do this, but I have to do it for my school project, because the teacher won't accept the web site in Dreamweaver.
Unless you are using DW templates then your teacher wouldn't know if you used DW or a text editor to create your site.
If you are using templates then these can be removed before submitting your work. From the menu select Modify -> templates -> Remove template markup
You might want to backup your files before doing this.