neal_grosskopf


Member since 12/07/2007

Website: http://neal.grosskopf.name

45 snippets

3955 profile views

7 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

neal_grosskopf's Recent Snippets



1 2 Next »
Slim down the size of your javascript by using these custom functions.
2 574 posted 15 years ago by neal_grosskopf
ASP does not have a built in function to reverse or sort array like other languages. Find out how to do it.
1 931 posted 16 years ago by neal_grosskopf
Flash sucks, embedding it sucks more, find out how to make it not suck.
2 850 posted 16 years ago by neal_grosskopf
Consolidate all your various stylesheets into one and cut down on requests to your server by placing your screen, print & handheld stylesheets into one stylesheet
1 625 posted 16 years ago by neal_grosskopf
I notice that a lot of database driven websites make easy mistakes by not checking for plural words. An example might be "2 vote" or "1 votes". Here is an example of a function using ASP to check for plurals.
1 845 posted 16 years ago by neal_grosskopf
Often times it is nice to add some text after a link on your website to let your users know whether the link goes to a PDF and how large that PDF file is. I've found that manually doing this works but after awhile when that PDF file get updated, the...
2 936 posted 16 years ago by neal_grosskopf
Serve your xhtml pages correctly with this script and xsl file. Most websites serve their xhtml pages as text and not xml to Internet Explorer. With this it will serve to IE as xml. Your sites will be more valid because they will validate against the...
1 1021 posted 16 years ago by neal_grosskopf
Change selection color using CSS. Works in most modern browsers except for IE.
3 810 posted 16 years ago by neal_grosskopf
Style External, PDF, and Mailto links using CSS and a background image. For a great set of icons to choose from visit http://www.famfamfam.com/lab/icons/silk/.
3 1073 posted 16 years ago by neal_grosskopf
If you've ever used a strict doctype and used the target attribute on links you'll notice that it doesn't validate. Here is an easy solution.
4 1591 posted 16 years ago by neal_grosskopf
Find depreciated elements and attributes using CSS . Simply add the CSS below to the end of your style sheet and it will highlight bad code.
5 805 posted 16 years ago by neal_grosskopf
Style quotations similar to those used on Slashdot.org.
4 618 posted 16 years ago by neal_grosskopf
A better more accessible method to make buttons appear to be disabled upon click via css (with no javascript) Doesn't work in IE but does in other browsers.
3 809 posted 16 years ago by neal_grosskopf
Change the color and background color of selected text using only css. Compatible with Firefox and Safari, but not Internet Explorer
4 904 posted 16 years ago by neal_grosskopf
Style external, email, and pdf links using css3 attribute selectors.
11 786 posted 16 years ago by neal_grosskopf
1 2 Next »