Adding Admin to page to an e-commerce website - html

A friend of mine want me to help him develop a website and admin interface to it.
The admin interface is to help him be able to write plain text that get updated on his website.
Please How do I go about this.
It’s my first time doing such
I’m trained in Vue.js, MYSQL & basics of Node.js

The question is not very specific. What you are essentially talking about is a content management system.
If i were you, i would build the frontend with Vue and then use a headless CMS like Strapi for the database and admin interface! Strapi has an API your vue-site can consume to showcase the content.

Related

How to integrate BOT framework in a CMS based website for answering FAQ's which questions should be fetched from Backend

I am planning to develop a website in Umbraco where FAQ's should be integrated with BOT framework. All the Questions need to be in the backend (MySQL) from there i need to fetch from answering FAQ's. Can anyone please help me out on integrating a BOT framework in a Umbraco based website? Your help in this query is much appreciated
the way you build this within Umrbaco is going to be very similar to the way you build a BOT framework in a normal language. YOu could build a FAQ document-type within Umbraco and put all the questions within the CMS if you anted. You could then create a JSON API to render that data to be used by the BOT framework:
https://www.jondjones.com/learn-umbraco-cms/umbraco-8-tutorials/umbraco-8-tutorials/how-to-create-a-json-api-within-umbraco-8/
If you do not need the data to be edited within Umbraco then you can jsut follow a normal .NET workflow

Swift and ruby on rails

I am creating an online game with ruby on rails and I would like to use the same login and database on my swift application.
For example If I would to create an account on the website I would be able to login, view, and edit my account on the swift application. It would also update for the website or rails application as well. How would I do this?
I would recommend that you look into breaking this down into parts. For example, do you have the login working on the web portion (rails)? If so then you can begin to try to get it to work on the iOS side. Next I would recommend you look into POST and GET requests as a basic way of talking to a back end. Once you have gotten simple apps to work with that then you might have a better idea of the path that lies ahead.

Visually developing web page in WebMatrix

I have installed WebMatrix to my computer, and started to learn how to create Website. Yeah, I am new to the Web development. However, I am a bit confused about how to create a webpage in WebMatrix.
While developing user interface to my Java application, I use visual builder and put containers where I like to put, and then implement functionality that it uses.
Do I have chance to visually develop web page like I did for Java application? I prefer to visually design webpage, and then implement functionality of each parts. Do I need to install other tools, if yes what?
(I am trying to develop web page for my personal github page. I plan to publish blog post about projects I have. )
You can't do that with WebMatrix. It only allows you to edit text files in your server.
I would suggest learning to code HTML. It is not that hard.
http://www.codecademy.com/en/tracks/web

Web application architecture design - HTML/CSS/JS frontend + REST Backend

I have some experience developing websites, but none with proper web applications.
But this time I'm creating more of a web application, my server will surely handle API calls from a mobile app (iPhone/Android/MeeGo (...or not)) or even from third party clients.
So I'm thinking, is it really necessary that the "website" --the frontend part of my application using HTML (5)/CSS (3) and JS--interacts with my backend in a different way than my other "frontends"?
Am I thinking wrong? I think this is a common problem, and I need some experimented advices on that. Thank you for your help.
Actually No. You're thinking it the right way. You can Javascript to interact with your Rest API, so you can focus only on writing a scalable API, and the UI.
That's the approach taken by Twitter. Their web site, is a Rails application that uses the twitter API, written mostly in Scala, and uses by the hundreds of twitter clients out there, whether mobile or desktop app.

Where to Start with build a personal site and WordPress, CSS and CMS

Hey guys im in a very confused state of mind at the moment and need some help with Word Press and generally starting a website. My parents have had a business for 20 years and have finally decided to get a website!
As im studying IT and Business i said id get it done for them. Rather than design it from scratch i used a template which i bought from themeforest.net (awesome template!) and yesterday a friend mentioned in passing using word press as a CMS which i had never heard of before, and he left before i could ask any questions.
SO basically i have a site working on my computer and i have no idea how to get it live as a .com or .com.au, so far as i can see wordpress is a blog with .wordpress.com which isnt what im looking for.
Thanks in advance
Simon
It seems like you have two questions here:
Q1. I have a site working on my computer (locally hosted) and I have no idea how to get it live as a .com or .com.au?
You will need to get a domain name (www.something.com or .com.au) and a Web Hosting Provider where you can upload your site to. Some Web Hosting Providers provide the service of registering a domain name for you, so that you don't have to do it on your own. Take a look at the following links for more info:
http://www.hostcompare.com/guide/guidetohosting.html
http://www.hostcompare.com/
However, since you are still learning this hosting thing, you may want to learn by using some free hosts and perfect your site by making the appropriate changes (if and where necessary) to make your site fully working on the web. For that period you can use the free sub-domain provided by the free host and when you've got it all worked out, you may then either upgrade your plan to premium or migrate to a premium host and buy a domain name as well. Search google for free hosting sites, there are lots of them to choose from.
Q2. A friend mentioned in passing using word press as a CMS which I had never heard of before?
Depending on your needs a CMS could be helpful. It allows you to easily update your sites content online and most CMSs come with additional components such as PayPal integration and the such that can be easily added to the site. Wordpress is one example of a CMS. Note that if you do want to use Wordpress or any other CMS you will need to make sure that:
The hosting provider you chose provides the necessary requirements for it. Ex. PHP, ASP.Net, MySQL, etc...
There is a version of the template that you purchased for the CMS you choose. If not, then you will have to do some custom coding to get the template to work.
If the site you have only contains a small number of static pages, then a CMS might be overkill. This doesn't mean that you can't migrate your site to a CMS in the future if needed.
Hope this helps.
You'll want to sign up with a web hosting provider (site5, dreamhost etc) and register a domain name. Once that's setup you can use the control panels from the hosts to install WordPress, plop in your theme and add content. It's often a one click affair to get WordPress installed, just be mindful of security updates as new versions come out.
Wordpress.com can host blogs, but if you want to install it on you own hosting server you can download the blog platform from wordpress.org and install it on your own server.
The only thing you have to be sure of is if the template you downloaded is for wordpress or not.
There is a difference between http://wordpress.com and http://wordpress.org In your case I think you might want to use http://wordpress.org It is a great free and open source CMS Most web hosts come with the facility of installing WP using stuff like Fantastico.