Profile
Achievement


neal_grosskopf's Recent Snippets
- All /
Learn how to test for CSS property support in specific browsers using this simple Javascript technique.
2
848
posted 14 years ago by neal_grosskopf
Learn how to track outgoing links in Google Analytics with jQuery.
2
1122
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
923
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
1389
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
1387
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
982
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
931
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
1039
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
1110
posted 16 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
1295
posted 16 years ago by neal_grosskopf
Learn how to use CSS to save the environment by not wasting unnecessary paper and ink.
1
946
posted 16 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
1048
posted 16 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
1144
posted 16 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
2156
posted 16 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
1224
posted 16 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
1222
posted 16 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
1110
posted 16 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
1531
posted 16 years ago by neal_grosskopf
Learn a new and seldom used method of clearing floats in CSS.
3
1037
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
897
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
1406
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
1016
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
1393
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
1005
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
1165
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
1903
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
1035
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
1106
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
4972
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
1164
posted 16 years ago by neal_grosskopf