Skip to main content

Home/ Literacy with ICT/ Group items tagged interfaces

Rss Feed Group items tagged

John Evans

Getting the job done with easy to use interfaces on the iPad, the Minu Timer and Stopwa... - 2 views

  •  
    "For the iPad there is a great timer/stopwatch app called Minu Timer. This universal free app needs no instructions (although it does include a start up 'how to use' page appearing on your first launch). The interface is simple and the user experience proves that a well written app will let users jump right in and get started. A lack of buttons and excessive tuning options keeps things uncluttered and removes the need to tap through to layers of screens."
John Evans

User interface design for iPhone apps | Tutorial | .net magazine - 1 views

  •  
    "User interface design for iPhone apps"
Marta C Correia

The Rise Of The Mobile-Born | TechCrunch - 2 views

  •  
    "Watching my two-year-old nephew Dashiel interact with his mother's iPad made me realize that he was born into an era unlike any in history. As he grows up his expectations about how information should be presented and processed, and how interfaces should respond, will be profoundly different from how we experience technology today. Mobile is now the channel of choice for everyone, but even those of us who use technology with great alacrity are still digital immigrants. Dashiel represents a new age: the Mobile Born - a generation of kids that have been raised while literally gnawing on the equivalent of a supercomputer - otherwise known as mom's smartphone."
  •  
    Watching my two-year-old nephew Dashiel interact with his mother's iPad made me realize that he was born into an era unlike any in history. As he grows up his expectations about how information should be presented and processed, and how interfaces should respond, will be profoundly different from how we experience technology today.
  •  
    Watching my two-year-old nephew Dashiel interact with his mother's iPad made me realize that he was born into an era unlike any in history. As he grows up his expectations about how information should be presented and processed, and how interfaces should respond, will be profoundly different from how we experience technology today.
John Evans

OS X Yosemite: Explained | iMore - 1 views

  •  
    "OS X 10.10 Yosemite was shown off at WWDC 2014 on June 2 and will be released sometime in the fall. In addition to new features like Today view and Extensibility widgets in Notification Center, a better, smarter Spotlight, iCloud Drive, enhanced functionality in Mail, Messages, and Safari, and Continuity with iOS 8, OS X Yosemite brings interface and experience refinements to Apple's desktop operating system, similar in spirit if not exact execution to the iOS 7 makeover of 2013 - interface depth and translucency effects, textual clarity and other elements to improve the overall user experience."
John Evans

Teaching Kids to Code: Text-Based vs Block-Based Programming - 4 views

  •  
    "About two decades ago The MIT Media lab introduced the concept of block-based programming. The idea was to develop an interface that allowed computer programs to be built by simply dragging and dropping puzzle blocks to represent complex programming constructs and commands. With this new method for teaching and learning computer science, the hugely popular Scratch platform was born. This approach lowered the bar for experimenting with programmatic thinking, making it possible for students to create interactive animations and small games without writing a single line of code. This simple concept removed the need to learn the syntax of a formal programming language, and made teaching and learning the basics of computer science accessible to younger learners and to teachers with no formal coding background. Outside of the classroom though, coding has always been, and still remains, a process of typing letters, numbers and symbols. This text-based programming, used in programming language such as C, Javascript and Python, requires coders to obey and conform to formal syntax. Despite the pain of dealing with typos in names of variables and inevitable syntax errors, no other coding method designed to be more "user friendly" has really caught on. Tools have been offered for managers to define business logic through a graphical user interface without writing lines of codes. Or for web developers to add interactive behaviors to their websites without learning Javascript. But in reality, neither of those substitute the power and flexibility of text-based programming. And with neither winning significant adoption, the demand for the classic skill of text-based coding continues to grow and grow."
John Evans

Free Technology for Teachers: Code for Life - Coding Challenges and Lesson Plans - 2 views

  •  
    "Code for Life is a free program that I learned about while attending the BETT Show last week. Code for Life has a programming interface based on Blockly. Anyone who has used Blockly or Scratch will immediately recognize the similarities when they launch Code for Life's programming interface."
John Evans

