We need a teacher tablet package for schools

Wy doesn't Apple get hip to the needs of educators and capture a piece of the pie to get technology into teachers hands? Apple should create a package that could be advertised to district superintendants and administrators; the package should include one main computer for the school with an Apple account for the school, X number of ipads depending on school needs with an app bundle that includes iworks, Microsoft office, and for gods sake the ability to run flash and java. This could either be a third party app or Apple could realize there is a need, Hawaii uses eSIS for grading and attendance which requires java. We may be purchasing Asus Eeee tablet computers instead of ipads simply because of this. If a school purchases ipads now, teachers have to buy their own apps yet they do not own the ipad. Creating a bundle of most used apps allows schools a one time purchase that allows schools and teachers to get up and running immediatly with the basics needed in our profession. Then leadership teams could decide what other apps they want to purchase as they go.
Is anybody listening?

Microsoft would have to make office for iPad-not Apple.
Flash and java are not going to happen, no matter what misguided reasons you want it.
Some links you may find educational:
http://www.apple.com/hotnews/thoughts-on-flash/
http://ipadeducators.ning.com/m/
http://www.iear.org/
http://www.nytimes.com/2011/01/05/education/05tablets.html?pagewanted=all
http://www.usatoday.com/money/industries/technology/2011-08-02-inkling-ipad-e-te xtbooks_n.htm

