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

Posted in copy&paste, php, tips&tricks | Tagged , , , , , , , | 27 Comments

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

Posted in copy&paste, jquery | Tagged | Leave a comment

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

Posted in copy&paste, seo, tips&tricks | Tagged , | Leave a comment

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.

Posted in copy&paste, seo, tips&tricks | Tagged , | Leave a comment

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.

Posted in copy&paste, flash, web design | Tagged , , | Leave a comment

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.

Posted in copy&paste, tips&tricks, web design | Tagged , , | Leave a comment

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):

Posted in copy&paste, php, web design | Tagged , , | Leave a comment