How to: Track a conversation in Twitter | Journalism.co.uk Editors' Blog - 0 views

  • Twitter is increasingly being used by journalists to make contacts and track news events, but the Twitter user-interface (UI) itself is pretty limited making it difficult to track conversations. Fortunately its open API structure and the ability to subscribe to various types of RSS feeds from Twitter means there are a number of ways to track a ‘buzz’ around an event or specific conversations.
  •  
    Twitter is increasingly being used by journalists to make contacts and track news events, but the Twitter user-interface (UI) itself is pretty limited making it difficult to track conversations. Fortunately its open API structure and the ability to subscribe to various types of RSS feeds from Twitter means there are a number of ways to track a 'buzz' around an event or specific conversations
John Evans

How To Integrate iPads With The New Google Classroom - Edudemic - 1 views

  • Education schools by the week of August 11th, schools that have also adopted iPads are interested in exploring the platform to determine if it will integrate into their existing deployment to provide a helpful and approachable workflow solution. While there are currently a number of workflow solutions and Learning Management Systems that work well with iPads, Google Classroom will likely become a top contender for iPad classrooms because of the integration with both the Google Drive and Google Docs iPad apps as well as any number of iPad creativity apps. While there is not an iPad app for Google Classroom, the web interface works seamlessly and allows students to turn in any assignment or file that is in their Google Drive account as illustrated by the video below.
  •  
    "With the recent announcement that Google Classroom will be available to all Google Apps for Education schools by the week of August 11th, schools that have also adopted iPads are interested in exploring the platform to determine if it will integrate into their existing deployment to provide a helpful and approachable workflow solution. While there are currently a number of workflow solutions and Learning Management Systems that work well with iPads, Google Classroom will likely become a top contender for iPad classrooms because of the integration with both the Google Drive and Google Docs iPad apps as well as any number of iPad creativity apps. While there is not an iPad app for Google Classroom, the web interface works seamlessly and allows students to turn in any assignment or file that is in their Google Drive account as illustrated by the video below."
John Evans

Is Coding the New Literacy? | Mother Jones - 2 views

  • What if learning to code weren't actually the most important thing? It turns out that rather than increasing the number of kids who can crank out thousands of lines of JavaScript, we first need to boost the number who understand what code can do. As the cities that have hosted Code for America teams will tell you, the greatest contribution the young programmers bring isn't the software they write. It's the way they think. It's a principle called "computational thinking," and knowing all of the Java syntax in the world won't help if you can't think of good ways to apply it.
  • Researchers have been experimenting with new ways of teaching computer science, with intriguing results. For one thing, they've seen that leading with computational thinking instead of code itself, and helping students imagine how being computer savvy could help them in any career, boosts the number of girls and kids of color taking—and sticking with—computer science. Upending our notions of what it means to interface with computers could help democratize the biggest engine of wealth since the Industrial Revolution.
  • Much like cooking, computational thinking begins with a feat of imagination, the ability to envision how digitized information—ticket sales, customer addresses, the temperature in your fridge, the sequence of events to start a car engine, anything that can be sorted, counted, or tracked—could be combined and changed into something new by applying various computational techniques. From there, it's all about "decomposing" big tasks into a logical series of smaller steps, just like a recipe.
  • ...1 more annotation...
  • Because as programmers will tell you, the building part is often not the hardest part: It's figuring out what to build. "Unless you can think about the ways computers can solve problems, you can't even know how to ask the questions that need to be answered," says Annette Vee, a University of Pittsburgh professor who studies the spread of computer science literacy.
  •  
    "Unfortunately, the way computer science is currently taught in high school tends to throw students into the programming deep end, reinforcing the notion that code is just for coders, not artists or doctors or librarians. But there is good news: Researchers have been experimenting with new ways of teaching computer science, with intriguing results. For one thing, they've seen that leading with computational thinking instead of code itself, and helping students imagine how being computer savvy could help them in any career, boosts the number of girls and kids of color taking-and sticking with-computer science. Upending our notions of what it means to interface with computers could help democratize the biggest engine of wealth since the Industrial Revolution."
John Evans

7 Great Apps to Controle your Computer from iPad ~ Educational Technology and Mobile Le... - 0 views

  •  
    "Most of us use iPad only as a peripheral device to our computers and this is probably understood because of the nature and interface of computers that allow for much more freedom and space in handling our browsing and online navigation. For instance, I personally can not do certain things on iPad and I prefer to perform them on my laptop as is the case with writing this post and all my blog posts.That being said, there are now several apps out there that can improve the workflow of your day using iPad. These apps are designed specifically to work hand in hand with your computer and they will allow you to connect, share, and control your computer using your iPad. Thank you Greg for the list."
John Evans

