Tag archives: web

RSS feed of web

Favicon with Django on iPhone, Android, Desktop, Windows and all the family

Published April 28, 2016 in Development, Web - Last update on April 28, 2016.

Every web developer has already play with favicon.ico, the simple tag for add an icon on browser tabs or starred page. For noobies it's:

<link rel="icon" href="/favicon.ico">

But nowadays with all the existing client platforms just this tag isn't sufficient. There are Apple devices, Android, Windows (huch) for ...

Continue reading

Django do analytics

Published April 17, 2016 in Development, Web - Last update on April 17, 2016.

There are now few months I want to install A Piwik and see who's coming in my website. My blog isn't a wordpress one and I always have the same problem: I do not want to install PHP on my webserver. I had Piwik in head because I want to self-host my analytic ...

Continue reading

Django is 10 years

Published Oct. 27, 2015 in Development, Web - Last update on Oct. 27, 2015.

The framework is a bit old and has already crossed a little piece of the IT's history. Let's follow the resume of Django's life, its well known third applications, links with Python and related events:

Jerome Debray's tools

Published July 7, 2015 in Development, Web - Last update on July 8, 2015.

One tool I use a long time ago is CSS mutli-column generator by Jerome Debray. This tools helps me to make a correct CSS for create <li> in sereral columns. Simple example:

  • Column 1 - Row 1
  • Column 1 - Row 2
  • Column 2 - Row 1
  • Column 2 - Row 2

CSS used:

-moz-column-count:2;
-webkit-column-count:2;
-o-column-count ...

Continue reading

StartSSL: Free SSL keys

Published April 20, 2015 in Web - Last update on July 6, 2015.

I have a HTTPS secure website and didn't want to pay for disable the ugly warning imposed by browser. My solution: StartSSL.com. It's a StartCom's webapp which deliver yearly SSL certificate for a single DNS.

It's a great non professional solution and has its disadvantages:

  • Authentication on website is made with ...

Continue reading