To identify the user's browser.
<? echo "Your browser is: $HTTP_USER_AGENT<br><br>\n"; // MSIE 4 or 5? if(eregi("msie.[4|5]",$HTTP_USER_AGENT)) $browser = "msie"; // Netscape Navigator? else if(eregi("nav",$HTTP_USER_AGENT)) $browser = "nav"; else $browser = "other"; if($browser == "msie") if(date("z") > 350) { echo "It is almost Christmas<br><br>\n"; echo "phtml.com uses /css/msiexmas.css for your browser<br><br>\n"; } else { echo "phtml.com uses /css/msie.css for your browser<br><br>\n"; } else { // is it almost christmas? if(date("z") > 350) { echo "It is almost Christmas<br><br>\n"; echo "phtml.com uses /css/otherxmas.css for your browser<br><br>\n"; } else { echo "phtml.com uses /css/other.css for your browser<br><br>\n"; } } // select which bookmark code to display echo "and uses this bookmark code:<br>\n"; if($browser == "msie") { echo "<span style='color:blue;cursor:hand;' onclick='window.external.AddFavorite(\"http://phtml.com/\", \"phtml.com - Free PHP Scripts\");'>Click here to bookmark phtml.com</span>"; } elseif($browser == "nav") echo "Bookmark phtml.com (Press CTRL+D)"; else echo "Don't forget to bookmark phtml.com"; ?>
Download code...
Script C# per tutte le esigenze: database, sessioni, file, contatori, stringhe, date, e-mail, e tanto altro.
Manuale completo di C# per principianti e non
Script VB.Net Visual Basic .net: database, sessioni, file, contatori, stringhe, date, e-mail, e tanto altro ancora.
Manuale completo di VB.Net per principianti e non.
Tecniche di posizionamento indicizzazione e ottimizzazione dei siti web per nei motori di ricerca
Manuale completo sui CSS per principianti e non
HTML 5 è un linguaggio di markup utilizzato per la strutturazione e il contenuto delle pagine Web.
CSS 3 è l'ultima evoluzione dei fogli di stile CSS. Contiene molte novità come angoli arrotondati, ombre, sfumature, transizioni o animazioni.
jQuery è una libreria JavaScript cross-platform progettata per semplificare lo scripting lato client.