giovedì 21 novembre 2013

Antivirus memory usage test

Click here to see the test

The best (paid) is WebrootSeureAnywere ($39)
the best Free Edition is Avast!

Il migliore a pagamento è  WebrootSeureAnywere ($39)
Il migliore gratuito è Avast! Free edition

NR Design

venerdì 15 novembre 2013

Form script

A very useful script for a "contact us" forms with 2 alerts
Un utilissimo script con 2 alerts per un modulo "contatti"

The form page is here: www.ruggia.net/english/contatti.htm [HTML5]
La pagina del modulo è qui: www.ruggia.net/contatti.htm [HTML5]

The script:

<?php session_start(); ?>
<?php
// - First, we need to set few Variables to handle all the dirty work!
$SiteName = "Dal sito";
$SiteEmail = "nuccio@ruggia.net";
// - That's it! That's All You Need To Do!!
$AdminMessage .= "Nome: $Nome\n";
$AdminMessage .= "Cognome: $Cognome\n";
$AdminMessage .= "E-mail: $Mail\n";
$AdminMessage .= "$info\n";
// Beginning of Securimage code
include_once $_SERVER['DOCUMENT_ROOT'] . 'D:\inetpub\webs\ruggianet/securimage/securimage.php';
$securimage = new Securimage();
if ($securimage->check($_POST['captcha_code']) == false) {
// error control
echo "<script language='javascript'>alert('Incorrect code, retry!');</script>";
echo "<script>window.history.back()</script>";
exit;
}
// End of Securimage code
mail("$SiteEmail", "Writing from your site", $AdminMessage, "From: $Name $LastName");
?>
<script type="text/javascript">
window.alert("Message sent, thank you!")
</script>
<script language="javascript"
type="text/javascript">document.location.href="contatti.htm";</script>

More details see here: http://www.phpcaptcha.org/

Mine is higly customized by me of course...


NR Design

martedì 5 novembre 2013

Results of my SEO job!!

Again in first page of Google search with keywords "web designer"
Di nuovo in prima pagina dei risultati di ricerca di Google con le parole chiave "web designer" 


NR Design

lunedì 7 ottobre 2013

Sfatiamo un mito - Explode a myth

Questo è quanto riportato in una pagina di supporto di Google:

Nessuno può garantire il raggiungimento della prima posizione nei risultati di Google.
Non fidarti dei SEO che affermano di garantire una determinata posizione nei risultati, che vantano di avere un "rapporto speciale" con Google o che pubblicizzano l'"inclusione prioritaria" su Google. Google non ammette inclusioni prioritarie. Infatti, l'unico modo per inserire direttamente un sito su Google consiste nell'utilizzare la nostra pagina Aggiungi URL o nell'inviare una Sitemap, operazioni che puoi svolgere tu stesso gratuitamente.

Fonte: https://support.google.com/webmasters/answer/35291?hl=it

This is what is reported in a support page of Google:

No one can guarantee a #1 ranking on Google.
Beware of SEOs that claim to guarantee rankings, allege a "special relationship" with Google, or advertise a "priority submit" to Google. There is no priority submit for Google. In fact, the only way to submit a site to Google directly is through our Add URL page or by submitting a Sitemap and you can do this yourself at no cost whatsoever.

Font: https://support.google.com/webmasters/answer/35291?hl=en


NR Design

Post it effect with HTML & CSS

Creating post it effects with HTML5 and CSS


Click on the link above and youll find a simple way to create post it effects using only html & css, no photoshop!!

See image for sample



















NR Design

lunedì 23 settembre 2013

Clients & Adwords

I will never manage again AdWords campaign for a client, simply becouse I do not want to be blamed if the campaign does not bring any money in 1 week. This is absurd, and it's useless to explain any thing.....
 

Non mi occuperò mai più di campagne Adwords per nessun cliente, semplcemente per chè non voglio essere incolpato se la campagna non porta soldi in una settimana. Questo è assurdo, ed è inutile dare spiegazioni.....

NR Design