Links tagged “trick”
2 links, newest first.
cygwin.com
cat <<EOF HOME is $HOME the date is `date` the date is $(date) EOF cat <<"EOF" HOME is $HOME the date is `date` the date is $(date) EOF cat <<\EOF HOME is $HOME the date is `date` the date is $(date) EOF
webdesignerwall.com
Tutorial for faking gradient headings in CSS by overlaying a transparent gradient PNG on live text, with an IE6 fallback and a jQuery variant.

