Tag: automatic

  • PHP code to automatically bid/buy an eBay auction item

    The following PHP code will automatically bid on an eBay item. modify the following variables; $username = “username”; //the eBay username $password = “password”; //the eBay password $item = 300712344201; //the item number $bid =  0.01; //the  bid value in the item’s currency

  • Photoshop VBScript to automatically resize images

    Decided to learn Photoshop VBScripting, don’t know why I didn’t do this sooner, I now have scripts to automatically generate my blog thumbnails (as below), and add little Google Maps markers on them (see here). A few constants to change in the script (edit with Notepad); RESIZEWIDTH – thumbnail width RESIZEHEIGHT – thumbnail height IGNOREVERTICAL…