Available for hire Phone: +44(0)121 288 8400 me@geraint.co

Every felt the need to prototype a web app quickly?

JavaScript on February 7th, 2007 no comments

Yeah i can hear you all screaming GEEKK as i type..  Well for the inner lazy geek recently a whole host of frameworks have popped out of the wood work to help you do just that. and there are ones for every language you can think off her are just a few..

  • Python
    • TurboGears
    • Django
  • php
    • ZooP
    • Smarty (Template system “not really a Framwork”)
    • Zend
    • PHPKitchen

TAGGED:

Even WAX

Inspiration on February 2nd, 2007 no comments

Planning a night out but you need to buy tickets!!… and your trying to organised 20 or 30 people… check out evenwax.com

Its basically an entire even organisation web application, covering front of house, sales, everything..

TAGGED:

XCOPY

Business  Technology  Tools on February 2nd, 2007 no comments

The greatest tool created by microsoft for transfering a large number of files from one location to another..
@ECHO OFF
ECHO.
XCOPY "k:\docs\*.*" c:\SHARE\DOCS\ /D /Y /S /C /k /h /a

ECHO "BACKUP COMPLETE"
PAUSE

Don’t leave home without it!!

You are here: Home » 2007 » February