Profile

Achievement

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

1man's Recent Snippets



1 2 3 4 Next »
Great little debuging snippet found while browsing. The code adds different coloured borders to the assets depending on its level. Leave commented out if not needed.
96 13591 posted 19 years ago by 1man
This fixes a very annoying bug in IE by where when you scroll the page becomes corrupted. It relates to the way IE renders pages. This code places a null background image behind, making IE render the page differently. *note* This can also be plac...
5 2136 posted 19 years ago by 1man
A bug seems to occur when you add a negative margin to a list item in IE6. The background image applied to the list item gets repeated randomly and generally messes up. Add this little gem to your head to fix the problem. Remember to change the id ta...
11 2974 posted 19 years ago by 1man
Great little flash player for playing FLV files. Code below simply adds them to your web page. Remember to add 20 pixels to the height="" attribute to allow for the player controler. For the player goto: http://www.jeroenwijering.com/?item=Flash_Vid...
39 14838 posted 19 years ago by 1man
Simple styling for the links on a webpage using CSS. Sometimes hard to remember what order the have to be in for the :hover to work correctly. (Now fixed :)
2 2174 posted 19 years ago by 1man
Very simple XHTML 1.1 Doctype template.
2 1836 posted 19 years ago by 1man
Just a simple template for the XHTML 1.0 Strict doctype. Updated with slight fix involving the meta tags.
3 2294 posted 19 years ago by 1man
Very simple standard compliant way of opening a page in a new window. Since XHTML 1.0 Strict doesn't allow the target attribute in the tag. This method isn't recommended, use the DOM folks! See "Standard Compliant Way to Open a New Page Function" in...
46 12461 posted 19 years ago by 1man
For the CSS to activate this see Big Curley Quotes.
10 2991 posted 19 years ago by 1man
Basic template for xhtml transitional
15 3154 posted 19 years ago by 1man
I have also posted the Javascript that makes this markup show and hide.
0 1726 posted 19 years ago by 1man
This script allows you to show and hide a at the click of a button. See Show / Hide HTML for Markup.
1 2044 posted 19 years ago by 1man
Markup example: See Big Curly Quotes Markup. Thx to difusion.org.uk. No need for images to make big quotes on a page, CSS does it for you. Tested in many browsers.
94 13128 posted 19 years ago by 1man
5 1551 posted 19 years ago by 1man
Taken from bluerobot. Create a content div, set the width and the margin set to auto will align the div to the centre horizontally.
5 1499 posted 19 years ago by 1man
Taken from Dead Centre. Adjust #content depending on the size div you need.
118 24676 posted 19 years ago by 1man
Insert these 2 lines into the to have your local pages refresh while coding. Make sure you use inline style sheets to stop caching problems. Remove once you make the site live.
3 2181 posted 19 years ago by 1man
1 1764 posted 19 years ago by 1man
Standard Doctype
4 2153 posted 19 years ago by 1man
1 2 3 4 Next »