Find me on:

Tags
.htaccess 404 awards bookmark bookmarks canonical tag copy&paste css daily readings div dreamweaver feed firefox4 flash floats gallery google HTML5 interview jquery menu mod rewrite optimization php png ranking register.it seo sitemap siti siti internet snippets swfobject table web web design web designer web designer Padova web designer quarto d'altino web designer Treviso web designer veneto web designer venezia web developer veneto wordpress xmlCategories
Category Archives: copy&paste
File .htaccess su Register.it
Capita sempre più spesso di utlizzare la tecnica denominata URL Rewriting che permette la riscrittura di URL ‘SEO friendly’. Affinchè questa tecnica possa funzionare, come ben sappiamo, è necessario che nella root del nostro sito sia presente il file .htaccess. … Continue reading
Useful JQuery methods and events for web designers p.1
I am almost finished reading Learning jQuery 1.3 by Karl Swedberg, Jonathan Chaffer ; I’d like to share some useful methods and code snippets that may come handy to web designers when it is time to handcoding our beautiful layouts. … Continue reading
A custom 404 page
Let’s see how to create a custom 404 page in two simple steps. You need to have access to your webserver and upload to its root the .htaccess file. This is a simple file which tells the server to show … Continue reading
The Canonical Tag
Matt Cutts explains the new ‘canonical tag’ in a video. This tag (whose syntax is: ) helps webmaster to clean up duplicate urls on sites and is very useful when working with CMS such as wordpress for instance.
Flash and PNGs
Today I am going to show you another way of using flash in your pages. I do not use flash that often but for my latest website (www.sirenamurano.com) I really needed a solution to manage big sized PNGs.
The SWFObject 2.1 in a nutshell
We all know the SWFObject and how it works; let’s see how to implement it in our webpages in just few seconds. This syntax only applies to the SWFObject v. 2.1 available at googlecode.
Useful php snippet for web designers
I’d like to share some useful php snippets I often use while developing my websites. I just save them in my snippet folder in Dreamweaver. Quick variable retrieving (string):