Welcome To Snipplr


Everyone's Recent Snippets



1 ... 446 447 448 449 450 ... 553
2 1798 posted 17 years ago by fruehjahr
Forces a user to download a file, for e.g you have an image but you want the user to download it instead of displaying it in his browser.
0 1659 posted 17 years ago by fruehjahr
Again, as part of the DCODR development I had to find a decent way to get the selection HTML
0 2869 posted 17 years ago by optimal
1 1320 posted 17 years ago by fruehjahr
3 2228 posted 17 years ago by fruehjahr
Developed as part of my DCODR experiments...
0 1521 posted 17 years ago by optimal
0 1335 posted 17 years ago by archlight
1 1505 posted 17 years ago by archlight
I think this is php 5 only
0 1538 posted 17 years ago by jfherring
Based on Jdub7's Pure PHP Template function http://snipplr.com/view/10797/pure-php-template-function/
2 1573 posted 17 years ago by thermosilla
Return just the Apache version number of your server, and operating system, from $_SERVER['SERVER_SOFTWARE'] Example: print ('Apache Version: ' . apacheversion()); will return something along the lines of... "Apache Version: 2.2.10 (Unix...
1 3063 posted 17 years ago by iridium
Simple but useful function for getting a single piece of data from a database and placing it straight into a variable. Example: $variable = one_result("SELECT columnOne FROM table WHERE columnTwo=whatever"); This would insert the value of colu...
1 1415 posted 17 years ago by iridium
To find the latest file in a particular dir
1 2071 posted 17 years ago by jaduks
Simply paste the list of URLs into stdin. You can add the option `-P 4` to parallelize the downloads.
1 1638 posted 17 years ago by xenonite
another way to set / create a date using jodatime download jodatime at http://joda-time.sourceforge.net/
1 1702 posted 17 years ago by callmeblessed
create a date using Calendar
1 1960 posted 17 years ago by callmeblessed
how to rollback data on grails' service .... for myutil --> please look at
0 1716 posted 17 years ago by callmeblessed
I need to create all table in InnoDB in my grails application. you can add this / edit the following code on grails-app/conf/Datasource.groovy
1 2598 posted 17 years ago by callmeblessed
how to "beautify" or tidying your code using vim ?
1 2118 posted 17 years ago by callmeblessed
how to render GSP template as String ? g:render is taglib in gsp (<g:render> ) but you can call it on your controller using g.render().
0 2327 posted 17 years ago by callmeblessed
how to read error message as string instead of complicated codes. usually people using taglib to read error messages. but how to read it in controller/service if you, for example, want to log or render just the message. here is how to do that.
0 2051 posted 17 years ago by callmeblessed
how to call session from grails service (spring service)
0 1997 posted 17 years ago by callmeblessed
how to loop an array / collection / list but with index. instead of using each{} closure, you can use eachWithIndex{} closure
1 1861 posted 17 years ago by callmeblessed
Usage: define('PIRATE',bindec('0001')); // 1 define('NINJA',bindec('0010')); // 2 define('JEDI',bindec('0100')); // 4 define('ADMIN',bindec('1000')); // 8 $rpermit = array(PIRATE,JEDI); // Equivilent Flags '0101'...
0 1245 posted 17 years ago by Jdub7
2 1698 posted 17 years ago by Jdub7
There's been a popular trend to use JavaScript to add target="_blank" to anchors with rel="external". So in the name of making everything in my site Prototype based I worked out a script to do just that.
2 1976 posted 17 years ago by fruehjahr
1 ... 446 447 448 449 450 ... 553