Page by tags with no plugins

I wanted to have a menu voice in the top bar for listing all the post tagged with particular word.

You can do it easily without the need of external plugins just by going to:
Appearance>Menus>Links

and adding the url that automatically searches blog posts based on a particular tag, and then add it to the menu and check the menu sections like shown in this image.

Schermata 2013-04-27 alle 19.45.05

Hope it helps.

Eple per chi vuole cominciare da piccolo

Ribloggato da Ok, panico:

Clicca per visitare l'articolo originale
  • Clicca per visitare l'articolo originale
  • Clicca per visitare l'articolo originale

It stands for “apple” in norwegian and it is an acronym for
EPLE Programming Learning Environment

Quando io dovevo iscrivermi al secondo anno del Poli (in realtà era già tardi ma prima non lo sapevo ancora, e poi tutti i miei amici di Poli...) ho dichiarato che volevo andare su ingegneria informatica.
"Cos'è quella roba lì?" chiese mio padre.
"Quella che si occupa dei calcolatori" risposi, me l'ero preparata.

Continua a leggere... 474 altre parole

Scrivi qui i tuoi pensieri... (opzionale)

Kinder programming

Ribloggato da Ok, panico:

Clicca per visitare l'articolo originale

(questo post è gentilmente offerto da piergiu, nuovo e prezioso collaboratore di ok panico!)

"Ci scusiamo per l'intrusione, il palinsesto di "Ok, panico" riprenderà al più presto!"

Questo post è rivolto ai giovani, che dico giovani, giovanissimi, anzi, appena usciti dall'asilo!
Voi direte: " Eh, adesso cosa vuoi dire, che questo post di ok panico è per i bambini di 6 anni?

Continua a leggere... 848 altre parole

Scrivi qui i tuoi pensieri... (opzionale)

An Interactive Environment for the Didactical Manipulation of Programs

Here is my work of the last 4 months.
Enjoy!
Thesis

Download PDF Thesis here

https://dl.dropboxusercontent.com/u/8738393/EPLEthesis.pdf

Presentation

Video embedded in presentation

Software

https://bitbucket.org/pnioi/eple/downloads/eple_v9.zip

Web app

http://epleweb.appspot.com/

Mac Os X, LibreOffice: How to install LibreOffice Language Pack by hand

The fact is that the installation files doesn’t work: when you launch it, it stalls, it doesn’t do anything.
If you right-click the package and look in its contents, you’ll find an apple script that handles all the installation process, that it’s simply an unzipping of the tarball inside the same package.
Let’s do it by hand to save some time and frustration. (Why bad (opensource) software???)

STEPS TO INSTALL BY HAND YOUR LANGUAGE PACK

1. Mount your two *.dmg , installation and language pack installation
2. Install LibreOffice (Install it in /Applications)
3. Open in a Finder window the content of Language pack installation
04. You’ll find the Contents folder. Copy it in your Desktop
1It contains this:
25. Open a Terminal window (click spotlight and type Terminal and launch that app)
Type this two lines of commands:
6. cd Desktop/Contents/
and
/usr/bin/tar -C “/Applications/LibreOffice.app/” -xjf ./tarball.tar.bz2
7. Then close the Terminal and open LibreOffice, go to the preferences and choose your language (FINALLY)
3This is my app translated in italian
4

Hope it helps! As usual, let me know how it goes for you, and also thanks for your time.