neal_grosskopf


Member since 12/07/2007

Website: http://neal.grosskopf.name

45 snippets

7217 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.
2 1024 posted 14 years ago by neal_grosskopf
Learn how to track outgoing links in Google Analytics with jQuery.
2 1264 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 1092 posted 15 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 1567 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 1560 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 1154 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 1081 posted 16 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 1197 posted 16 years ago by neal_grosskopf
Learn how to create drop caps using CSS and no extra HTML markup in this short tutorial.
1 1252 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 1474 posted 16 years ago by neal_grosskopf
Learn how to use CSS to save the environment by not wasting unnecessary paper and ink.
1 1094 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 1177 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 1291 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 2357 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 1355 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 1394 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 1286 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 1721 posted 16 years ago by neal_grosskopf
Learn a new and seldom used method of clearing floats in CSS.
3 1171 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 1023 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 1566 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 1161 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 1570 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 1125 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 1338 posted 17 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 2151 posted 17 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 1197 posted 17 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 1236 posted 17 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 5345 posted 17 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 1329 posted 17 years ago by neal_grosskopf
« Prev 1 2