The best reference for the design of fast web sites is, IMHO, Steve Souders‘s book on front end optimization. He…
Digital marketing
How to check if you respect web design standards and best practices?
webmaster desktop (Photo credit: FSA 2006-07) Do you know how to check if your web page respect web design standards…
How to use html tidy with python to validate HTML content?
Html-source-code (Photo credit: Wikipedia) Ttidy is a famous toolset for validating HTML and XML content. It identifies mistakes, and corrects…
Playing with user registration in django
English: Gmail registration screenshots فارسی: عکسهای برگه ثبتنام جیمیل (Photo credit: Wikipedia) Django registration module is quite handy whenever you…
Which server for deploying a scalable django powered web app? How to install nginx and gunicorn for django.
Debian OpenLogo (Photo credit: Wikipedia) English: Nginx Logo Español: Logo de Nginx (Photo credit: Wikipedia) This post explains how to…
Blogger: how to add a blog’s sitemap in webmaster tools?
tumblr google webmaster tools sitemap (Photo credit: GioSaccone) Sitemaps are useful to indicate to websearch engines the list of the…
How to add a meta tag to a blogger blog?
Meta tags are useful for search engine optimization purposes: they associate key words to a website. For instance, if your…
How to convert html to text (html2text) in python
How to convert HTML code to Text with Python (solved) There are several tools to convert html to text (html2text)…