Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Query a nameserver to easily find out all there is to know about a domain name; Nameservers, MX-servers, cnames, subdomains etc.
1
1691
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
1236
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
1709
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
1248
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
1527
posted 17 years ago by narkisr
This set of functions makes it quicker for me to code, might be useful to someone else =]
1
1443
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
3160
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
3648
posted 17 years ago by Winkyboy