neal_grosskopf


Member since 12/07/2007

Website: http://neal.grosskopf.name

45 snippets

3803 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



« Prev 1 2
Learn how to test for CSS property support in specific browsers using this simple Javascript technique.
1 574 posted 13 years ago by neal_grosskopf
Learn how to track outgoing links in Google Analytics with jQuery.
2 788 posted 13 years ago by neal_grosskopf
jQuery has a built in method that allows developers to store information inside elements. Learn how to use the .data() method and view some examples of how this can be used.
1 617 posted 13 years ago by neal_grosskopf
Internet Explorer does not support a standards compliant way to create text shadows. Learn how to emulate the CSS3 feature with this jQuery plugin.
3 1018 posted 14 years ago by neal_grosskopf
A jQuery plugin that will add a 'new' icon next to files that are newer than X amount of days.
1 1039 posted 14 years ago by neal_grosskopf
Display the number of people following you on Twitter using this custom Twitter badge. The code simply returns a number so you can style it however you like.
1 667 posted 14 years ago by neal_grosskopf
Learn how to emulate ASP.NET's AppendFormat method in Javascript. AppendFormat is essentially a simple form of concatenation in ASP.NET.
1 638 posted 14 years ago by neal_grosskopf
Learn how to emulate ASP.NET's AppendFormat method in Classic ASP. AppendFormat is essentially a simple form of concatenation in ASP.NET.
1 701 posted 14 years ago by neal_grosskopf
Learn how to create drop caps using CSS and no extra HTML markup in this short tutorial.
1 728 posted 14 years ago by neal_grosskopf
A quick and easy function that will output table column names and loop through your SQL recordset results outputting it into a HTML table.
2 927 posted 15 years ago by neal_grosskopf
Learn how to use CSS to save the environment by not wasting unnecessary paper and ink.
1 666 posted 15 years ago by neal_grosskopf
Learn how to place a DIV in the exact middle of the screen using this JQuery horizontal & vertical align plugin.
6 733 posted 15 years ago by neal_grosskopf
Learn how to display the total number of Feedburner subscribers next to your 'subscribe' icon on your web site.
2 821 posted 15 years ago by neal_grosskopf
Learn how to retrieve a specific url's total number of Diggs using JQuery, ASP and the Digg API.
2 1727 posted 15 years ago by neal_grosskopf
Find out how to retrieve a count of the total times users have bookmarked your web site or web page on Delicious by using JQuery and JSON. The code is pretty simple and can be done in under 18 lines of code.
1 895 posted 15 years ago by neal_grosskopf
Learn how to style the HTML code element with CSS using CSS counters. CSS counters are the CSS equivalent to variables. In my tutorial I use CSS counters to emulate line numbers for my code block.
2 898 posted 15 years ago by neal_grosskopf
A tutorial showing you how to give your images some style using only CSS rather than using Photoshop to give images a border/frame.
1 801 posted 15 years ago by neal_grosskopf
Find out how to do rounded corners in CSS. A new method has recently come out that makes it extremely easy to implement.
3 1147 posted 15 years ago by neal_grosskopf
Learn a new and seldom used method of clearing floats in CSS.
3 712 posted 15 years ago by neal_grosskopf
In Firefox and Internet Explorer, the table caption element will be a pixel narrower than in other browsers. Find out how to fix this annoying problem.
1 614 posted 15 years ago by neal_grosskopf
Tutorial on how to add ajax style loading icon to large images by using CSS rather than JavaScript
10 1021 posted 15 years ago by neal_grosskopf
A series of tests to determine the best way to preload css images on elements that by default are hidden.
2 701 posted 15 years ago by neal_grosskopf
Learn how to create a 301 redirect for domain or home variations to improve your websites' search engine optimization.
2 980 posted 15 years ago by neal_grosskopf
Learn how to create CSS curly quotes using only CSS and without images, extra divs or classes
6 690 posted 15 years ago by neal_grosskopf
YouTube offers a method for users and developers to embed video on their web pages. Unfortunately the code that they use doesn't validate. Use this function to make YouTube's embed code validate.
2 772 posted 15 years ago by neal_grosskopf
CSS Diagnostics allows web designers and developers to highlight invalid HTML using CSS selectors. Say goodbye to the font tag by highlighting it in a large obnoxious border. It also has the ability to highlight 404 pages, old CSS classes and old Jav...
7 1408 posted 15 years ago by neal_grosskopf
Use this function to create a unique class name based on the page's url. It makes for a great way to drill down with specificity in CSS later by placing this on the ID or as a Class on the body tag.
1 693 posted 15 years ago by neal_grosskopf
Using CSS3 selectors, highlight links to deleted pages and 404 pages. Also highlight function calls to deleted javascript using this CSS technique.
4 787 posted 15 years ago by neal_grosskopf
One thing that always bothered me about Classic ASP is that there isn't an easy way to get the entire url. So I devised a function that will get the full path including the query string.
2 3881 posted 15 years ago by neal_grosskopf
In FF the page will "jump around" when moving from page to page due to the scrollbars. Find out how to make that stop.
2 832 posted 15 years ago by neal_grosskopf
« Prev 1 2