Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Add your own text and/or link to the admin footer area. Don\\\'t forget to leave in some credit for WordPress and other helpful links.
1
1235
posted 15 years ago by fjarrett
Clean up your Admin Editor view by removing unwanted meta boxes that create clutter.
0
1256
posted 15 years ago by fjarrett
Keep your WordPress theme code free from harm by removing the Editor link in the Admin Appearance menu.
0
1251
posted 15 years ago by fjarrett
Clean up your WordPress backend by removing unwanted admin menus that create clutter.
0
1319
posted 15 years ago by fjarrett
Alternative for "return false;"
stopPropagation(); prevents for bubbling up the dom
preventDefault(); prevents the browser from performing the default action
1
1728
posted 15 years ago by dkl3in
Change \"wp\" to your database prefix. Note, this is the quick and dirty way. The more thorough way, which will also clean any tags or categories that are now unused, is here: http://www.snipplr.com/view/29570/get-rid-of-unused-post-revisions/
2
1280
posted 15 years ago by jessibird
For those multiple rollovers - and their multiple flashes! The solution is to stop(!) them.
2
1453
posted 15 years ago by Meander365
Dave Metvin\'s method. Two tricks to the method:\r\n\r\n$($boxes[div++] || []) - increaments \"div\" and passes an empty array if the element doesnt exist (so it exists).\r\n\r\narguments.callee - the name of the function currently being executed.
1
1517
posted 15 years ago by Meander365
Quick conversion from a string of binary into ascii, and back again.\r\nUse B* for MSB and b* for LSB first.
0
1602
posted 15 years ago by jimbobmcfred
PHP scripting block can be placed anywhere in the document. It always starts with <?php>.
The example of PHP code below sends the text “Oheon.com†to the browser:
0
1423
posted 15 years ago by Masis
Eu ouço podcasts no mp3 do carro.
Problema: Se quero adiantar 10 minutos, preciso ficar 3 minutos com o dedo pressionando o >> :(
Solução: Dividir podcasts com mais de 40Mb em trechos de 5 minutos.
A linha abaixo acha esses arquivos no cartÃ...
0
1118
posted 15 years ago by gpupo
When you load content into a jquery ui dialog box which contains a textarea element that you use FCKeditor on. The second time you open the dialog, FCKeditor fails to load.
You have to destroy it when you close the dialog box.
0
1599
posted 15 years ago by Meander365