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 12194 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 1634 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 2440 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 13023 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 1664 posted 19 years ago by 1man
Very simple XHTML 1.1 Doctype template.
2 1472 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 1819 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 10699 posted 19 years ago by 1man
For the CSS to activate this see Big Curley Quotes.
10 2459 posted 19 years ago by 1man
Basic template for xhtml transitional
15 2605 posted 19 years ago by 1man
I have also posted the Javascript that makes this markup show and hide.
0 1342 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 1721 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 11523 posted 19 years ago by 1man
5 1186 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 1130 posted 19 years ago by 1man
Taken from Dead Centre. Adjust #content depending on the size div you need.
118 19913 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 1729 posted 19 years ago by 1man
1 1448 posted 19 years ago by 1man
Standard Doctype
4 1691 posted 19 years ago by 1man
1 2 3 4 Next »