Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is used to display the date the item was created, within the item page.
DATE_FORMAT_LC2 can be changed to suit allowable Joomla variants.
0
1053
posted 15 years ago by K2Joom
on using any wysiwyg editor (f.e. CKEditor) is inserted link to anchor on same page in this form: [a href="#anchor"]text[/a]
if on web site is used tag BASE, anchors links are wrong - on all page are on this url: www.domain.com/#anchor
this fun...
0
1362
posted 15 years ago by knedle
This overrides a couple core Drupal functions in the autocomplete.js file. It changes the behavior of the autocomplete such that if a user selects an item from the autocomplete menu, it takes them directly to that node instead of just populating the...
1
1344
posted 15 years ago by unravelme1
This code will arrange any number of images (or display objects) in a grid, you can specify how many columns the grid contains.
3
1752
posted 15 years ago by jknight42
Hello friends.
I've create this script for you to change directories permissions without connecting them via Ftp Prog.
Thanks.
[En Yeni Oyunlar](http://www.yeni-oyun.com)
0
1048
posted 15 years ago by jackoder
This handy little function can be used to convert a displayObject to black and white.
0
1656
posted 15 years ago by adrianparr
Code is to demonstrate the use of DocumentBuilder to parse the XML file. And retrieve the data from it.
1
1997
posted 15 years ago by PravinChk
This will recursively search your directory tree (starting at dir ‘dot’) and chmod 755 all directories only.
find . -type d -exec chmod 755 {} \;
Similarly, the following will chmod all files only (and ignore the directories):
find . -...
1
1525
posted 15 years ago by MikeyLikesIt