Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Set the center of the map on the person's location based on IP address. In this case the user is required to be in the USA.
0
2649
posted 18 years ago by sgraber
This is a simple function that will take a folder path and remove all of its contents including files and directories.
0
1972
posted 18 years ago by aristoworks
Here is a simpler list format without the Term name, sorted by date, filtered for published and images, and is rendered correctly by the theme.
1
2097
posted 18 years ago by aleprieto
Use the code below to build a custom block that shows the related nodes to the current node by taxonomy term. For example: If the current node in display has a taxonomy term "fish", a bunch of links that link to nodes that have the "fish" term is to...
1
2162
posted 18 years ago by aleprieto
This is a simple little block that displays a list of terms in a vocabulary as a list of links to /taxonomy/term/tid pages. Items are listed in the order set for the vocabulary. You could probably use the php sort() function to change that if desired...
0
2682
posted 18 years ago by aleprieto
Fairly simple way to match sidebar content with the main content for several pages without the need to create multiple blocks or the hassle of putting content in a block.
For example, your Home, About and Contact pages all have a sidebar with some...
1
2376
posted 18 years ago by aleprieto
This code snippet make use of the API to accomplish a block with links to related content.
1
2311
posted 18 years ago by aleprieto
Replace all mysql_query() calls in your project to debug_mysql_query() to see all mysql queries in Firebug console.
1
2119
posted 18 years ago by stancell
Atualiza janela principal após fechar Pop-UP
Refresh Main window after close the Pop-Up
0
1662
posted 18 years ago by LondonWeb
substitui <ENTER> em quebra de linha.
Break the lines form data, replacing <ENTER> key
0
1529
posted 18 years ago by LondonWeb
Takes a delimited string and a the delimiter, and returns a dynamic arrary
0
1506
posted 18 years ago by ScryptKeeper