web and integrated wordpress or create web with wordpress - web

I would like to create a website with a blog. The website will have multiple languages.
I would like to know which option will be better:
Create a website and integrate wordpress in it.
Install wordpress and use plugins to have more than 1 language.
I have strong knowledge in web programming (php, js, html). But not with wordpress. The website will be standard.
Is it easier to use wordpress plugins or do a website and install multiple wordpress in it?
Thanks

I would recommend you to run Wordpress and use a language plugin. WPML is the best I've used. Stay away from qTranslate since it'll be a mess if you want to uninstall it. I've heard some good about Ploylang but never used it myself.
Wordpress is really easy to learn if you're a web developer.

Related

Node and WordPress routing and setup

Here's what I'm wanting to do:
I want to run my front-end website with Node, but I want to use WordPress as my blog (self-hosted). Therefore have www.myDomain.com/blog/ use my wordpress posts and such and actually handle the blogging aspect and Node.js handle the rest of the website.
I'm not a WordPress fanboy, but it does blogging pretty well, makes it simple and I would like to be able to have a content creator use it for uploading my posts.
I'm trying to think through alternatives that are not painful, but would really like opinions on this. I'd rather not use a sub-domain for this.
If this seems like a reasonable option, what would the best way to accomplish this.
The easiest way (assuming that you will have PHP running on the server) would be to:
Upload wordpress to www.myDomain.com/blog/
During the setup, be sure to select that wordpress will reside at www.myDomain.com/blog/
After you do that, everything at or below /blog/ will be handled by Wordpress, and the rest of your website will be pure Node.

Host for website that use node.js

I need a good web hosting where I can use node.js.
I have alot experience about cpanel and basic webhotel but I dont know how to use/install node.js.
I'm mainly using html, php, javascript and mysql but I have some features that need node.js.
Can you help me if you know good sites or you know how to use node.js in cpanel
Here is good post: http://codecondo.com/hosting-platforms-for-node-js/
These web sites have (pre)installed note.js, so no need aby installation.

Is is possible to develop website like delivery.com with wordpress?

Hi I am running a delivery shop and using delivery.com for my shop.
I also want to have my own website which user can order service or choose delivery time on the website like delivery.com does.
I wonder if is it better to develop from scratch or can I use wordpress and customize it? or are there plugins or widgets I can use for my website?
Please give me some advice what will be the best way to build my website.
Thank you.
Well technically anything is pretty much possible in Wordpress but it won't happen out of the box, unless you already have a theme in mind which serves this purpose. I won't be surprised if there is a theme out there which you can use to do this.
Personally I would build this from scratch as you would be able to build exactly what you want and you can build it with scalability in mind as well.
Wordpress tends to fall off when the site starts getting A LOT of traffic.
Check out Ruby on Rails, you would be surprised how at how simple it can be to build something like this.
The server will go down (if) when your site will visit 1000+ persons, because one of the problem of universal script that can be used (in opinion of creators) every where is that it make 100 sql queryes to display one simple page.

Start Web design with combination of html css javascript jquery and php

I know the basics of: html, css, javascript, jquery, and php. Now I want to start making interactive websites. Is there any book or tutorial that starts with all of them being used?
You could start with a common framework, start altering things and build up to developing that framework from scratch. For some php examples, Wordpress is a good option, codeigniter and cake are also good.
If you have a project in mind, you could just start from scratch and as you come along problems that you do not understand how to get around, just google the issue. It will probably bring you back here though.
You could start doing some of the tutorials at codeschool.com or teamtreehouse.com. I am sure there are tons more too!
My recomendation is to you begin to study ways to build an API with PHP beside a mysql or mongo, of course using an framework like laravel or cake. After that you need to integrate this API with a view and i recommend that you study a framework like angular or react. However, see the google search below that may helps you a lot.
https://www.google.com.br/search?sourceid=chrome-psyapi2&ion=1&espv=2&ie=UTF-8&q=angular%20laravel&oq=angular%20laravel&aqs=chrome..69i57j0l5.6098j0j7

Can you configure a Wordpress-based site for private use only?

If I build a site using Wordpress, is there a straightforward way to restrict access to the whole site to only those who I specify?
I've looked a few plugins that attempt to redirect unregistered users to the login page, but most seem old, fragile, or generally just hacks.
I want to know if a standard Wordpress installation lets you do this, or otherwise if there's a decent and secure plugin to do it. I need a solution that doesn't involve changing the default wordpress PHP scripts as I don't have direct access to the server. It's quite important that the solution is secure.
Any help or past experience would be appreciated.
EDIT: Apologies if this is better suited to http://wordpress.stackexchange.com, wasn't aware this existed. Please move if necessary :-)
The new version of WP, I believe v 3.1.2, has this option for pages and posts under the quick edit.
You can set a password per post / page or mark them as private.

Resources