Welcome To Snipplr


Everyone's Recent Snippets Tagged c



See javadoc style comment in source.
2 2003 posted 19 years ago by ishikawa
3 1351 posted 19 years ago by ndegruchy
2 1848 posted 19 years ago by cetnar
This function split a several lines long text into an array. It works with Windows and Linux texts.
4 1493 posted 19 years ago by katxorro70
0 2002 posted 19 years ago by janez
I use this object verry often, so that I only need to pass one object as parameter on any function. No need to wory when we refactore the function Usage: $var = new open(); $var->url = 'http://www.world.com'; $var->title = 'Testing Site'; ech...
1 1632 posted 19 years ago by ekobudisetiyo
Directions: be sure to set to absolute paths every image location from your litebox-1.0.js and lightbox.css files... and, replace the setInnerHTML function with this one... http://www.doknowevil.net/litebox/
1 1673 posted 19 years ago by rolandog
Esto funciona en Ubuntu Dapper
0 1518 posted 19 years ago by buscarini
这个问题出现在home.php中。 from:天佑 在 home.php 中 $myrecentposts 內的 SQL 是用 post_date 和 NOW() 作比較. NOW() 這個 function 是會以 server 的 timezone 讀取現時的時間,但 post_date 這個 field 的 timezone...
0 1241 posted 19 years ago by championeer
Open a new window without using target="_blank" for XHTML 1.1. Need jQuery Framework : http://jquery.com/
15 5130 posted 19 years ago by walepinski
This is a way to determine if the browser uses the KHTML engine or if it is the Konqueror Browser.
2 2721 posted 19 years ago by rolandog
This method generates random (and printable) ascii characters.
1 1857 posted 19 years ago by ishikawa
0 1280 posted 19 years ago by kgl
4 2118 posted 19 years ago by jkochis
Exclude Posts From Some Category 这样就可以在首页中不显示某些类别(比如asides)的帖子了
1 1955 posted 19 years ago by championeer
For a working demo in application/xhtml+xml or text/html, go to: http://rolandog.com/archives/2006/07/10/litebox-demasiado-bueno-para-ser-cierto/ You should delete the multi-line comments after completing the setup, some old browsers will complai...
3 2255 posted 19 years ago by rolandog
This script makes it possible to delete every childNodes, childNodes.childNodes, childNodes.childNodes.childNodes and so on. Includes example functions for deleting all childNodes, firstChild and lastChild from an 'id'. It uses twin functions that ca...
0 1430 posted 19 years ago by rolandog
A fairly DRY way to test for required attributes of a model. It's sort of an alternative to fixtures. It breaks the one-assertion-per-test rule that some people favor. Drop in your unit test and edit as necessary. A better (yet not quite perfect)...
3 2739 posted 19 years ago by tjstankus
2 1497 posted 19 years ago by tjstankus
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 14729 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 2156 posted 19 years ago by 1man
Very simple XHTML 1.1 Doctype template.
2 1818 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 2273 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 12251 posted 19 years ago by 1man
Select all checkbox in the specific context. Need jQuery Framework : http://jquery.com/
12 1813 posted 19 years ago by walepinski
StripTables Script. Need jQuery Framework : http://jquery.com/
6 1425 posted 19 years ago by walepinski