Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Convert a Drupal time stamp field into a readable format. The Drupal time stamp field is in the UNIX format.
1
1857
posted 15 years ago by daipratt
As of my ongoing preparation for the 1K tweet :) I was interested to see the 1000th tweet from some friends timeline. And when I didn't find an existing method, I thought I could write few jQuery lines to solve this..
1
1795
posted 15 years ago by mikemore
Tres formas de comprobar la existencia de un archivo:
Three ways to test the existence of a file:
0
1811
posted 15 years ago by eliluminado
Simple jQuery script to display Twitter trending stories of your website and their Twitter trackbacks by combining 2 of my jQuery plugins - Popular on Twitter Widget & Twitter Trackbacks Widget.
[Read more](http://www.moretechtips.net/2010/10/combin...
1
1248
posted 15 years ago by mikemore
Only this portion needed
// Add page template suggestions based on node type, if we aren't editing the node.
if ($vars['node'] && arg(2) != 'edit') {
$vars['template_files'][] = 'page-nodetype-'. $vars['node']->type;...
1
1668
posted 15 years ago by resting
This will make all errors be shown and logged. Useful for when you want to figure out what's wrong but the production server doesn't display any errors.
1
1474
posted 15 years ago by BrunoDeBarros
Как Ñделать вывод из неÑкольких таблиц (php mysql)
Итак, имеем:
Три таблицы - articles, categories и sections. По иерархии - в sections включаютÑÑ categories, а в catego...
0
1646
posted 15 years ago by graceman9
This code will allow you to embed flash on websites and those sites will validate on w3c validator.
Unfortunately, sloppy developers don't usually care about validation. :/
1
2912
posted 15 years ago by trusktr
How to Export Data From SQL Server to Microsoft Excel Datasheet
0
2887
posted 15 years ago by derebus