Profile
Achievement
neal_grosskopf's Recent Snippets
- All /
Learn how to test for CSS property support in specific browsers using this simple Javascript technique.
1
766
posted 14 years ago by neal_grosskopf
Learn how to track outgoing links in Google Analytics with jQuery.
2
1042
posted 14 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
837
posted 14 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
1278
posted 15 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
1276
posted 15 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
905
posted 15 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
846
posted 15 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
948
posted 15 years ago by neal_grosskopf
Learn how to create drop caps using CSS and no extra HTML markup in this short tutorial.
1
1008
posted 15 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
1181
posted 15 years ago by neal_grosskopf
Learn how to use CSS to save the environment by not wasting unnecessary paper and ink.
1
866
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
961
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
1052
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
2021
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
1139
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
1127
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
1012
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
1412
posted 15 years ago by neal_grosskopf
Learn a new and seldom used method of clearing floats in CSS.
3
931
posted 16 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
809
posted 16 years ago by neal_grosskopf
Tutorial on how to add ajax style loading icon to large images by using CSS rather than JavaScript
10
1316
posted 16 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
928
posted 16 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
1281
posted 16 years ago by neal_grosskopf
Learn how to create CSS curly quotes using only CSS and without images, extra divs or classes
6
926
posted 16 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
1069
posted 16 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
1769
posted 16 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
951
posted 16 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
1020
posted 16 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
4636
posted 16 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
1075
posted 16 years ago by neal_grosskopf