Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This function will transform any string to an seo url like string. It suports latin, french and german special characters.
Example: applying the function to "Exemplo de aplicação da função" returns "exemplo-de-aplicacao-da-funcao"
2
2041
posted 15 years ago by KabuqueJoe
Looking forward for the most optimized solution for the same
0
3183
posted 15 years ago by kanuwadhwa
Looking forward for the most optimized solution for the same
0
2877
posted 15 years ago by kanuwadhwa
Looking forward for the most optimized solution for the same
0
2926
posted 15 years ago by kanuwadhwa
Looking forward for the most optimized solution for the same
0
3240
posted 15 years ago by kanuwadhwa
Looking forward for the most optimized solution for the same
0
3095
posted 15 years ago by kanuwadhwa
It's easy to export several data sets to one Excel spreadsheet with each data set in a separate worksheet.This example exports three SAS data sets (work.region, work.county and work.district) to the same spreadsheet (results.xls).
0
4489
posted 15 years ago by webonomic
With setTimeOut a reference to a function object cannot provide parameters for the scheduled execution of that function.
We can instead use a closure to provide parameters for the execution of a function prior to the execution of that function.
0
1660
posted 15 years ago by coprolit
JavaScript
accessing the DOM of a page loaded in an iframe [javascript] [dom] [iframe] [for-twitter]
0
2692
posted 15 years ago by Thammas
Will return the host name that the site is running on. Example:
`http://mysite.com` or `http://myspecialsite.com:102`
0
2417
posted 15 years ago by jasonseney