We Recommend

Smarty PHP Template Programming And Applications Smarty PHP Template Programming And Applications
Smarty is a templating engine for PHP. Designers who are used to working with HTML files can work with Smarty templates, which are HTML files with simple tags while programmers work with the underlying PHP code. The Smarty engine brings the code and templates together. The result of all this is that designers can concentrate on designing, programmers can concentrate on programming, and they don't need to get in each others way so much.


Posted By

dbug13 on 06/15/07


Tagged

textmate applescript safari osx


Versions (?)


Send Safari URL to Quicksilver


Published in: Other 


  1. tell application "Safari"
  2. set strURL to URL of front document
  3. end tell
  4.  
  5. tell application "Quicksilver"
  6. set selection to strURL
  7. end tell

Report this snippet 

You need to login to post a comment.