1. I AM: A Shady Acres Film

    I think everyone should watch this.
     

     

  2. Who’s really in charge?

     

  3. microsoft.com and bing.com have compatibility issues with internet explorer according to their own tool!

    http://www.modern.ie/en-us/report#http%3A%2F%2Fwww.microsoft.com

    http://www.modern.ie/en-us/report#http%3A%2F%2Fwww.bing.com

     


  4. The new google maps looks good if you are searching for a quick fuddruckers

     

  5. A website form the year 2000, travel back in time - http://michaelchatten.com/demosites/laf/

     


  6. I have added my tracking pixel script to git hub https://github.com/benpaton/tools

     

  7. Do a Google Image search for Atari Breakout. You wont be disappointed.

    (Source: digg, via parislemon)

     

  8. Another reason why I’m still happy for my 4 especially now I fitted a new battery to it.

    The evolution of the iPhone camera

    (via parislemon)

     

  9. “A hungry cat resorts to increasingly desperate measures to wake its sleeping owner.”

     

  10. Having a slow computer can almost be art.

     

  11. Simple web notepad - https://github.com/benpaton/notepad

    What is it?

    It’s a very simple web based notepad which allows you to save text information. It saves the data to a file rather than to a database for simplicity and it uses tinyMCE as the editor.

    What is the point of it?

    It allows you to save urls etc… on your own personal notepad on the web. You have to enter a password to edit it so only you can change what is stored. It’s great for quickly transfering urls and other settings between computers.

    Installation

    Installation is really simple, just copy the files onto a webserver running php and change the password at the top of the index.php file. Default password is ‘password’.

    Licensing

    Please feel free to use and modify how you see fit.

     

  12. Files dropbox - https://github.com/benpaton/files

    What is it?

    It is a simple php script which when dropped into a server directory turns that directory into a file dropbox which you can log into and upload files to share.

    What is the point of it?

    It allows you to share files, rename files, delete files and transfer files to the dropbox from other websites. I made it after needing a quick solution to share files in an environment where all file sharing websites are blocked.

    Installation

    Installation is really simple, just copy the files onto a webserver running php and change the username and password at the top of the index.php file. Default username is ‘root’ and password is ‘password’.

    Licensing

    Please feel free to use and modify how you see fit.

     

  13. Basil

     

  14. I really like the @github 404 page!

     

  15. Introducing my PHP terminal app which allows you to run linux commands on your web server via a browser.

    The code is available on github: https://github.com/benpaton/terminal  Check it out and please feel free to contribute.