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 6483 posted 17 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 831 posted 17 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 912 posted 17 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 7314 posted 17 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 951 posted 17 years ago by 1man
Very simple XHTML 1.1 Doctype template.
2 866 posted 17 years ago by 1man
Just a simple template for the XHTML 1.0 Strict doctype. Updated with slight fix involving the meta tags.
3 1016 posted 17 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 4974 posted 17 years ago by 1man
For the CSS to activate this see Big Curley Quotes.
10 939 posted 17 years ago by 1man
Basic template for xhtml transitional
15 1097 posted 17 years ago by 1man
I have also posted the Javascript that makes this markup show and hide.
0 779 posted 17 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 1121 posted 17 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 5460 posted 17 years ago by 1man
5 635 posted 17 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 564 posted 17 years ago by 1man
Taken from Dead Centre. Adjust #content depending on the size div you need.
118 8964 posted 17 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 909 posted 17 years ago by 1man
1 925 posted 17 years ago by 1man
Standard Doctype
4 995 posted 17 years ago by 1man
1 2 3 4 Next »