Optimization of HTML code

Let’s make HTML code optimization. A faster site means more views and more satisfied users, who will reach the content they want faster. As a site grows, it can be increasingly difficult to maintain acceptable performance. What I propose today are a series of useful rules to pursue this purpose: […]

Read More…

Trigger custom JQuery

Today I show you a way to create custom triggers in case you need to trigger events dependent on others, perhaps not editable.An example of utility is when you find yourself with external ajax calls or events not covered so you must still identify the moment of conclusion. A couple […]

Read More…

CSS reset: cross-browser experience

Reset css

We have a series of best practices to fully explore the potential that CSS has. What I want to tell you about is the so-called CSS reset, a technique that allows you to improve the cross-browser properties of your layouts. Let’s take a step back to explain the utility of […]

Read More…

Create a site with Multi Language system

Here I am to show you a PHP script to be able to view your site in multiple languages. An alternative technique would be the “splitting of the site” on two separate folders of files (which can become too many to manage) at the expense of a fundamental point of […]

Read More…

CSS sprites tutorial and examples

Today I will illustrate a very useful technique for optimizing your web. This is the CSS sprites technique, used by many large sites (Google, YouTube, Yahoo ..) precisely because it speeds up page loading. When we call an url, the browser loads first the page and then, through other http […]

Read More…