
Do you train Kung Fu?
Or know someone who does?
Then check out KungFuPeople.com
Mobile version of this page|
You searched for keyword:slim |
found 0 photos and 2 blogs in and 0 blog comments in 0.00 seconds |
Blogs |
|
|
|
slim, a new free web service for white space optimisation - 25th of July 2006 If you have some code that you need to optimise, like some Javascript code that is well commented but costs too many bytes of download for your users then you might want to use my slimmer web service. I'll let a Python example speak for itself:
>>> import xmlrpclib
>>> s=xmlrpclib.Server('http://www.peterbe.com/') >>> css='h1 { font-family: Arial, Verdana; }' >>> s.slim(css) 'h1{font-family:Arial,Verdana}' |
|
|
slim in ruby - 26th of July 2006 Just figured out how to call my slim web service via XML-RPC using Ruby. It's as easy as in Python. |