The Student Guide to iPads - It's Great for Teachers Too | iPad Apps for School - 12 views

  •  
    "As intuitive as the iPad's user interface is, there are still some occasions on which students and teachers might get stuck. That's when a free iBook like The Student Guide to iPads & iOS 6 is good to have. The Student Guide to iPads & iOS 6, written by Jac de Haan, covers all of the basics that students and teachers need to know in order to use their iPads in school. "
John Evans

The Student Guide to iPads - It's Great for Teachers Too | iPad Apps for School - 4 views

  •  
    "As intuitive as the iPad's user interface is, there are still some occasions on which students and teachers might get stuck. That's when a free iBook like The Student Guide to iPads & iOS 6 is good to have. The Student Guide to iPads & iOS 6, written by Jac de Haan, covers all of the basics that students and teachers need to know in order to use their iPads in school. "
John Evans

23 Things Every Teacher Should Be Able To Do With An iPad - 10 views

  •  
    "Using an iPad is simple due to its intuitive interface, elegant touch interface, and user-friendly operating system. Below we've listed 23 different tasks a teacher should be able to perform with their iPad. We've tried to focus on the basics, along with some typical tasks a teacher may be required to complete. We've also (roughly) arranged them from less complicated to more complicated, so consider yourself an Unofficial iPad "Basic Hacker" if you can get to the bottom. For more complex iPad tasks and functions, we're doing a follow-up post. Stay tuned!"
John Evans

Evernote: A Must-Have App for the iPhone and iPad [iOS] - 1 views

  •  
    "In the last several months, the iOS versions of Evernote have undergone a significant overhaul of their user interfaces, closely mirroring the design and features of the counterpart web and Mac applications. We have added the iOS versions of Evernote to our Best of iPad Apps, and Best of iPhone Apps pages where they sit alongside our other picks for the platform. Evernote is a free universal app that works on the iPhone and iPad."
John Evans

Book Creator - Teaching with Technology 2.0 - 0 views

  •  
    "Book Creator for the iPad by Red Jumper Studio is an app that allows users to create ebooks on your iPad with ease. It provides features that allow anyone to easily create ebooks from users with epub experience to students who are just starting out using mobile device to create a story. The simple interface allows the user to add text and photos with ease. Book Creator also provides the option to add background music as well as audio hotspots to add speech to support the text. It also allows user to add video clips. Books created in Book Creator are easily shared with friends via email, dropbox, or even save to iTunes. "
John Evans

21 Reasons To Use Tablets In The 21st Century Classroom - 0 views

  •  
    "When I was a kid, I dreamt about our school desks as computer screens. How cool would it have been to be able to draw, write, and learn directly onto my own computer? As the years went on, people theorized that laptops would take over the classroom, but the price of these devices was too high for a 1 to 1 ratio. It never quite caught on in lower grade schools. Now, it is the age of the tablet. We have affordable high-powered computers that can provide all sorts of enrichment through an intuitive touch screen interface and the education world is taking notice. More and more classrooms are imagining the curriculum in the context of each child having his or her own tablet. Yet, some educators are still skeptical. How can a piece of technology truly enhance the learning process, without causing distraction?"
John Evans

A Media Specialist's Guide to the Internet: 39 Sites For Using iPads in the Classroom - 5 views

  •  
    "How Much Did Steve Jobs Change the World? You might be reading this on your iPhone, iPad or computer, but whether or not you have a Macintosh or a PC, Steve Jobs is responsible for so much of the technology we are using today. Did you know that Windows computers copied the drop-down window interface from Apple computers? Yes, all true. So today, when the power went out in the school and we couldn't get on the Internet, I noticed what an important part of my life technology has become. Talk about making a dent in the world. Jobs' legacy will live on in generations to come. Here are 39 sites for using one of Jobs' greatest innovations: THE iPAD."
John Evans

AppArchitect Lets Anyone Build iOS Apps, No Coding Or Templates Necessary | TechCrunch - 3 views

  •  
    "Easy app creation, outside of the land of Ruby and Python, has become a huge phenomenon in the last year. And the latest company to join the fold,AppArchitect, is launching straight from our Disrupt NY stage. AppArchitect lets you build custom iPhone and iPad apps using a simple drag-and-drop interface. That's right - you need zero coding experience to build your own iPhone app. It's a brand new world."
1 - 20 of 120 Next › Last »
Showing 20 items per page