The Worst Question a Salesperson Can Ask

I enjoyed this article, it’s written in a very nice way and it drives you where they want. I, but I have a different opinion about the number of times the question can be the worst one you can pronounce, in the majority of the times this is the more useful one “What’s keeping you … Read more

Font-face web

I want to remind this fabulous place where you can find all type of web fonts: 1001 fonts. In my case to implement this one: @font-face { font-family: Oswald; src: url(‘/fonts/Oswald-Regular.ttf’) }  

Menu for Joomla, M4J

A place to remind, M4J offers you the opportunity to generate the look & feel of your own menu. You install the module and the component. After that you only have to create the look&feel entries with all type of possibilities.

From image to Data URI

I’m customizing the Prestashop template and I was stuck with some images that they were not available for being changed. Then I found that some of the images are represented using data URI scheme. Inline images use the data URI scheme to embed images directly within web pages. As defined by RFC 2397, data URIs … Read more