Tuesday, December 6, 2011

[WD&D] Digest for sitedesign@googlegroups.com - 4 Messages in 4 Topics

Group: http://groups.google.com/group/sitedesign/topics

    Bazinga Designs <bazingadesigns@gmail.com> Dec 06 07:25PM -0800  

    Hi guys, i wrote this little tutorial to demonstrate how you can easily
    integrate your skills with the PrestaShop E-commerce platform. I'm a big
    fan of the Open Source movement and i wanted to contribute. The result is a
    free slider module for prestashop with quite a lot of configuration
    options. This is small but i hope to develop some more skills.
     
    So, if anybody needs, here's the complete Kinky Slider ready for download
    (works with Presta 1.4.x - the earlier version will be included in the next
    release)
     
    http://www.bazingadesigns.com/freestuff/kinkyslider/kinkyslider_v_0_1.zip
     
    And here's the first part of the tutorial that will lead to creating Kinky
    Slider from scratch with a video demonstration (i had no free domain to
    hang additional presta at the moment):
     
    http://www.bazingadesigns.com/en/blog/tutorials/how-to-write-a-prestashop-module-tutorial-making-of-kinky-slider-part-1
     
    Hope you like it :)

     

    Scott Smith <scott93727@gmail.com> Dec 06 01:47PM -0800  

    The Most Professional URL/IP/Link/Port Scanning Application Made.
    Free Fully Functional Timed Demo Download Link
    Link Information Link URL Link Design Website Links
    Link Grabber Link Grabber Link Grabber Link Grabber
    Link Lister Link Lister Link Lister Link Lister
    Link Grabber Professioal Ver. 1.0
    Capture over 2500 Links Per Second
    Instantly download any sites links in seconds
    Instantly access the links by clicking on them
    Can record Links on any other page clicked on instantly
    Lists to a Textbox and Listbox for easy Editing
    Includes a Link counters and Load / Save Functions
    http://www.binaural.info/linkgrabberpro/lgpro.html

     

    imagineiff <eriteric@gmail.com> Dec 06 04:06AM -0800  

    I have some custom fields in a custom post type, and I can
    successfully view them in my RSS by adding them to feed-rss2.php like
    so:
    <position><?php echo get_post_meta($post->ID,'cf_position',1); ?></
    position>
    (where cf_position is the custom field)
     
    & I've gone through the simplepie documentation, and found
    get_item_tags(); but I can't wrap my brain around how to use it...
     
    Can I really just make up a new tag like that in the RSS feed without
    a namespace?
    Does a namespace really matter?
    If so, how do I make a new one in wordpress, and use it?
     
    All I want to do is print 3 simple custom fields after the title :)
     
    This is the call of the feed I'm using on another site:
     
    function fetchRSS( $uri, $items, $print = true ) {
    //include_once(ABSPATH . WPINC . '/feed.php');
    $rss = fetch_feed( $uri );
    if( !is_wp_error( $rss ) ) {
    // Limit the actual feed
    $maxitems = $rss -> get_item_quantity( $items );
    // Get the items from the feed
    $rss_items = $rss -> get_items( 0, $maxitems );
     
    if( $print ) {
    foreach( $rss_items as $item ) {
    ?>
    <li>
    <a href="<?php echo $item -> get_permalink(); ?>" title="<?php
    echo $item -> get_title(); ?>"> <?php echo $item -> get_title(); ?> </
    a>
    </li>
    <?php
    }
    } else {
    return $rss_items;
    }
    }
    }

     

    Olivier Florence <oli.florence@gmail.com> Dec 06 11:47AM  

    Hi All,
    we have been asked for a quote for an e-commerce site where clients can
    upload one or more images and personalise, lets say a mug.
     
    In my opinion I would need an applet to do this but I am wondering if there
    is something out there to do this?
     
    Thank you
     
     
     
    --
    Olivier Florence
    oli.florence@gmail.com
    www.flowebdesign.ie
    I am on Linked In <http://www.linkedin.com/in/olivierflorence>!
    Follow us on Facebook <https://www.facebook.com/flowebdesign>

     

You received this message because you are subscribed to the Google Group sitedesign.
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.

--
You received this because you are subscribed to the "Web Design and Development" group at Google Groups. Messages are prefixed with [WD&D] in the subject. No spam is allowed. Be civil, be professional; try to be helpful & mind your netiquette. All posts are Copyright the original author and the Web Design and Development group. No reproduction of this content is allowed in any electronic or printed form outside the group at Google Groups and the http://www.WDaDg.org website. Any unauthorized use of our copy constitutes illegal Copyright infringement and may well be prosecuted to the full extent of the law. Digital Signature: $©"[W|D|&|D]g"|^|!SiteDesign@GG||#%$
To post to this group, email SiteDesign@googlegroups.com
To unsubscribe, email SiteDesign-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/SiteDesign?hl=en

No comments:

Post a Comment