Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:

Most children studying in western schools will use a computer at some point in their education. In fact, online education is now actually part of the curriculum with a class dedicated to learning computer skills – IT.

More and more schools are dropping the chalk and picking up the mouse to integrate online with learning, but could computers ever really replace institutionalised schooling?

Most universities have some kind of portal that acts as a hub. Which usually includes taught materials, relevant information and timetables – these hubs could almost eliminate the need to go to the class at all.

If each student had a computer in class, it could save universities a lot of money that they would normally spend on huge lecture halls and projector screens – but would each student learning through a computer really make for interactive education and could this filter through the chain down to primary education?

Long Distance

Online learning allows for long-distance learning, meaning that location would no longer be an issue for people that live in remote areas.

Free Education

The first thing most people do when they want to find something out is Google it. The amount of information on the internet is absolutely staggering and there is actually a growing trend of teachers and academics breaking away from traditional methods of teaching and uploading educational and engaging videos online. With themes ranging from algebra to aeronautical engineering, millions of people are tuning in to learn online. If this trend continues, there would be no limit to the amount of people being taught at one time and new students could access the videos whenever they like as the videos would remain online.

What’s stopping it?

All of this sounds great, so what is it that hasn’t allowed for this to happen already?

Well, of course, a computer could never really replace the benefits of physically being taught by a teacher and interacting with other children in class.

A lot of a child’s experience of discipline comes from being taught at school. Learning that you have to listen, learning that you must let others talk, patiently waiting for your turn to talk and hearing other people’s ideas all comes when being taught in class.

This allows a child to develop a lot of their characteristics, traits and life skills that they may not achieve by being taught by a computer and a mouse all day.




Author Bio:
Rich finds the development of computers and internet devices interesting as he works for a company called Case Comms that installs Industrial Routers
2013, By: Seo Master
Seo Master present to you: Author Photo
By Chris Ramsdale, Product Manager

Cross-posted from the Google Cloud Platform Blog

At Google I/O, we announced Google Cloud Datastore, a fully managed solution for storing non-relational data. Based on the popular Google App Engine High Replication Datastore (HRD), Cloud Datastore provides a schemaless, non-relational datastore with the same accessibility of Google Cloud Storage and Google Cloud SQL.

Cloud Datastore builds off the strong growth and performance of HRD, which has over 1PB of data stored, 4.5 trillion transactions per month and a 99.95% uptime. It also comes with the following features:
  • Built-in query support: near SQL functionality that allows you to search, sort and filter across multiple indexes that are automatically maintained 
  • ACID transactions: data consistency (both Strong and Eventual) that spans multiple replicas and requests 
  • Automatic scaling: built on top of Google’s BigTable infrastructure, the Cloud Datastore will automatically scale with your data 
  • High availability: by utilizing Google’s underlying Megastore service, the Cloud Datastore ensures that data is replicated across multiple datacenters and is highly available 
  • Local development environment: the Cloud Datastore SDK provides a full-featured local environment that allows you to develop, iterate and manage your Cloud Datastore instances efficiently 
  • Free to get started: 50k read & write operations, 200 indexes, and 1GB of stored data for free per month  

Getting started with Cloud Datastore 

To get started, head over to the Google Cloud Console and create a new project. After supplying a few pieces of information you will have a Cloud Project that has the Cloud Datastore enabled by default. For this post we’ll use the project ID cloud-demo.

With the project created and the Cloud Datastore enabled, we’ll need to download the Cloud Datastore client library. Once installed, it’s time to start writing some code. For the sake of this post, we’ll focus on accessing the Cloud Datastore from a Python application running on a Compute Engine VM (which is also now in Preview). We’ll assume that you’ve already created a new VM instance.'
import googledatastore as datastore

def main()
writeEntity()
readEntity()
Next include writeEntity() and readEntity() functions:
def WriteEntity():
req = datastore.BlindWriteRequest()
entity = req.mutation.upsert.add()
path = entity.key.path_element.add()
path.kind = 'Greeting'
path.name = 'foo'
message = entity.property.add()
message.name = 'message'
value = message.value.add()
value.string_value = 'to the cloud and beyond!'
try:
datastore.blind_write(req)
except datastore.RPCError as e:
# remember to do something useful with the exception pass

def ReadEntity():
req = datastore.LookupRequest()
key = req.key.add()
path = key.path_element.add()
path.kind = 'Greeting0'
path.name = 'foo0'
try:
resp = datastore.lookup(req)
return resp
except datastore.RPCError as e:
# remember to do something useful with the exception pass
First create a new file called “demo.py”. Inside demo.py, we’ll add code to write and then read an entity from the Cloud Datastore.  Finally we can update main() to print out the property values within the fetched entity:
def main()
writeEntity();
resp = readEntity();

entity = resp.found[0].entity
for p in entity.property:
print 'Entity property name: %s', p.name
v = p.value[0]
print 'Entity property value: %s', v.string_value
Before we can run this code we need to tell the SDK which Cloud Datastore instance we would like to use. This is done by exporting the following environment variable:
~$ export DATASTORE_DATASET cloud-datastore-demo
Finally we’re able to run the application by simply issuing the following:
~$ python demo.py
Besides the output that we see in console window, we’re also able to monitor our interactions within the Cloud Console. By navigating back to Cloud Console, selecting our cloud-datastore-demo project, and then selecting the Cloud Datastore we’re taken to our instance’s dashboard page that includes number of entities, properties, and property types, as well as index management, ad-hoc query support and breakdown of stored data.

And that’s really just the beginning. To fully harness the features and functionality that the Cloud Datastore offers, be sure to check out the larger Getting Started Guide and the Cloud Datastore documentation.

Cloud Datastore is the latest addition to the Cloud Platform storage family, joining Cloud Storage for storing blob data, Cloud SQL for storing relational data, and Persistent Disk for storing block data. All fully managed so that you can focus on creating amazing solutions and leave the rest to us.

And while this is a Preview Release, the team is off to a great start. As we move the service towards General Availability we’re looking forward to improving JSON support, more deeply integrating with the Cloud Console, streamlining our billing and driving every bit of performance that we can out of the API and underlying service.

Happy coding!


Chris Ramsdale has worked extensively in the mobile space, starting as a Software Engineer at Motorola in 1997, and then joining local start ups as a Tech Lead and Product Manager. Chris is currently a Product Manager for Google Cloud Platform focused on developer tools and platform services like Google App Engine and Google Cloud Datastore.

Posted by Scott Knaster, Editor
2013, By: Seo Master
Seo Master present to you:

It Is a simple process to add our blog content to Facebook fan page . First you log in  Your facebook account .Then Click here

 

You Will reach  below page

 

ad

 

click : beta.rssgraffiti.com

 

See the instruction and click allow button. After that u reach:  http://beta.rssgraffiti.com/#_=_

 

ad

 

Click “Add new Publishing Plan “

 

ad

 

Enter a name which you Like to use and click  “Create publishing Plan”

After that click add new button. Then popup a window like below. Add your RSS FEED address OR Twitter username placed blank space.

 

ad

 

Click “Add Source” Button

 

ad

 

Edit feed setup and save it.

 

Go to target and select  your page.

 

 

 

ad

 

Edit your settings and save it. Click  OFF button to ON

 

ad    To   ad

 

 

 

Do you have any problem?  comment below  this post. Thanks

2013, By: Seo Master