Archive for March, 2004

  1. Straight from the phone

    MobBlog:
    moblog2
    first full test.

    By timc3 on the
    March 6th, 2004
  2. SavRow computers

    Came across the SavRow site a while ago but in my search for a new case I came across it again and they are making some mighty beatiful computers – and computers cannot often be labelled that not even the G5′s.

    By timc3 on the
    March 6th, 2004
  3. MY head

    MobBlog:
    MY head
    gone.

    By timc3 on the
    March 4th, 2004
  4. glamour

    MobBlog:
    glamour
    meT

    By timc3 on the
    March 4th, 2004
  5. Its us

    MobBlog:
    Its us
    Tim and Jeanette

    By timc3 on the
    March 3rd, 2004
  6. The latest Cron job!

    MobBlog:
    The latest Cron job!
    Automatic Updates happening now!!

    By timc3 on the
    March 3rd, 2004
  7. Well that should be it!

    I have now got the Crontab(the process on a Unix box that will do a job at a submitted time) working for the Mobblog so I can of course now send and the blog will automatically pickup any entry every half an hour.

    Basically an entry in cron is need so this is done by:

    ssh into your servercrontab -e (this will edit the Crontab in Vi 
    
    or create a new one if needed)01,31 * * * * /usr/local/bin/php -q 
    
    /home/blog.timc3.com/myscript.php:wqcrontab -l (to check)cd /home/blog.timc3.comchmod +x myscript.php

    Now that should be it really. In your PHP script you don’t really want any HTML or what ever and you should put an entry into the start of the file as:

    #! /usr/local/bin/php

    In the examples I have given I have changed the file names etc, so you should change them to your own. For debugging check out the Cron logs..

    By timc3 on the
    March 3rd, 2004
  8. Updates..

    Well as you can probably see below I have updated this blog to now include Moblog entries, meaning that I can push entries straight from my mobile phone into the blog including photos that I have taken on my T610 Sony Ericsson. All it took was a script that can read a email box, PHP to be recompiled with imap and GD, plus the phone setup so that it can send email. Sweet huh! I will be putting the scripts up somewhere along with a tutorial at some point..

    By timc3 on the
    March 3rd, 2004
  9. Webstandards

    Great looking site and linked content at http://www.webstandardsawards.com/ which is aiming to further spread the message of using standards from the likes of http://www.webstandards.org/ and http://www.webstandardsgroup.org/ .

    WSAlogo

    I like the way that the site is very clean, and the css is hiding some of the images such as the logo above from casual thiefs.. One of the outstanding sites linked deserves further mention and that is http://www.shauninman.com/. I love the use of Din for the Headline text, and the general cleaness of the site. His portfolio is also pretty sweet.

    By timc3 on the
    March 2nd, 2004
  10. Developer tools

    Well Mozilla Firefox is becoming my browser of choice nowdays and its because of tools like these that the decision is easy. Being able to do just a few of these things from an easily hidable browser bar makes life so easy for anyone involved in web page design I wonder whether I will ever go back to IE. But then again thats what we all said about the move from Netscape to IE 4 or 5 years ago.

    By timc3 on the
    March 2nd, 2004