HTML5 Skeleton with Bootstrap CSS and jQuery 3 Document Ready

This skeleton template allows you to quickly write a web page. It includes the boilerplate you would write anyway: Bootstrap CSS and an inline style; jQuery and a document ready function; and some text wrapped in a div.container.

Posted in Uncategorized | Tagged , , , , , | Comments Off on HTML5 Skeleton with Bootstrap CSS and jQuery 3 Document Ready

Aikataulu – Mobiilituotekehitys bus4tn008-6 – syksyllä 2016

Keksi ja koodaa oma Android-ohjelma. JavaScriptilla. Julkaise Google Playssa. Aiemmilla kursseilla menestyivät Cordovalla toteutetut Laurin Times Table Grid Game (yli 50 000 asennusta), Villen Hirsipuu Suomi (yli 10 000 asennusta)  ja Elmon SuomiSanakirja (yli 10 000 asennusta). Jos voitat Laurin … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , , , , | Comments Off on Aikataulu – Mobiilituotekehitys bus4tn008-6 – syksyllä 2016

Bootstrap CSS – Quickly Style Your HTML5 Page – Skeleton

Bootstrap (from Twitter), is a Free CSS framework. Bootstrap has table-free layouts, navbars, buttons, icons and automatic scaling for mobile devices. Copy bootstrap.css and bootstrap-responsive.css to your website, link the stylesheets and you’re ready to go. <!doctype html> <html> <head> … Continue reading

Posted in Uncategorized | Tagged , , , , , | 1 Comment

Making Preformated PRE Text Warp in CSS3, Mozilla, Opera and IE

Making preformated <pre&gt text wrap in CSS3, Mozilla, Opera and IE Code snippets and poems often use spaces for indenting text. Pre-tag is used to display preformatted text on webpages. This makes indenting visible, but has the annoying side-effect of … Continue reading

Posted in Old Site | Tagged , , , | Comments Off on Making Preformated PRE Text Warp in CSS3, Mozilla, Opera and IE