Web design & web development freelance

I develop clear, effective and professional websites

02 Services

TO MAKE ALL COMPREHENSIVE WEBSITES

Research & Planning

My key priority in order to have a solid fundament for the realization of the design and the search engine optimization.

Identity

I can make stylized logo, brochure, catalog and business card studying the look and feel based on your’s requests and needs.

Website

I develop clear, effective and professional websites. Dynamic, user friendly and standards compliant.

Search Engine Optimization

I can improve your visibility in search engines. Considering how search engines works and what people search for, I rewrite the contents including the most searched.

Marketing

If you want to advertise your website and make it a usable tool for many visitors, I will provide you with all my experience.

Continue

Services

03 Featured Articles

THE MOST INTERESTING OF MY ARTICLES

Minimit Gallery 2.0 Guide

January 24, 2012 No Comments

Here the specifications and api of Minimit Gallery 2.0. In the plugin page you can find the source code and the demo. The Html Api When you use Minimit Gallery you need to specify all the Html items of the gallery, giving them an id constructed with the reference name the item string and the number of the item, this way: <div id="reference-item-0">0</div> <div id="reference-item-1">1</div> <div id="reference-item-2">2</div> <div id="reference-item-3">3</div> <div [...]

Continue

Minimit Gallery 2.0 Guide

Javascript Events Fixes

January 20, 2012 No Comments

Here is a fix for Javascript event that fixed two important problems: Fix the scope of event handlers added with Internet Explorer’s attachEvent method (code taken from Yui Library) Add support to mouseenter and mouseleave events To use just paste on a Javascript file and use the function as you need it. /* * Add Javascript events: support mouseenter and mouseleave and fix scope of event handlers * @function addEvent(obj, [...]

Continue

Javascript Events Fixes

WordPress Template Tutorial

April 09, 2011 2 Comments

WordPress have great online documentation but is all scattered across many pages and it is hard to find a path that explains fully how to develop a template. So here it is a WordPress template tutorial that explains the basics and advanced techniques of templating with WordPress 3, useful if you want to know the key concepts or just discover the updated techniques of WordPress templating. WordPress Template Setup: template [...]

Continue

WordPress Template Tutori...