Similar Messages

  • Do I need to import any package for running exit(0)

    i m using exit(0) but error is given on compilation.......do i need to import any package for exit() fucntion

    Do you mean System.exit?

  • HT1338 need to update operating system for school. mac book pro has OS X and is very outdated. help!

    help need to update macbook pro operating system for school. has OS x 10.4.11 now

    You can buy Snow Leopard 10.6 at this link,
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard

  • Help needed: making a psptoolchain package for arch

    Hi....
    I'm very new to archlinux (now using it for 3 weeks), but I really like it
    Now I tried to make a archlinux package for the psptoolchain (PSP's are so nice )
    I already got a working package for the psp-gcc and the psp-binutils (wrote my own PKGBUILD's) which came with the psptoolchain.
    But now I got stuck with psp-newlib and pspsdk.
    At the moment I'm building all the packages separately, but later I'll try to make one package for the whole psptoolchain....
    So here comes my problem with psp-newlib and pspsdk...
    psp-gcc -march=i686 -O2 -pipe -G0 -Wall -I../../src/base -I../../src/kernel -c sceAtrac3plus.S
    sceAtrac3plus.S:0: error: bad value (i686) for -march
    Assembler messages:
    Error: Bad value (i686) for -march
    make[3]: *** [sceAtrac3plus.o] Error 1
    make[3]: Leaving directory `/mnt/data/archlinux/packages/psptoolchain/pspsdk/src/pspsdk/src/atrac3'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/mnt/data/archlinux/packages/psptoolchain/pspsdk/src/pspsdk/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/mnt/data/archlinux/packages/psptoolchain/pspsdk/src/pspsdk'
    make: *** [all] Error 2
    ==> ERROR: Build Failed. Aborting...
    And here comes my PKGBUILD for psp-newlib:
    # Contributor: [email protected]
    pkgname=newlib
    pkgver=1.13.0
    pkgrel=1
    pkgdesc="GCC for psp-devel"
    url="http://ps2dev.org/psp/Tools/Toolchain/"
    depends=()
    makedepends=()
    source=(ftp://sources.redhat.com/pub/newlib/$pkgname-$pkgver.tar.gz)
    md5sums=('3d07cc367a22b78c44227456b0d3b7dc')
    build() {
    export PSPDEV="/usr/local/pspdev"
    export PATH="$PATH:$PSPDEV/bin"
    cp $startdir/newlib-1.13.0.patch /$startdir/src/$pkgname-$pkgver
    cd $startdir/src/$pkgname-$pkgver
    cat newlib-1.13.0.patch | patch -p1
    cd /$startdir/src/$pkgname-$pkgver
    BUILDDIR="/tmp/pspdev" PSPDEV="/usr/local/pspdev" ./configure --prefix=/usr/local/pspdev --target=psp
    make || return 1
    make DESTDIR=$startdir/pkg install
    I know, using newlib as pkgname is bad, but later I'll change it to psp-newlib and I'll replace the $pkgname's with newlib (I hope this idea isn't too bad)
    One last thing: psp-binutils and psp-gcc are installed in "/usr/local/pspdev"
    I hope you can help me
    thanks, and have a nice day
    XazZ

    After a long break I decided to work on the PKGBUILD again.
    Now I got two PKGBUILD's: one for the psptoolchain and one for pspsdk (pspsdk gets updated very often, so I decided to create an extra PKGBUILD).
    I'm not sure if my PKGBUILD's fit the PKGBUILD-standard
    First thing before I post my PKGBUILD's: I'm not finished with adding all required fields (as license and so on)!
    Here comes the one for psptoolchain:
    pkgname=psptoolchain
    pkgver=2211
    pkgrel=1
    pkgdesc="A collection of tools to create executables for the Sony PSP"
    url="http://ps2dev.org/psp/Tools/Toolchain/"
    depends=('subversion' 'texinfo')
    makedepends=()
    license=('GPL')
    source=(ftp://ftp.gnu.org/pub/gnu/binutils/binutils-2.16.1.tar.bz2 ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.0.2/gcc-4.0.2.tar.bz2 ftp://sources.redhat.com/pub/newlib/newlib-1.15.0.tar.gz)
    md5sums=('6a9d529efb285071dad10e1f3d2b2967'
    'a659b8388cac9db2b13e056e574ceeb0'
    '4020004b1b7a56ca4cf7f6d35b40a4cb')
    sha1sums=('5c80fd5657da47efc16a63fdd93ef7395319fbbf'
    'f1b714c6398393d8f7f4ad5be933b462a95b075d'
    'f6860b36e48fb831a30bab491230bbc7ce2669a2')
    arch=('i686')
    _svntrunk=svn://svn.pspdev.org/psp/trunk/psptoolchain
    _svnmod=psptoolchain
    _svntrunk1=svn://svn.pspdev.org/psp/trunk/pspsdk
    _svnmod1=pspsdk
    build() {
    cd $startdir/src
    svn co $_svntrunk $_svnmod
    cd psptoolchain
    cp binutils-2.16.1.patch $startdir/src/binutils-2.16.1/
    cp gcc-4.0.2.patch $startdir/src/gcc-4.0.2/
    cp newlib-1.15.0.patch $startdir/src/newlib-1.15.0
    export PSPDEV="$startdir/pkg/usr/local/pspdev"
    export PATH="$PATH:$PSPDEV/bin"
    msg "patching and building binutils..."
    cd $startdir/src/binutils-2.16.1
    cat binutils-2.16.1.patch | patch -p1
    ./configure --prefix=/usr/local/pspdev --target=psp --enable-install-libbfd
    make clean || return 1
    make || return 1
    make DESTDIR=$startdir/pkg install
    msg "building and patching binutils finished"
    msg ""
    msg "patching and building gcc..."
    cd $startdir/src/gcc-4.0.2
    cat gcc-4.0.2.patch | patch -p1
    mkdir objdir
    cd $startdir/src/gcc-4.0.2/objdir
    ../configure --prefix=$startdir/pkg/usr/local/pspdev --target=psp --enable-languages="c" --with-newlib --without-headers
    make || return 1
    make DESTDIR=/ install
    msg "building and patching gcc finished"
    msg ""
    msg "building pspsdk-headers - we'll only need them temporary"
    cd $startdir/src/
    svn co $_svntrunk1 $_svnmod1
    cd $_svnmod1/
    ./bootstrap
    ./configure --prefix=/usr/local/pspdev -with-pspdev=/usr/local/pspdev
    make clean || return 1
    make DESTDIR=$startdir/pkg install-data
    msg "building pspsdk-headers finished"
    msg ""
    msg "patching and building newlib-psp"
    cd $startdir/src/newlib-1.15.0
    cat newlib-1.15.0.patch | patch -p1
    ./configure --prefix=$startdir/pkg/usr/local/pspdev --target=psp
    make || return 1
    make DESTDIR=/ install
    msg "building newlib-psp finished"
    msg ""
    msg "building gcc-c++"
    cd $startdir/src/gcc-4.0.2
    mkdir build-psp-c++
    cd $startdir/src/gcc-4.0.2/build-psp-c++
    ../configure --prefix=$startdir/pkg/usr/local/pspdev --target=psp --enable-languages="c,c++" --with-newlib --enable-cxx-flags="-G0"
    make clean || return 1
    make CFLAGS_FOR_TARGET="-G0"
    make || return 1
    make DESTDIR=/ install
    msg "building gcc-c++ finished"
    msg ""
    msg "removing unnecessary code"
    cd $startdir/pkg/usr/local/pspdev/psp
    rm -rf sdk
    msg "Now you need to build and install pspsdk!"
    And here the one for pspsdk:
    pkgname=pspsdk
    pkgver=2209
    pkgrel=1
    pkgdesc="A collection of Open Source tools and libraries written for the Sony Playstation Portable (PSP)."
    url="http://ps2dev.org/psp/Tools/Toolchain/"
    depends=('psptoolchain')
    makedepends=()
    arch=('i686')
    license="custom"
    _svntrunk=svn://svn.pspdev.org/psp/trunk/pspsdk
    _svnmod=pspsdk
    build() {
    export PSPDEV="/usr/local/pspdev"
    export PATH="$PATH:$PSPDEV/bin"
    cd $startdir/src
    svn co $_svntrunk $_svnmod
    cd $_svnmod/
    ./bootstrap
    ./configure --prefix=/usr/local/pspdev -with-pspdev=/usr/local/pspdev
    make clean || return 1
    make DESTDIR=$startdir/pkg install-data
    make clean || return 1
    ./configure --prefix=$startdir/pkg/usr/local/pspdev -with-pspdev=/usr/local/pspdev
    make || return 1
    make DESTDIR=$startdir/pkg install
    Some explanation: I've used this one very often: --prefix=$startdir/pkg/usr/local/pspdev
    Explanation: When I wanted to create only one PKGBUILD for the psptoolchain, some dependences were in $startdir/pkg. If you take  --prefix=/usr/local/pspdev he won't get some depencies (mostly header files), which means I had to create single PKGBUILD's for every part of the psptoolchain (that would be 6 single parts).
    Those --prefix-changes don't stop my psp environment from working! (tested it myself - I comiled almos all sample apps which were included in the pspsdk - and all compiled well)
    I hope we can find a better solution than mine.
    Thanks in advance
    XazZ

  • Need to use default package for JNI code?

    Hi,
    I don't have much experience with JNI code, so excuse me if I make a silly mistake.
    I have a set of DLLs to interface with Microsoft native speech code ("Microsoft Sam") -- a GPL library called Quadmore. Quadmore has some sample Java code to work with the libraries, all of which they put in the default package (no package). If I move their code to a named package, it breaks. The Java code is able to load th libraries, but can't find any of the methods.
    Looking at the source for their DLLs (though I don't speak C++), the method names are things like
    JNIEXPORT jboolean JNICALL Java_QuadmoreTTS_SpeakDarling(JNIEnv *env,jobject obj,jstring strInput)As far as I understand, this implies that the QuadmoreTTS.class that calls the code must be in the default package, as otherwise the method name needs to be prepended with a package name.
    If that's so, then there's no way I can use the code as-is, right? Naturally, the rest of my program is in named packages, and I can't import any class that is in the default package, right? I've tried placing all their code in a jar and adding the jar to my classpath, but I still can't import any of their classes as they are in the default package.
    Is the only solution to re-compile all their C/C++ code to let it use packages? Am I being dumb and missing something? I'm pretty sure other people have used Quadmore before, so I can't believe that they've never had this problem before.
    Any suggestions greatly appreciated!
    Sam

    C/C++ functions in JNI must conform to the prototypes produced by running the javah compiler against the class file with native methods in it. So if you move the class to another package, the prototypes change. If you doun't change the compiled C coudes to suit, you will get undefined method errors when you load the dll as the JVM won't be able to match the native methods to the methods in the dll (it will call WinLoadLibrary() and WinLoadProcAddress() or somesuch under Windows).

  • Do we need gcc compiler (prereq packages for linux) after installation?

    Hi
    Our data center folks want to remove any package that is not used at runtime. We told them that all the pre-req packages are needed during installation. Are they needed during the start/stop or run of OracleAS10g?
    Thank you

    Hi,
    The compiler is also used for relinking during patching.
    Regards,
    Mathias

  • TS1292 My card is unreadable and it doesn't start with any of the numbers or letters above? I need to purchase a book for school. Please help me.

    I have for the past three and a half hours have been trying to redeem my itunes gift card. It is for $25.00 and I need to purchase a book. My card is unreadable....The first letters and numbers are fine but the middle....looks like four numbers/letters combination is missing and then the last four digits are fine. I have typed in what looks just like the letters and it says invalid everytime. So I went to express and did what they said and still it says invalid. I don't want to throw 25.00 dollars down the drain. Can anyone tell me how to fix this problem?

    Try resettting Safari by clicking on the Safari menu item the click reset Safari.

  • Firefox needs a Debian installer package for version 4 - it should be as easy to install as Chrome

    While Ubuntu is slow in providing access to Firefox 4 in their repositories, it would seem appropriate for Mozilla to have a Debian package installer for Firefox 4 that the user can access on a timeline enjoyed by everyone else.
    What is the delay??

    I think you may have pasted the wrong thing into the Description.
    To try and resubmit a pending report (for example if you lost your internet connection):
    #Go to about:crashes in the location bar
    #Click the latest report link to resubmit it
    If there isn't a pending crash report listed, I'm afraid you may be out of luck for that crash report.

  • When will the iPad mini be available online? I need to purchase it soon for school!

    When will the iPad mini be available to purchase online? It says in-store only! It's been like that for the past 2 weeks!

    I am in the same boat. I have a $300.00 gift card that I want to put towards a 64 GB Verizon iPad Mini.
    The Apple store shows them shipping in 1 week for quite a while now. How is it that Best Buy has none of these for a long time now? I mean they are a retailer of Apple Products Right?
    I think I will just sell my gift card and be done with them. It will much less of a headache to just buy from Apple.
    I hate these store gift cards !!!!!!!!!!!!

  • Need some advice - need to create some flashcards for school

    hi all, hope this is not the wrong place to post this question!! i am a student and i need to create some flashcards fo my class, does anyone know of a good way of doing this?? i would also like to be able to transfer the flashcards to my iphone and view them there.
    Any suggestions would be greatly appreciated,
    thanks,
    Pete

    http://www.macupdate.com/search.php?keywords=flashcard&starget=google

  • Need cvuqdisk rpm package for oracle 10.2.0.1 on IBM PPC..

    I need the cvuqdisk rpm package for IBM PPC running Redhat. It is not in the Oracle distro that was downloaded from Oracles site.

    You will find almost all the rpm's for any platform from www.rpmfind.net

  • Need to run the package

    Hi friends,
    i need to run a package which will send a mail as soon after it runned. I have a package. But i need to run that package for each and every 10 min in a day. For that how i can create a job to execute that package.
    As a result of the job for each and every 10 min ill be receiving a mail. How to create a job to execute my package for every 10 min.
    Regards,
    Mini

    Hi srikanth and hoek,
    Thanks for your reply.
    i dont know why the job is not running and executing the package.
    if i compiled the package separately means, i can able to execute it successfully and also im receiving mails correspondingly.
    begin
    it_check_overdue_issues.email_overdue;
    end;But if i tried to execute the above package using a job means, it is not running corresponding to the time and also not receiving emails. This is my DBMS_JOB query that i used, it is compiling successfully without errors, but not working what is wrong with it.
    DECLARE
        jobno number;
    BEGIN
        DBMS_JOB.SUBMIT(
            job => jobno,
            what => 'BEGIN it_check_overdue_issues.email_overdue; END;',
            next_date => SYSDATE,
            interval => 'SYSDATE + (2/1440)');
        COMMIT;
    END;Regards,
    Mini

  • Change the Package for SAP Script

    Hi,
         I need to change the package for the SAP Script which is saved as a local Object and assing a new request to it. The Script is maintained in 11 Languages. Can any one please suggest how to do that
    Thanks

    Hi,
    goto SE03
    Click on change object catalogue.
    Use Form (or other) as objecttype, type in your sap script object, execute.
    Form there you can change the package.
    Kind regards, Rob Dielemans

  • Need to change snmp string for a solaris server

    Hi Everyone ,
    i am new to solaris and i need to change a snmp string for solaris server and we need to add this server into the monitoring system.
    Please tell me the PKG which need to installed in the client ( solaris box ) .
    As of now , i can find these PKGs installed in the machine .
    # pkginfo -i |grep -i snmp
    system SUNWjsnmp Java SNMP API
    system SUNWmibii Solstice Enterprise Agents 1.0.3 SN MP daemon
    Do i need to install any package for setting the snmp string and please tell me the configuration file where i need to
    change the snmp string file ?
    Regards
    Chenthil

    Hi Bhanu,
    I am fine, thanks. Hope you are fine too.
    will this step not required
    $sqlplus apps/appspass
    SQL>exec fnd_conc_clone.setup_clean
    before running autoconfig?If you have the latest AutoConfig patch applied, then I believe it is not required. However, it should be OK to run this command to purge FND_NODES table before running AutoConfig.
    Regards,
    Hussein

  • I am 13 but going into high school next year and possibly an elite boarding school that is 9 hours away from my town. I need to get a mac air for school purposes.How can convince my parents to let me get one?

    My house has always had macs and my parents don't like pcs. I don't either. They are slow and so far behind from macs.  So i am going into high schoo next year and parents don't let me on the computer without asking and have them all password protected. I did have my own ibook g4 but it broke randomly. My mom says i will isolate myself from too much scree time and get depressed but i love macs and i would like to work in an apple store someday but i'm not even allowed to buy my own ipod touch with my own money. But my mom has an new imac, ipad and  iphone and ipod and all of this has been gifts to her. But i really need a computer for school. I have written lists of good reasons not like i want it but good ones and asked nicely but my mom just says because and thats the only reason i need to know. and by the way she is a teacher so she thinks technogly is evil. How can i get the mac air??

    I really do not want to enter a family discussion about what you should or should not have.  If the MBA is to support your school work then you need to present your arguments on that point.  If there is a concern about using a Mac when the school supports PCs then point out a Mac can also use Windows on a BootCamp partition so it is fully compatible with both systems.

Maybe you are looking for

  • How can I reclaim storage from other category on my iPad?

    I have used PhoneClean, deleted my browser cache, deleted and re added my e-mail account, deleted my text messages and still there is 10 GB in the other category.

  • WRT110 Only provides wireless to other computers when wired to a separate laptop

    This never seemed to happen on our old computers, but now that my fiancee and I are both running Windows 7 and switched our Internet Service Provider, here is our problem: Every time I try to open my laptop and connect to our router, it connects, but

  • How can I stop new private tabs in Safari from logging me out?

    Previously, in Mavericks, a private browsing session would act as one whole session, even if split between multiple tabs. So, for example, if I was signed in to an online account, I could move around the site and open links in new tabs without being

  • Error using IDoc SALESORDER_CREATEFROMDATA202

    Hi I'm trying to use IDoc SALESORDER_CREATEFROMDATA202 to create a sales order in the R/3 system, but I' keep getting the following error: "Maintain billing plan type in sales document type or item category" We are not using billing plan type at all

  • FI Report generated

    Hello there is a z tcode but the report name is "AQCSZF1AR_RPRTS=ZFQU_PARKED_ST", is it a FI generated report as it is not a standard report how to find it. also it calls a tcode FV70 when can't say but when called by this report the screen is a litt