Showing posts with label Google Small Business. Show all posts
Showing posts with label Google Small Business. Show all posts

Saturday, 26 September 2015

Free Web Builders

There are plenty of resources that allow you to create you own website, blog, wiki, or social community without having to know any programming language.  These free website creation sites allow you to easily create a site, customize the design, add content, and have your own domain name.

If you don’t know where to start – start here! Start by having online presence and establishing your own branding.
If you aren’t ready yet or cannot afford to have your own domain and website, take a look at these web builders. This is not the best starting point, but it is still good. Downsides is that you don’t really own your content or don’t have really full control over your website until you get your own domain and hosting.
 Wix
They have separated themselves from the rest, since most of the free site builders only let you create html pages.  One of the most advanced solutions for people without any coding experience to build powerful and good looking site easily and fast.

Hey, its Google and they are letting you create a free site….so do it.  As usual, Google makes it extremely easy to build a free website with cool integration features like Google Docs, Google Calendar, and RSS.


Do it yourself - really.


Our simple drag and drop interface makes building beautiful free websites quick and simple.
Whether your website is for business or pleasure, our robust features will help you succeed online.

Jimdo is a new free website builder that is very clean and easy to use.  As you can see in the screen-shot you can create your own URL and add text, photos, and custom design.
 


whether you're a small business owner, a nonprofit, or just want to make a wedding site, a resume site, a portfolio site, or any kind of site at all, Yola help you get it done. Quickly. And easily.


Building a website on Weebly is unlike anything you’ve ever experienced. Drag & drop website builder makes it dead simple to create a powerful, professional website without any technical skills required. Over 6 million people and small businesses have joined Weebly to build their online presence.

Wednesday, 5 November 2014

Small Business Server - What is Google Compute Engine?

http://www.smallbusines.co.uk/2014/11/small-business-server-what-is-google.html
Google Compute Engine is a service that provides virtual machines that run on Google infrastructure. Google Compute Engine offers scale, performance, and value that allows you to easily launch large compute clusters on Google's infrastructure.
There are no upfront investments and you can run up to thousands of virtual CPUs on a system that has been designed from the ground up to be fast, and to offer strong consistency of performance.


Google Compute Engine offers many capabilities

Create virtual machines with a variety of configurations
  • Launch a standard boot image based on Debian, Windows, or other standard images.
  • Create a 64 bit x86 Linux-based virtual machine (VM) instance. Google Compute Engine offers a variety of machine types that you can choose from for your instances.
Maintain and store data in block storage
  • From a VM image, mount persistent block storage (persistent disk) that maintains state beyond the life cycle of the VM instance. Data on persistent disks are retained even if your virtual machine instance suffers a failure or is taken offline. Persistent disk data is also replicated for additional redundancy.
  • Attach non-persistent local SSD storage for extreme low latency, high IOPS, and high throughput. Local SSD is optimal for scratch data or large, high-performance databases.
Manage network access to your virtual machines
  • Use your virtual machines alone or connected together to form a compute cluster
  • Connect your machines to the Internet with a flexible networking solution that offers static and ephemeral IPv4 addresses for your instances.
  • Use the built-in load balancing service to distribute heavy workloads across many virtual machines.
  • Automatically scale your virtual machines in times of heavy or low traffic.
  • Use an easily configurable firewall to set up network access to your instances.
  • Create an internal network of virtual machines or set up access to external traffic by setting up customizable firewall rules.
  • Connect your VM instances to each other and to the Internet with our fully encapsulated layer 3 network. Our network offers strong isolation to help protect your instances from undesired access.
  • Locate other instances in your project using DNS lookup of VM names.
Use a variety of tools and OAuth 2.0 authentication to manage your virtual machines
  • Access your virtual machine instances through the Compute Engine console, RESTful API, or through a simple command line tool.
  • Take advantage of OAuth 2.0 to authenticate to the RESTful API to create and delete virtual machine instances, disks, and other resources. Also, leverage OAuth 2.0 to seamlessly integrate with other Google Cloud services such as Google Cloud Storage.
  • Use service account identities to authenticate your instances to other services, and remove the need to push keys into VM instances.


Note: Google Compute Engine does not guarantee 100% uptime, so you should take steps to make sure that your service can easily regenerate the state on an instance should an unexpected failure occur. If you do not, your service will be adversely affected if your instances fall offline. For more information, see tips on designing robust systems.