New Photogallery goes live.

Posted in Personal News on February 22nd, 2008 by Shaun

I finally got round to putting together my photo gallery website to showcase some of my images. this is a pretty big step for me as I have always been a bit nervous about people criticising my work.

I’ve only got a few of my pictures up there at the moment and these are some of my first digital pictures so it’s a step back in time for me to have gone through them again.

I hope they will bring enjoyment to someone and hopefully, as I move into stage 2 where I actually set up something to sell my pictures, I’ll be able to extend that enjoyment further.

you can get to the site here, and I’ll be hooking something into this blog so you can see the odd picture as you spend time here.

SDN Photography

 

Technorati Tags: ,

Winux maybe?

Posted in Interesting and Entertaining on February 22nd, 2008 by Shaun

Took me a while to get my head round this. Take a linux Kernel (Ubuntu flavour) and install it on windows, then install all the juicy Linux apps you want and access them from within the windows UI you know and, ahem, ‘love’.

We are not talking virtualisation in the traditional sense of setting up a VMWare environment and running linux in a VM session, this baby is actually integrated right into the windows shell with context menus and the ability to run native linux applications as if they were installed directly on windows.

take a look at andLinux.org for more details. You may also be interested in the KDE on windows project a similar sort of idea.

Superb Puzzle Game for a little diversion.

Posted in Fun on February 21st, 2008 by Shaun

A Pal of mine found this great puzzle game a coule of days ago, then
while looking out the link to pass on to you I found that there is
already a sequal to the game.

This one is a real brain buster and is guaranteed to get the grey matter charged to the full.
V2 has much more revamped graphics and a new storyline if you like puzzle games you’ll love this!

Fish Fillets

Technorati Tags:

More Blog improvements

Posted in Personal News on February 21st, 2008 by Shaun

I’ve been trying to improve the blog a little so I’ve been busy
tweaking and improving the categories.  I’m not sure if this may break
links to posts, if it does I’m sorry about that.  All the posts still exist so you should still be able to get to them and re-link (i’ve improved the permalink format as well) via the search widget.

Hopefully this is another positive step to imroving the core of the blog :0)

Meet the creators behind Jaxer

Posted in Ajax, Aptana on February 21st, 2008 by Shaun

Dion Almaer met up with three of the key figures behind Aptana’s cool Jaxer Server. There’s some great information in the video and if you wanted to get a feel for how exciting this whole Jaxer thing is take a look.

Technorati Tags: , ,

LMAO!

Posted in Interesting and Entertaining on February 19th, 2008 by admin

I had a good laugh at this:

You need to a flashplayer enabled browser to view this YouTube video

Technorati Tags:

Welcome to my new home…

Posted in Interesting and Entertaining on February 19th, 2008 by admin

Welcome to the new home of the caffeinecoder.  Hopefully you’ll feel right at home here as I’ve tried to keep everything just as it was, there will be minor tweaks here and there but for the most part it’s business as usual.

I’ll be revealing more about the reasons behind the move, and what the new business venture is that led up to it, over the coming days.

Thanks for sticking with me through the move and I hope you’ll still continue to get something out of the blog as it continues to evolve.

The revolution continues now we can have iCoffee…

Posted in Interesting and Entertaining on February 18th, 2008 by admin

Well sorta, seems apple are releasing an app for the iPhone and iPod Touch that allows you to order your coffee in Starbucks without even going up to the counter… no doubt this is only in the States for now, and I wonder how long the novelty will last.

http://dvice.com/archives/2008/02/order_coffee_di.php

Book Review - Prototype and script.aculo.us

Posted in Books on February 9th, 2008 by admin

I’ve always fancied running a book review feature on this blog, covering technical books I’ve read and mixing in the odd review of any fiction I read.  It never got past the thinking about it stage so I figured I’d just do it and see if this takes off in any way.  Feel free to make your own comments, and to let me know if you found the review interesting or even if you think it’s rubbish and I should stop.
I may not bother paying any attention to you of course but hey you never know ;0)

