— Wondercore

Put it inside the title field inside the widget
[:it]Prossimo evento[:en]Next Event
Read More

<? if (get_post_meta($post->ID, ‘videurl’, true)) { ?>
<?php $video_url=”videurl”;?>
<?php echo get_post_meta($post->ID, $video_url, true);?>
<? } ?>

Read More
add_action('do_meta_boxes', 'supercore_remove_thumbnail_box');
function supercore_remove_thumbnail_box() {
remove_meta_box( 'postimagediv','post','side' );
}

‘post’ can be: post, page or a post-type

Read More
function menu_speciale(){
$id = get_the_ID();
$categorie_speciali=array(63,65,67);
$array_genitori=get_ancestors( $id, 'page' );
echo"<div class=\"menu_speciale\"><ul>";
while(list(,$val)=each($categorie_speciali)){

 if(in_array($val,$array_genitori)||($id==$val)){
 $class="selected";
 }
 else $class="";
$name=get_page($val); 

 if (qtrans_getLanguage() == 'en')
 {
 $lang_perma = "?lang=en";

 if ($val == 63)
 {
 $nome_cat_spec = "Assistance";
 }
 elseif ($val == 65)
 {
 $nome_cat_spec = "Search";
 }
 elseif ($val == 67)
 {
 $nome_cat_spec = "Teaching";
 }
 }
 elseif (qtrans_getLanguage() == 'it')
 {
 $lang_perma = "?lang=it";

 if ($val == 63)
 {
 $nome_cat_spec = "Assistenza";
 }
 elseif ($val == 65)
 {
 $nome_cat_spec = "Ricerca";
 }
 elseif ($val == 67)
 {
 $nome_cat_spec = "Didattica";
 }
 }
$permalink_lang = get_permalink( $val );

 echo"<li class=\"$class\"><a href=\"$permalink_lang\"> $nome_cat_spec </a> </li>";

}


________________________________
if (qtrans_getLanguage() == 'en')
 { text in English }
 else
 { text in Italian }
_________________________
Read More

Extending SimplePie to Parse Unique RSS Feeds | Nettuts+.

http://www.devirtuoso.com/2009/07/a-collection-of-beginner-simplepie-tutorials/

Read More

 

SMPLDESIGN.

Read More

jQuery Bookmarklet Generator.

Read More

1.open terminal

2. enter this

defaults write com.apple.Finder AppleShowAllFiles TRUE

3. restart finder, this conmmand restart finder

killall Finder

______________________________________

- If you wants to HIDES again you hidden files
1.

defaults write com.apple.Finder AppleShowAllFiles FALSE

2.restart finder

killall Finder
Read More

JavaScript playlist with “youtube”- look.

 

http://geckohub.com/jquery/youtubeplaylist/

Read More

Zepto.js is a minimalist JavaScript framework for modern web browsers*, with a jQuery-compatible syntax.

zepto.js — the aerogel-weight javascript framework.

Read More