Likes Received By So1

  1. Napoleon liked So1's post in the thread Mod Rewrite help.

    RewriteRule ^site/(.*)[/]{0,1}$ siteinfo.php?domain=$1 [L] dont forget set RewriteBase / and RewriteEngine on :-D

    Oct 5, 2008
  2. twistedspikes liked So1's post in the thread Opacity in IE with a variable help needed....

    if (navigator.appName == 'Microsoft Internet Explorer') { div.style.filter = 'alpha(opacity=' + opacity*100 + ')'; } else {...

    Mar 29, 2008