Milan Ivanovic

  • Acompli

    Acompli

    I have developed custom theme for acompli.com Features WordPress Fully responsive Clean and lightweight code Semantic HTML5 markup Asset file minification and compression Supports touch gestures for mobile devices Uses hardware accelerated CSS3 animations Built with HTML5, CSS3, PHP 5.4+, latest jQuery version   Visit Website

    Read More

  • add_action( “bp_core_activated_user”, “bp_autologin_on_activation”, 40, 3 ); function bp_autologin_on_activation( $user_id, $key, $user) { global $bp, $wpdb; //simulate Bp activation /* Check for an uploaded avatar and move that to the correct user folder, just do what bp does */ if ( is_multisite() ) $hashed_key = wp_hash( $key ); else $hashed_key = wp_hash( $user_id ); /* Check

    Read More

  • WordPress 3.7, “Basie”, has just been released. It’s been named in honor of Count Basie. The WordPress 3.7 development cycle is the quickest turnaround between major versions of WordPress ever. Version 3.7 of WordPress, named “Basie” in honor of Count Basie, is available for download or update in your WordPress dashboard. This release features some of the most important architectural

    Read More

  • “You May Also Like”, code snippet for displaying list of posts from the same category on page: add_filter( ‘the_content’, function() { $id = get_the_id(); if ( !is_singular( ‘post’ ) ) { return $content; } $terms = get_the_terms( $id, ‘category’ ); $cats = array(); foreach ($terms as $term) { $cats[] = $term->cat_ID; } $loop = new

    Read More

  • With MAMP PRO you can easily increase the PHP memory limit. Therefore you simply have to change some data within the php.ini file. Here is how it works: Start MAMP PRO Stop the server if it’s running Choose Menu -> File -> Edit Template -> PHP5 php.ini (If you want to change the memory limit for PHP5,

    Read More

  • Karel, you are awesome! This is soooo cool! Looks really professional! Thanks for keeping the memory alive!   http://www.youtube.com/watch?v=vcgrzXkzhSA   And if you want to see me, I am appearing @3:19 and 4:55 Like and share this video, please! http://www.kaarelveike.com http://twitter.com/kaarelveike

    Read More

  • Racunari.org

    Racunari.org

    While I was Freelancer, I have designed and developed  racunari.org. Features HTML / CSS Developed by Custom-made in-da-house design by me :) Not responsive Clean and lightweight code Semantic HTML5 markup Asset file minification and compression Supports touch gestures for mobile devices Uses hardware accelerated CSS3 animations Built with HTML5, CSS3, latest jQuery version Done

    Read More

  • Depo23

    Depo23

    While I was Freelancer, I have designed developed depo23.com. Features HTML / CSS Developed by Custom-made in-da-house design by me :) Not responsive Clean and lightweight code Semantic HTML5 markup Asset file minification and compression Supports touch gestures for mobile devices Uses hardware accelerated CSS3 animations Built with HTML5, CSS3, latest jQuery version Done in 2012

    Read More

  • Ana Nikolic

    Ana Nikolic

    While I was Freelancer, I have designed and co-developed . Features HTML / CSS Developed by Custom-made in-da-house design by me :) Not responsive Clean and lightweight code Semantic HTML5 markup Asset file minification and compression Supports touch gestures for mobile devices Uses hardware accelerated CSS3 animations Built with HTML5, CSS3, latest jQuery version Done

    Read More

  • First launch Terminal app, and paste or type in the following command: defaults write com.apple.finder QLEnableTextSelection -boolean YES;   Then restart the finder with the following command: killall Finder   Source: http://www.cultofmac.com/216414/select-and-copy-text-right-in-quicklook-os-x-tips/  

    Read More