distracted enthusiasm,
multimedia design, ruby, web programming and travel plans by Jesse Collis
blog
"Fight Club was the beginning, now it's moved out of the basement, it's called Project Mayhem"

posted in to-do by jesse  7 months ago

If everything goes well, distracted enthusiasm will become a fantastic platform to release some software I'm looking forward to sharing. But first there's a number of things I need to get happening.


  • Migrate DE Code base to Subversion

  • Finish of JCMS bits and pieces (my php content management framework based on ruby on rails)

  • Fix 'perma links' on DE, making them nice and dynamic again

  • Create the ability to link to images, upload images or just use Flickr better

  • Finish off my del.icio.us Rails plugin

  • Draw up plans for my Cocoa Tape measure program (link pending)

  • It would be nice to get some wooshka graphics up on this site too.


  • Would be so sweet to get some GPS mapping happening for San Fran in June.


  • So lets get moving!

    tags jcms distracted software php ruby

    post to del.icio.usshare on facebookrssperma-link4958 commentsadd comment

    posted in travel by jesse  7 months ago

    San Francisco here I come! fingers crossed. I've submitted almost all of my application to the AUC and Apple (final one due Thursday), so the wait is on to see if I'll be heading to WWDC this year.

    Weekend Ride


    In the mean time, there's another bike ride to be done!

    160km there and back Melbourne to Bendigo over next weekend. Yeehaw!


    View Larger Map

    tags apple bikes

    post to del.icio.usshare on facebookrssperma-link81 commentsadd comment

    posted in travel by jesse  about 1 year ago

    Distance: 256.25Kms
    Riding Time: 9:47:09
    Average Speed 26.18Km/h

    Time: 12:43
    Total DIstance for the day: 269.00Kms

    tags bike ride around bay

    post to del.icio.usshare on facebookrssperma-link7490 commentsadd comment

    posted in programming by jesse  about 1 year ago

    Mootools is definatly the weapon of choice for me this week as I create my PHP JCMS framework, but mootools is a friend on any project. I'm sure someone has come up with ruby wrappers for some of it's javascript.
    But, what I'm here to post is this link for inplace editing. Inplace editing from the mootools forum

    tags inplace editor mootools

    post to del.icio.usshare on facebookrssperma-link22 commentsadd comment

    posted in multimedia by jesse  about 1 year ago

    Yesterday I took delivery of a brand new ipod Touch that we purchased at work for mobile device development. I have to say it's a beautiful thing, and it makes me envy those people with iPones at the moment. The idea of downloading podcasts and viewing the while in transit, +music + photos and the interface are just excellent. I have my money saved....

    It has also been on my mind recently -> the idea of purchasing a mac mini for arount $1,000 to be my local server at home. Again, just like my thinking about a new MBP, I think I will wait until Lepord arrives.

    • Finish Image / document Uploads please!

    tags ipod mini mac apple

    post to del.icio.usshare on facebookrssperma-link669 commentsadd comment

    posted in travel by jesse  about 1 year ago

    Here's the ride I plan to undertake tomorrow. Google quotes the distance at 31 Ks. Last weekend I managed to do about 60Ks on the bike, this week I'm aiming for the same, but I need to be at work by 11am, and Hayley needs to be there by 10am. Something tells me it will be an early start!
    Check out the route, from Black Rock to Williamstown


    View Larger Map

    tags bike

    post to del.icio.usshare on facebookrssperma-link31 commentsadd comment

    posted in programming by jesse  about 1 year ago

    Today it hit me that Google Analytics was a good idea. I don't know why I thought I'd need to pay for it! If I get these great stats about my website, imagine what google can compile about the millions of websites that use their service.... damn scary.

    tags google stats analytics

    post to del.icio.usshare on facebookrssperma-link17 commentsadd comment

    posted in programming by jesse  about 1 year ago

    Jesse - Distracted says:
    I'm hoping I have some time this weekend to look at that, but I don't have my mac until early next week so I might not get anything done.
    Jesse - Distracted says:
    off the top of my head, based on the shit website they have, they need a slightly better website than an online business card.
    Jesse - Distracted says:
    fine food / wine / awards / locations / contact
    Jesse - Distracted says:
    + the posability of a 'newsletter' or 'product list' or maybe 'online ordering'
    Jesse - Distracted says:
    so, maybe the nav woudl ook like home / about / find foods / wine / awards / locations / contact
    Jesse - Distracted says:
    homepage would contain latest news

    tags

    post to del.icio.usshare on facebookrssperma-link39 commentsadd comment

    posted in programming by jesse  about 1 year ago

    Screen Calipers

    Also a great idea for a Mac software app!

    tags software

    post to del.icio.usshare on facebookrssperma-link31 commentsadd comment

    posted in programming by jesse  about 1 year ago

    <?php
    
    $page_to_cache = 'http://page-address.com';
    $page_to_write = './uploads/cachepage.html'; //make sure this has the correct permissions.

    $cache = file_get_contents($page_to_cache);

    $fh = fopen($page_to_write, 'wt');
    fwrite($fh, $cache);
    fclose($fh);
    ?>

    <script type="text/javascript" charset="utf-8">
    // resizes Iframe according to content
    function resizeMe(obj){
    docHeight = mainContent.document.body.scrollHeight
    obj.style.height = (docHeight + 310) + 'px'

    }
    function loadRealIFrame(obj){
    obj.src = " }
    </script>

    <iframe id="mainContent" name="mainContent" onload="resizeMe(this);loadRealIFrame(this);" style="width:650px; z-index:3; overflow: auto;border:0px" src="<?=$page_to_write?>"> </iframe>

    tags iframe cache

    post to del.icio.usshare on facebookrssperma-link36 commentsadd comment

    posted in to-do by jesse  about 1 year ago

    • Add AJAX and comment form to article/show page. Popup from mootools.
    • Implement Captcha for comments.
    • Add extra badges from here
    • Image Uploads
    • decide on enthusiasm or development and ways to incorporate both.
    • Subversion and Capistrano I think...
    • Tags functionality.
    • decrease gap between title and 'posted by' line
    • Upgrade running version to Edge Rails, and upgrade pagination to script/plugin install svn://errtheblog.com/svn/plugins/will_paginate
    • Get HTML escape function working with code syntax blocks
    • Ideas about implementing a wiki somehow
      • have to have copies of each revision in the database.
    • - start moving on "last updated (updates auto now)" and having a 'view by' option for the main page and categories.
    • definatly, get some mootools going on
    • Implement WYSIWYG for editing. But how will source highlighting work?
    • change order of posts appearing in admin view, add category ajax select
    • Create a CSS class to deal with quotes in posts. Use an image in the BG, two big quote marks would be awesome
    • Layout left margin/padding on safari.

    tags to-do distracted

    post to del.icio.usshare on facebookrssperma-link57 commentsadd comment

    posted in programming by jesse  about 1 year ago

    Melbourne SkyLine in the mid afternoon. Taken sometime in 2007
    Some text here to soften the blow...

    tags new image

    post to del.icio.usshare on facebookrssperma-link35 commentsadd comment

    posted in multimedia by jesse  about 1 year ago

    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed sed velit vitae neque ultrices hendrerit. Phasellus justo nibh, cursus sit amet, egestas at, volutpat ac, sem. Nulla ipsum. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Duis varius felis nec pede. Phasellus dictum blandit libero. Curabitur imperdiet lorem. Etiam elementum hendrerit metus. Fusce lacinia pretium enim. Donec in odio. Donec vitae massa. Phasellus et justo in enim elementum fringilla. Duis at sapien. Suspendisse potenti. Nam nisi. Morbi ultricies risus. Sed enim nisi, condimentum et, ornare eget, tempor eu, leo. Sed eget augue non metus molestie sollicitudin.

    Etiam sit amet quam. Sed tempus semper lorem. Praesent velit. Sed laoreet. Aliquam at risus. Sed condimentum, dui eget venenatis dictum, ante mauris egestas ligula, vel aliquam magna eros et metus. Proin malesuada, arcu non lobortis pharetra, justo elit gravida purus, sed malesuada dui odio eget libero. Morbi quis magna id quam rhoncus mattis. Integer a nisl in turpis dignissim consequat. Vivamus ullamcorper nunc. Phasellus rhoncus urna varius quam euismod tempus. Donec commodo venenatis erat. Duis accumsan leo ornare urna. Ut id leo. Quisque at sapien. Etiam sollicitudin feugiat nisl.

    tags gareth post

    post to del.icio.usshare on facebookrssperma-link30 commentsadd comment

    posted in programming by jesse  about 1 year ago

    Trying out some code higlighting here.

    verify :method => :post, :only => [ :destroy, :create, :update ], :redirect_to => { :action => :list }
    
    def index
    @page_title = 'blog'
    @page_subtitle = 'Fight Club was the beginn\ing, now it\'s moved out of the basement, it\'s called Project Mayhem'
    @article_pages, @articles = paginate :articles,:order=>'created_on desc', :per_page => 15
    respond_to do |format|
    format.html {render :action => "blog'.rhtml"}
    format.rss {render :action => "rss.rxml", :layout => false }
    format.xml {render :xml => @article.to_xml}
    end
    end

    tags code syntax

    post to del.icio.usshare on facebookrssperma-link24 commentsadd comment

    posted in programming by jesse  about 1 year ago

    Here's a first plain text example of what's going on!

    tags new technology monday

    post to del.icio.usshare on facebookrssperma-link37646 commentsadd comment