civic tools from MIT

– https://readfold.com/ Per scrivere storie correlati di strumenti interattivi:
es, https://readfold.com/read/sannabh/animated-gifs-in-visual-journalism-the-state-of-the-art-best-practices-46SQKbRR


Aggiornamento GIF:
http://giphy.com/search/doodle/4
 


 
-Sharing our things
https://github.com/natematias/our-things
– games fot teach
http://education.mit.edu/projects/games/
logo:https://weheart.github.io/
– tracciamento dei prodotti, come vengono creati:
http://free.sourcemap.com/
-many eyes – visualizzazioni di dati
http://www-969.ibm.com/software/analytics/manyeyes/
 
 

Loader.. con il colore dominante

http://wordpress.stackexchange.com/questions/94691/change-background-color-with-a-dominant-from-picture
http://wordpress.stackexchange.com/questions/94691/change-background-color-with-a-dominant-from-picture
http://wordpress.stackexchange.com/questions/94691/change-background-color-with-a-dominant-from-picture
http://wordpress.stackexchange.com/questions/94691/change-background-color-with-a-dominant-from-picture

Perchè non uso i "servizi" Google

https://www.google.com/intl/it/policies/terms/
Perchè la maternità intellettuale rimane mia MA a loro ed ai loro patner (che non sono elencati) concedo opere derivate infinite e gratuite, anche dopo la rimozione dei contenuti.
Perchè utilizza le mie informazioni e contenuti in azioni di cui non mi da nessuna notizia, come una banca di cui non conosco gli investimenti.
Perchè se lo volessi usare come Archivio online, non mi soddisfa: il suo servizio è senza alcuna garanzia, nè di rimanere gratuito e neppure di rimanere up online.
Perchè internet nasce per decentralizzare, non per accumulare in un solo punto.
 
 

Cambia al tuo WpDB l'indirizzo web

fonte:

3 Efficient Tools for WordPress Database Migration


e
https://codex.wordpress.org/Moving_WordPress

Moving a website and changing your domain name or URLs (i.e. from http://example.com/site to http://example.com, or http://example.com to http://example.net) requires the following steps – in sequence.

  1. Download your existing site files.
  2. Export your database – go in to mySQL and export the database.
  3. Move the backed up files and database into a new folder – somewhere safe – this is your site backup.
  4. Log in to the site you want to move and go to Settings > General, then change the URLs. (ie from http://example.com/ to http://example.net ) – save the settings and expect to see a 404 page.
  5. Download your site files again.
  6. Export the database again.
  7. Edit wp-config.php with the new server’s mySQL database name, user and password.
  8. Upload the files.
  9. Import the database on the new server.

___

ok, dopo aver bestemmiato tutte le pagine bianche che conoscete, sono provata ad andare al link dove avevo messo wp-migrate.php e non me lo faceva vedere, eprchè credo che cmq ha delle dipendenze su Wp stesso(che non stava funzionando).
Quindi ho rinominato la cartella htdocs in import-htdocs, ne ho creata un’altra con nome htdocs, ho messo un wp nuovo e prima di configurarlo sono di nuovo andata sull’indirizzo wp-migrate.php e questa volta me lo ha fatto vedere, da lì ho fatto lo scambio nomi delle url del nuovo DB. Poi ho ricambiato i nomi delle cartelle htdocs e il sito era perfetto come dall’altra parte!! yheee!

____
When your domain name or URLs change there are additional concerns. The files and database can be moved, however references to the old domain name or location will remain in the database, and that can cause issues with links or theme display.
If you do a search and replace on your entire database to change the URLs, you can cause issues with data serialization, due to the fact that some themes and widgets store values with the length of your URL marked. When this changes, things break. To avoid that serialization issue, you have three options:

  1. Use the Better Search Replace or Velvet Blues Update URLs plugins if you can access your Dashboard.
  2. Use WP-CLI’s search-replace if your hosting provider (or you) have installed WP-CLI.
  3. Run a search and replace query manually on your database. Note: Only perform a search and replace on the wp_posts table.

Creazione utente e db da shell mysql

CREATE USER 'nomeutentedatabase'@'%' IDENTIFIED BY '***';GRANT USAGE ON *.* TO 'nomedatabase'@'%' IDENTIFIED BY '***' REQUIRE NONE WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0;CREATE DATABASE IF NOT EXISTS `nomedatabase`;GRANT ALL PRIVILEGES ON `nomeutentedatabase`.* TO 'nomedatabase'@'%';

Storymap/timeline e scroll triggered

Ecco le proposte:
1) http://timeline.knightlab.com/
la più tradizionale
2)https://storymap.knightlab.com/
molto legata al territorio
3)http://cartodb.github.io/odyssey.js/
idem..
4) http://timemapper.okfnlabs.org/okfn/medieval-philosophers#0
anche
Questi sono pacchetti quasi già fatti di codice..
Oppure possiamo prendere ispirazione da questi che però dobbiamo
lavorare di più per ottenerli:
A) http://www.nytimes.com/newsgraphics/2013/10/13/russia/
si snoda verticalmente su un percorso, immaginatelo su una linea del tempo.
B)http://revolt.axismaps.com/map/
ha un PLAY degli eventi storici, che comunque vengono collocati su una
mappa o disegno
C)http://www.nytimes.com/interactive/2014/07/03/world/middleeast/syria-iraq-isis-rogue-state-along-two-rivers.html
tutto creata sullo scroll dell'utente e la posizione nella mappa in basso a a dx.
TOOL per avere sempre i dati dello scroll della pagina:
http://homepage.ntlworld.com/keir.clarke/web/leafletwaypoint.html
tool singolo:
http://imakewebthings.com/waypoints/