Tutkimussuunnitelma – esimerkkityö kurssilta Tietotekninen selvitys ja kouluttaminen ict2tn011-5

Esimerkkityö Haaga-Helian tieteellisen kirjoittamisen kurssilta. Tietotekninen selvitys ja kouluttaminen on opiskelijalle ensimmäinen kurssi tieteellisestä kirjoittamisesta. Kurssilla harjoitellaan aihe-ehdotuksen ja tutkimussuunnitelman kirjoittamista. Tutkimussuunnitelmassa kuvattua tutkimusta ei toteuteta kurssilla, mutta osa opiskelijoista saattaa tehdä opinnäytteensä samasta aiheesta. Laaka 2011: (tutkimussuunnitelma) Kahdeksasluokkalaisten tietoisuus … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off on Tutkimussuunnitelma – esimerkkityö kurssilta Tietotekninen selvitys ja kouluttaminen ict2tn011-5

Static Advantage – Could WordPress Be 400 Times Faster?

Apache served static pages 400 times faster than dynamic WordPress pages. Could caching bring this speed advantage to WordPress? I measured pages with Apache benchmark tool “ab”, using 10 simultaneous connections. I used a powerful desktop as a server on … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , | Comments Off on Static Advantage – Could WordPress Be 400 Times Faster?

Demo Coming: 30 Ubuntus Installed & Managed

Update: Just came from lab and saw it working. The whole lab of 24 computers was installed. Only a couple of computers needed manual reboot (EFI BIOS settings, DHCP timeout). Configuring computers worked, too. AwaseConfigurations is almost ready. They can … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Comments Off on Demo Coming: 30 Ubuntus Installed & Managed

Drawing to Canvas on Android – Code Example

Draw full screen on your Android phone This is just example code. For a throughout explanation, see Make Arduino Bots and Gadgets: Boxing Clock. package com.botbook.drawingoncanvas; import android.app.Activity; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Paint.Align; import android.os.Bundle; … Continue reading

Posted in Uncategorized | Tagged , , , , , | Comments Off on Drawing to Canvas on Android – Code Example

Tee yksinkertainen peli Androidille

Tee yksinkertainen peli Androidille. Paljonko on 2*14? Mikä luvuista ei ole jaollinen kolmella? Haluatko ostaa vokaalin? Monennellako yrityksellä arvaat numeron? Paljonko 2 jalkaa 3 tuumaa on nykyaikaisissa yksiköissä? Mikä sana on kontiksi konoxlintti? Hymynaama Vapaaehtoinen lisätehtävä: Piirrä Androidilla hymynaama. Edistynyt … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Comments Off on Tee yksinkertainen peli Androidille

Ideas for Automation with Centralized Configuration Tool

You automated everything with cfengine, puppet or fabric. It works so smoothly that you are now looking for some more things to automate. Wireless WEP/WPA passwords, make available to all users in each slave Add shortcuts to desktop Add language … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off on Ideas for Automation with Centralized Configuration Tool

Android Cheatsheet for Beginners

Also check out Boxing Clock for Android (and MABG), search Stack Overflow, read Android Developers Guide and Reference. Toast private void tToast(String s) { Context context = getApplicationContext(); int duration = Toast.LENGTH_SHORT; Toast toast = Toast.makeText(context, s, duration); toast.show(); } … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off on Android Cheatsheet for Beginners

Write Moodle Quiz Quickly – Import Plain Text GIFT Format

Write your whole Moodle quiz in plain text, then upload. Which on of the following is correct: a, b or c? A simple quiz is a quick way to test simple stuff. But creating a quiz using Moodle web interface … Continue reading

Posted in Uncategorized | Tagged , , , , , | Comments Off on Write Moodle Quiz Quickly – Import Plain Text GIFT Format

TextViews in Android

TextView is a text field, usually user editable. You can read and write TextView values from code. You often have to cast between CharSequence, String, int and other types. Prequisites: Android Hello World Explained Read TextView final TextView q = … Continue reading

Posted in Uncategorized | Tagged , , , , , | Comments Off on TextViews in Android

Tee yksinkertainen laskin Androidille – Läksy kurssilla "Mobiili tuotekehitys" bus4tn008-1

Tee Androidille yksinkertainen laskin. Se voi laskea vaikkapa painoindeksin, huoneen tilavuuden tai muuntaa vanhentuneita mittayksiköitä nykyaikaisiksi.

Posted in Uncategorized | Tagged , , , , | Comments Off on Tee yksinkertainen laskin Androidille – Läksy kurssilla "Mobiili tuotekehitys" bus4tn008-1