Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
With this code you can pull all admin view files for a particular CakePHP controller in their own admin folder rather than renaming each file admin_whatever.
Line 779 in cake/libs/view/view.php
0
1120
posted 17 years ago by madmanlear
Query a nameserver to easily find out all there is to know about a domain name; Nameservers, MX-servers, cnames, subdomains etc.
1
1573
posted 17 years ago by torkil
When a swf launches like this , without setters for the required args ( referer, IpAddress ) the reports will show 'unknown' domain.
0
1136
posted 17 years ago by rowntreerob
shows that 2 required args to the swf are being set in JS
'swflink' contains 'referer' , 'IpAddress' arg values so they will not be undefined
0
1617
posted 17 years ago by rowntreerob
Example of how to use a cron like a daemon and avoid having the cron run two instances of the same script.
1
1147
posted 17 years ago by jnunemaker
Simple Outlook automation, the idea is to use this in cygwin to send files without opening the outlook UI, to use it place the code under /bin folder and make it executable with chmod +x.
2
1427
posted 17 years ago by narkisr
This set of functions makes it quicker for me to code, might be useful to someone else =]
1
1332
posted 17 years ago by alli14404
Tutorial on how to add ajax style loading icon to large images by using CSS rather than JavaScript
10
3025
posted 17 years ago by neal_grosskopf
Shown in the source are the actual code, shorthand of the code, and Steven Sacks' simple-but-sweet rendition of getURL done in AS3, which requires the downloadable class from his site.
3
3428
posted 17 years ago by Winkyboy