Blog Post Live Demos

Roll over the text to edit. An outline shows up on the mouse over. Click to begin editing!

A word from our sponsor

Blog_ad

Why this blog...

Our goal is to provide you with the most up-to-date new about technology and how we interact with them. Technology matters and you need to know what's happening when it happens.

Get connected...

Blog_icon_fbBlog_icon_rssBlog_icon_twitter

Enter our monthly contest for great prizes!

Blog_tablet

This month we're giving away a tablet to one lucky reader of our weekly newsletter. This table is a no compromise table that's designed to go wherever you go. With a stunning 7" display, powerful quad-core processor and up to 8 hours of battery life during active use, this tablet was built to bring you the best of everything in a slim, portable package that fits perfectly in your hand. If you already subscribe to our newsletter, you are already entered. If you haven't yet, subscribe now.

Could tablets in the classroom improve math scores?

Blog_icon_talk5 Comments

Blog_post01

When you were growing up, I'm betting you didn't even have a computer in the classroom. If you did, you were in a cutting edge school. These days, there's talk about introducing tablets to the classroom.

What does this mean for kids? What does it mean for learning? Aren't tablets just used for games like Angry Birds? Yes, tablets can be used for games, including educational games.

Imagine no longer having to sit through long stretches of the teacher teaching. Kids can now interactively learn through the tablet with the teacher becoming a guide instead. Learn by doing, not by watching.

Is this really better? A recently published article asks this exact question and it comes to the conclusion that we don't have enough data yet to come to any real solid conclusion.

The article suggests that we send scientists in droves to the classrooms in order to observe behaviour and monitor the kids in their natural environment. We should have enough data in about one hundred years to determine whether we should continue the study.

Blog_date01

Code:

<!DOCTYPE html>
                    <html>
                    <body>
                        <div id="blog_post">
                        <p>This is a blog post.</p>
                        </div>

                        <script type="text/javascript" src="/snapeditor/snapeditor.js"></script>
                        <script type="text/javascript">
                        var blogPostEditor = new SnapEditor.InPlace("blog_post", {
                            image: {
                            insertByUpload: true,
                            uploadURL: "/snapimage_api",
                            uploadParams: {
                                directory: "blog-post"
                            }
                            }
                        });
                        </script>
                    </body>
                    </html>