Access Keys:
Skip to content (Access Key - 0)

Dan Hardiker Blog from June, 2008

  2008/06/01
BrowserPlus
Last Changed by Dan Hardiker, Jun 01, 2008 17:24

Yahoo! have really outdone themselves with BrowserPlus and the demos that they come with. You can do some funky stuff - the bit I like is drag-and-drop of files from the desktop into the browser. Check it out!

For more information see the Lifehacker article.

Posted at 01 Jun @ 5:23 PM by Dan Hardiker 0 Comments
  2008/06/29
Python rocks!

I was playing around and finally decided to give python a play ... and wow it's great! Very fast to learn, and best of all - we all have it on our mac's by default!

Just drop to a terminal window and run python - to exit it's CTRL+D or {{quit()}.

Check this out, inspired by Matt Ryall's recent post on the matter:

DanTopPro:~ dhardiker$ python
Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys, string, xmlrpclib, re
>>> server = xmlrpclib.ServerProxy("https://www.adaptavist.com/rpc/xmlrpc");
>>> server.confluence1.login("your_username","your_password");
'g1210XSmp'
>>> server.confluence1.search("r7l00Spjpm", "builder download", 5);
[{...},{...},{...}] <-- replaced for brevity
>>> quit();

You can find more methods to play with in the remote API documentation.

I've not yet started to play around with finding a good "getting started" guide on Python either, but now this has peaked my interest (and I did all the above literally in 10 minutes without any prior python knowledge) I'm sure those will come!

Posted at 29 Jun @ 8:43 PM by Dan Hardiker 2 Comments
Toggle Sidebar

Archives

  1. 2010
    1. November
    2. October
  2. 2009
    1. May
    2. April
    3. March
  3. 2008
    1. November
    2. October
    3. August
    4. June
    5. May
    6. April
    7. March

Blogroll

Adaptavist Theme Builder Powered by Atlassian Confluence