blog di Manuel Andrè Bottiglieri

How to add JavaScript code to HTML5

  • Posted on: 12 February 2015
  • By: Manuel Andrè Bo...

let's start from opening a text editor, copy/past the code below and save as "MyTest.html". Here a very basic HTML5 code:

<!doctype html> 
<html> 
<head>   
    <title>Great Home Page in HTML5</title>   
    <meta charset="utf-8"> 
    
    <!--CSS-->   
    <link rel="stylesheet" href="css/styles.css">
    
</head> 
<body>

Attachment field

  • Posted on: 8 January 2015
  • By: Manuel Andrè Bo...

finally upgraded the possibility to attach files to our blog posts.

Now users, while compiling a new post, have a new field "Attachment" that gives them the possibility to upload an unlimited number of different file extensions (rfa, txt, pdf, xls, xlsx, doc, docx, ppt, pptx, pps, ppsx)

Cattura_0.JPG

Restyle della blog list

  • Posted on: 22 November 2014
  • By: Manuel Andrè Bo...

finalmente formattata anche la pagina dei blog personali. La community cresce e diventava fastidiosa la visualizzazione dell'elenco post all'interno della pagine personali. Adesso abbiamo una sobria lista di titoli con nome autore e data.

prossimamente vedrò di integrare anche le immagini logo. Al momento non sembra molto immediata la cosa

Pagine