If you’d like to get our latest posts via email…heres how to do it. Just click the link and enter your email address!
Subscribe To Bizsetup Via Email
—
to read
Hi, I’m Max Soutter. If you’re into marketing, AI & growing businesses – you’re in the right place!
5 responses to “Subscribe To Bizsetup Via Email”
-
[…] If you liked this post subscribe to email updates! […]
-
Max,
I have only been referred to your site today and must say I have never seen anything like it before. I am based in the UK and have started looking at opportunities back home. Have had good experience working here and hopefully this will benefit my country when I get back.
Your site has almost everything that an aspiring business person will benefit from. Keep up the good work and we will be following you all the way.
Regards,
Ennie
-
[…] This slideshow requires JavaScript. jQuery.getScript( 'http://s1.wp.com/wp-content/mu-plugins/slideshow/jquery.cycle.all.min.js?m=1268811513g', function() { jQuery( '.noscript' ).remove(); jQuery('#gallery-1-slideshow').css('display','block'); var selector = '#gallery-1-slideshow'; var width = 600; jQuery( '.slideshow-window' ).width( width – 20 ); var gallery_1 = [ { 'src': 'https://bizsetup.files.wordpress.com/2010/04/chris-pic.jpg', 'id': '913', 'caption': 'My 2 year old – Christian Max Soutter'} , { 'src': 'https://bizsetup.files.wordpress.com/2010/04/arrow.jpg', 'id': '914', 'caption': 'My 3 month old son Arrow Jude Soutter'} ] var height = 450; if( height > width ) height = width; var height = height – 20; var width = width – 20; var selector = '#gallery-1-slideshow'; //make the slideshow div jQuery( '#gallery-1-slideshow' ).after( " " ); //populate images jQuery( gallery_1 ).each( function( key, value ) { var thissrc = decodeURI( value.src ); var thispostid = value.id; var thiscaption = value.caption; jQuery( '#gallery-1-slideshow' ).append( ""+thispostid+"" ); }); // if first is loaded, setup css and start the slideshow jQuery( '.gallery-1-slideshow-controls' ).css( { 'position': 'relative', 'z-index': '1000', 'margin-top': -( height + 40) + 'px', 'margin-bottom': '20px' }); jQuery( '.gallery-1-slideshow-controls p' ).css( { 'display': 'block', 'height':'24px','text-align': 'center', 'z-index': '1000', 'position':'absolute', 'left': 0, 'width': width,'height': (height + 20) + 'px', 'margin-left':'10px' }); jQuery( '.gallery-1-slideshow-controls a img' ).css( {'display':'inline-block','padding':'0'}); jQuery( '.gallery-1-slideshow-controls a' ).css( { 'margin-top':(height – 40) + 'px','border-radius': '6px', '-webkit-border-radius': '6px', '-khtml-border-radius': '6px','-moz-border-radius': '6px', 'font-size': '24px','padding': ' 0','background':'white', 'color':'#222' }); jQuery( '.gallery-1-slideshow-controls a' ).hover( function(){ jQuery( this ).css( { 'background':'#ccc', 'color':'#222'}); }, function() { jQuery( this ).css( { 'background':'#fff', 'color':'#222' }); }); jQuery( '.gallery-1-slideshow-controls' ).height( height + 20); jQuery( '.gallery-1-slideshow-controls' ).width( width + 20); // I'm doing some other stuff when initializing cycle jQuery( '.slideshow-window div img' ).each( function () { jQuery( this ).css( 'position', 'relative' ); jQuery( this ).css( 'max-height', height ); }); jQuery( '#gallery-1-slideshow img' ).bind( 'load', function() { gallery_1_run_cycle( height, width ); }); jQuery( '.gallery-1-slideshow-toggle' ).click( function() { if( jQuery( this ).hasClass( 'paused' ) ) { jQuery( this ).addClass( 'running' ); jQuery( this ).removeClass( 'paused' ); jQuery( '.gallery-1-slideshow-toggle img ' ).attr( 'src','http://s0.wp.com/wp-content/mu-plugins/slideshow/stop.png?m=1269491733g' ); jQuery( '#gallery-1-slideshow' ).cycle( 'resume', true ); return false; } else { jQuery( this ).addClass( 'paused' ); jQuery( this ).removeClass( 'running' ); jQuery( '.gallery-1-slideshow-toggle img ' ).attr( 'src','http://s1.wp.com/wp-content/mu-plugins/slideshow/play.png?m=1269491733g' ); jQuery( '#gallery-1-slideshow' ).cycle( 'pause' ); return false; } }); jQuery( '.gallery-1-slideshow-link-prev, .gallery-1-slideshow-link-next' ).click( function() { postid = jQuery( '#gallery-1-slideshow > .currentimage .postid' ).html(); if( postid == null ) postid = jQuery( '#gallery-1-slideshow > div.slideshow-image-div' ).eq( 0 ).find( '.postid' ).html(); stats = new Image(); stats.src = document.location.protocol+'//stats.wordpress.com/g.gif?host='+escape( document.location.host )+'&rand='+Math.random()+'&blog=4114855&subd=bizsetup&user_id=0&post='+postid+'&ref='+escape( document.location ); }); function onbefore( curr, next, opts ) { var slide = jQuery( next ); var caption = ''; var w = jQuery( slide ).outerWidth(); var h = jQuery( slide ).outerHeight(); jQuery( next ).addClass( 'currentimage' ); jQuery( curr ).removeClass( 'currentimage' ); jQuery( slide ).css( 'margin-top', ( ( ( height + 20 ) – h ) / 2 ) + 'px' ); jQuery( slide ).css( 'margin-left', ( ( ( width + 20 ) – w ) / 2 ) + 'px' ); var caption = jQuery( 'img', this ).attr('alt'); if(caption != '') { jQuery('#gallery-1-slideshow').css( 'height', (height + 20) +'px'); } else { jQuery('#gallery-1-slideshow').css('height', height + 'px'); } jQuery( '#gallery-1-slideshow-title' ).html( caption ).fadeIn(); } function gallery_1_run_cycle( height, width ) { jQuery( '#gallery-1-slideshow-loader' ).remove(); jQuery( '#gallery-1-slideshow, .gallery-1-slideshow-controls' ).mousemove( function() { jQuery( '.gallery-1-slideshow-controls a' ).css( 'display','inline-block' ); }); jQuery( '.gallery-1-slideshow-controls' ).mouseleave( function() { jQuery( '.gallery-1-slideshow-controls a' ).fadeOut(); }); jQuery( selector + ' img ' ).css( 'visibility', 'visible' ); jQuery( '#gallery-1-slideshow img' ).css( 'position', 'relative' ); jQuery( '#gallery-1-slideshow ' ).css( 'height', height + 'px'); jQuery( '#gallery-1-slideshow' ).cycle( { // available transitions: fade, shuffle, turnRight, scrollRight, scrollUp, fadeZoom, zoom, wipe fx: 'fade', prev: '.gallery-1-slideshow-link-prev', next: '.gallery-1-slideshow-link-next', height: height, before: onbefore }); } }); […]
-
Hi Ennie, thank you very much for your kind words. I’ve no doubt that you have it in you to do great things.
-
t

Get the Book
The ultimate guide for creators: strategies, stories, and tools to help you grow your craft.
Join thousands of other readers…
Every week, Max shares new tools, fresh perspectives, and creator spotlights—straight to your inbox.
Say something!