So my first book is titled ‘Prototype and script.aculo.us’ with a sub title of ‘You Never Knew JavaScript Could Do This’.  As the title clearly suggests, this book is all about the Prototype and script.aculo.us JavaScript libraries that are extremely popular amongst web developers especially developers of AJAX based sites or applications.

After a good week with this book I think a better subtitle would be ‘The Missing Manual’ because that is exactly what this book is.  Prototype has had a hard time, despite it’s popularity, in the past because people found it really hard to figure out how to get the good stuff out of it, how to make this baby burn.  Later came some much better documentation on the prototype site, and now we get the good stuff.

This book is for everyone who wants to unleash the power of Prototype and ’scripty’ (the developers pet name for script.aculo.us - no doubt because they were sick of typing it out in full).  The book is put together well, the reading style is easy and you can either just read along or, to get more out of the book, you can follow the examples and code them yourself so you see it in action.

Right off the bat you’ll get to see how prototype gives you full CSS3 power without relying on the browser, and you can see how to build some truly awesome routines that will make your life so much smoother.  Whether you are a web developer for small sites or a developer working on enterprise web applications, there is something in this book for you.

Topics covered include:

  • Discover Prototype
  • What it is
  • Jargon and concepts
  • Explaining the $’s
    • $W, because array literals are boring
    • $A, the collection unifier
    • $H, make a hash of things
  • Regular JavaScript on Steroids
  • Advanced Collections with Enumerable
  • Unified Event Handling
  • Playing with the DOM is finally fun!
  • Form Management
  • Ajax has never been so easy
    • Streamlining
    • Polling
    • Debugging
    • Accessibility
  • More useful Helper Objects
  • Performance Considerations
  • There’s a neat task at the end of the prototype section so you can build a task list to put your new skills into action.

    The Scripty section includes:

    • Discover script.aculo.us
    • The modules of script.aculo.us
    • Using it in your pages
  • Visual effects
    • What are they and why use them
    • Core effects
    • Effect Helpers
    • How to create your own
  • Drag and Drop
  • Autocompletion
  • Building DOM fragments the easy way: Builder
  • In-Place Editing
  • Sliders
  • Sound without Flash
  • Extending and Contributing
  • There’s a section on further reading to help you carry in learning and a section on installing and using Ruby too as these libraries are deliberately built to play nice with Ruby and in many cases you’ll notice how they do things in a Ruby sort of way :0)

    Source code from the book is available but it took me a couple of minutes to find it as it wasn’t obvious from the book, or I completely missed the bit that showed you where to get the source, anyway it’s here if you want to go get it.

    The book is published by the Pragmatic programmers label and you can get more details or purchase it here I got my copy through compman in the UK for £15.39 Amazon have it for £16.49

    If you use or are thinking of using these libraries in any shape or form in your sites or applications I can’t recommend this book enough.  It will open up the power of the libraries to you and may just give you that extra spark to innovate.

    I give this 10/10 it’s a great book.

    Powered by ScribeFire.

    Get a free book…

    Posted in Interesting and Entertaining on February 9th, 2008 by admin

    I thought this was a scam when i first read about it, but it turns out to be completely genuine. Rather than paying through the nose for the self titles SEO ‘experts’ books you can get the PDF version of confidential SEO secrets by Allen Harkleroad.

    I’m never one to turn away from freebies - yup I’m one of those guy’s that goes to shows and conventions hoping to get a free branded rubics cube or cool pen etc… :0) You just never know what might turn up and it makes my office a neat place to be :0D So I downloaded this and it looks good i have to say. You can make a donation to the author if you want or go get the Amazon reader version for less than $10.

    I don’t get enything from passing on this info except the warm fuzzy feeling that comes from helping others. if you do happen to notice a guy at a convention with a bag of goodies looking for a neat pen or something, just be sure to tell me where the best stuff is ;0P

    Powered by ScribeFire.