A set of AppleScripts to create a scrapbook in Safari
Grok Headline matches for A set of AppleScripts to create a scrapbook in Safari
PocketMac Safari Scrapbook debuts
PocketMac Safari Scrapbook debuts
03/22/2005 05:04 PMInformation Appliance Associates (IAA) has released PocketMac Safari
Scrapbook, a tool that automatically collects and archives the history
produced by by your Safari Web browser, saving text and content for
later retrieval. It retails for US$17.95.
PocketMac® Safari Scrapbook Harvests
Macintosh Users' Web History In
Limitless, Searchable Database
PocketMac® Safari Scrapbook Harvests
Macintosh Users' Web History In
Limitless, Searchable Database
03/22/2005 03:37 PMNew Apple Macintosh Software Designed to Work with the Safari Browser
[PRWEB Mar 22, 2005]
Create and file Safari bookmarks at the
same time
Create and file Safari bookmarks at the
same time
07/28/2004 11:00 AMSafari will let you place bookmarks precisely into the folders where
they belong, rather than at the end of the bookmark folder. The trick
is to use the Bookmark page icon in the bookmarks bar, instead of
using the Bookmark b...
Create new blank Safari windows with
Command-T
Create new blank Safari windows with
Command-T
04/12/2004 10:11 AMIf you have *no* windows open (except perhaps the Downloads and/or
Activity Windows), pressing Command-T will open a new, blank Window
(without loading your home page). Command-T with a browsing window
open creates a new, bla...
Create Safari cookies that expire after
each session
Create Safari cookies that expire after
each session
10/30/2003 12:37 AMIn Mozilla and variants, and many other browsers, you can set Cookies
to expire at the end of the session. This means that Cookies will be
kept for your use, until you close your browser and they are then
wiped out. I like t...
Create easy-to-use Safari search
shortcuts with Sogudi
Create easy-to-use Safari search
shortcuts with Sogudi
12/09/2003 11:00 AMSogudi is a really nice (free) plug-in for Safari that allows you to
define shortcuts and search strings for easy access. For example,
Sogudi comes preinstalled with a shortcut to search MacOSXHints. With
Sogudi installed, ju...
Create custom clicked-link outlines in
Safari
Create custom clicked-link outlines in
Safari
02/18/2004 12:04 PMBack in December, before Safari 1.2 was released, David Hyatt wrote a
post about outline highlights in Safari. Now that we have Safari 1.2,
I have noticed that it no longer gives you a dotted outline (or
anything for that mat...
Safari Magic 1.0 adds numerous tools to
Safari
Safari Magic 1.0 adds numerous tools to
Safari
07/20/2004 02:43 AMStephen Becker has announced the release of Safari Magic 1.0, a
utility which adds several tools to Safari...
Art Explosion Scrapbook
Art Explosion Scrapbook
07/15/2004 08:55 AMvnunet.com Jul 15 2004 1:34PM GMT
"John Kerry Scrapbook"
"John Kerry Scrapbook"
08/19/2004 02:32 AMPiperboy's Travel Scrapbook.
Piperboy's Travel Scrapbook.
05/28/2004 10:46 AM
Piperboy's
Travel Scrapbook. [flash]
John Kerry Scrapbook
John Kerry Scrapbook
08/18/2004 10:50 PMWelcome to my John Kerry scrapbook! .. of a purported
romance
hedgefundmistress.com/JohnKerryScrapbook.html
track this
site | 4 links
Author's scrapbook to go online
Author's scrapbook to go online
08/15/2004 06:02 AMCjonline.com - Sun Aug 15, 08:39 am GMT
ScrapBook Extension Gets Press Coverage
ScrapBook Extension Gets Press Coverage
04/14/2005 04:08 PMxPad notepad/scrapbook app released
xPad notepad/scrapbook app released
12/22/2003 12:34 PMManiacal Rage has relased xPad 1.0, a new notepad/scrapbook
application for Mac OS X 10.2 or later...
Lewis Carroll's scrapbook goes on-line
Lewis Carroll's scrapbook goes on-line
08/11/2004 01:53 PMglobetechnology.com Aug 11 2004 5:40PM GMT
Lewis Carroll's scrapbook goes online
Lewis Carroll's scrapbook goes online
08/08/2004 05:44 AMAp.dodgeglobe.com - Sun Aug 8, 02:44 am GMT
Lewis Carroll Scrapbook Home
Lewis Carroll Scrapbook Home
08/10/2004 04:15 PMLewis Carroll’s
Scrapbook
international.loc.gov/intldl/carrollhtml
track this
site | 4 links
Asterisk AppleScripts 1.0
Asterisk AppleScripts 1.0
08/06/2004 09:54 AMAppleScript applications for basic control of Asterisk on OS X.
SMS AppleScripts Updated
SMS AppleScripts Updated
04/09/2004 03:59 PMUpdated scripts set includes one for sending SMS messages via e-mail.
The script presents the user with a list of cellular providers to
choose from, or they can enter the information they need for a
particular number manually. All of the scripts now have better support
for multiple phone number formats.
Lewis Carroll's scrapbook online,
courtesy of the LoC
Lewis Carroll's scrapbook online,
courtesy of the LoC
08/08/2004 01:49 PM
Paul sez, "The Library of Congress has digitized and placed online
Lewis Carroll's scrapbook -- clippings and the like that the author
found interesting and worth saving. Since it has never been published,
this is the only way to see it without going to DC."
Link
(
Thanks, Paul!)
"Library of Congress online publication
of his scrapbook"
"Library of Congress online publication
of his scrapbook"
08/11/2004 02:40 AMUsing redirects to run AppleScripts in
the Terminal
Using redirects to run AppleScripts in
the Terminal
05/06/2004 10:14 AMI got really fed up with having to use osascript -e when running
AppleScripts remotely via the Terminal. So I thought that I'd give the
'redirect' command a try -- thus allowing me to type and view the
script in a way that is...
Useful Applescripts for coding PHP in
BBEdit
Useful Applescripts for coding PHP in
BBEdit
12/12/2003 07:48 PMAt
work I spend a lot of time
coding, which means I also spend a lot of time using
BBEdit
. Thankfully it's a fantastic program with excellent
Applescript integration.
As a PHP coder, I thought I'd share some of the great Applescripts
that are out there to enhance your coding experience, and hopefully
save you some time.
VoidFil
lPHP
This is a PHP code completion script. Type the beginning of function
name, hit F1 (or whatever key you've assigned it to), and it provides
a list a potential matches (e.g. type
html and you can
choose from
html_entity_decode,
htmlentities
or
htmlspecialchars).
Search php.net for selection
It does what it says on the tin. Highlight a PHP function or keyword,
hit the assigned key combination, and it fires up a browser window and
searches through the manual on
php.net
for the function or keyword. Very useful if you've not got a PHP
reference book handy.
PHP Syntax Check
Written by
John Gruber (a
former Bare Bones developer, so he obviously knows a thing or two),
this flexible script can scan your document for PHP parsing errors
(highlighting the problematic lines). The script can also replace the
built-in HTML Document Syntax command, so it can check the syntax of
your HTML also. Pretty nifty huh?
What other Applescripts make your BBEdit life easier?
Use AppleScripts to generate web pages
Use AppleScripts to generate web pages
12/22/2003 11:22 AMjkooy: "You can make it work by using Server Side Includes (SSI). If
you set up Apache to run as the user that is logged into the system,
you can run AppleScripts inside your webpages by using SSI and the
osascript program."
Pioneer/Blu-ray, iTunes AppleScripts on
YML
Pioneer/Blu-ray, iTunes AppleScripts on
YML
03/17/2005 03:05 AMYour Mac Life, an Internet-based Mac radio show hosted by Shawn King,
has announced the lineup for this evening's broadcast (8:30-11:00
p.m...
iClip 2.6 multi-clipboard/scrapbook
utility released
iClip 2.6 multi-clipboard/scrapbook
utility released
12/16/2003 05:30 AMInventive has announced the release of iClip 2.6, the latest release
of the company's multi-clipboard/scrapbook utility for Mac OS X...
BBEdit AppleScripts for obsessive coders
BBEdit AppleScripts for obsessive coders
03/14/2003 03:28 PMMatt Gemmell: "I just cobbled-together two AppleScripts for
BBEdit (or rather, two more, to go with the scores of scripts I've
written previously), to do two things I need a lot whilst hacking on
Thistle."
Project details for Asterisk
AppleScripts
Project details for Asterisk
AppleScripts
08/08/2004 12:22 AMAsterisk AppleScripts is a set of clickable applications for basic
control of the Asterisk telephony server on MacOS X. All scripts are
provided both as editable .scpt source files and as compiled script
applications.
Doug's AppleScripts for iTunes
Podcast
Doug's AppleScripts for iTunes
Podcast
12/19/2004 03:26 PMDoug: “I'm pleased and excited to announce the
debut of Doug's AppleScripts for iTunes Podcast.”
Also included is an AppleScript script for NetNewsWire for downloading
the podcast. (We haven’t tried it yet, but it sounds cool.)
Three free AppleScripts for iTunes
released
Three free AppleScripts for iTunes
released
03/14/2003 01:07 PMOpen AppleScripts when missing an
application
Open AppleScripts when missing an
application
05/06/2004 10:14 AMToday, while trying to look at the script referenced in this hint, I
was temporarily stuck -- if you don't have Mailsmith installed, Script
Editor won't open the script (you get a "Where is Mailsmith?" dialog
box instead). I'...
Use URL redirection services to
distribute AppleScripts
Use URL redirection services to
distribute AppleScripts
07/06/2004 09:58 AMYou're probably already aware of the applescript:// URL scheme (URL
Protocol Support) and how easy it is to use it to get scripts into the
Script Editor, without having to cut and paste and repair broken
lines. But, rather th...
Use AppleScripts to remake the AIM buddy
list
Use AppleScripts to remake the AIM buddy
list
03/22/2005 03:20 PMMy solution was to write/modify a couple of AppleScripts: one to grab
all of the AIM handles from Address Book and the other to populate the
buddy list in AIM (using AOL's actual client), putting everyone in the
same gruop.
Add keyboard shortcuts to AppleScripts
in Mail.app
Add keyboard shortcuts to AppleScripts
in Mail.app
06/21/2004 10:46 AMI have a spam-reporting AppleScript for Mail.app that I wrote and
process manually, and I wanted to assign a keyboard shortcut to it
like some of the scripts Apple provides in the script menu.
I looked at the scripts in the ...
Trinfinity releases free AppleScripts
for iTunes
Trinfinity releases free AppleScripts
for iTunes
03/14/2003 02:10 PMTrinfinity Software has released three freeware, open-source
AppleScripts for iTunes that clean up the ID3 tags of the songs in
your music library...
iPodlounge: AppleScripts for iTunes and
iPod Released
iPodlounge: AppleScripts for iTunes and
iPod Released
03/19/2003 10:44 PM"iPodlounger John Paul Davis has released several new AppleScripts for
use with iTunes and iPod." ...
Toggle Your iTunes Link Arrows with
these AppleScripts
Toggle Your iTunes Link Arrows with
these AppleScripts
04/30/2004 10:48 AMThis archive contains two scripts: "Set iTunes Arrows to Local" and
"Set iTunes Arrows to Music Store." You can run them right from the
Finder, or you can install them in the iTunes Scripts menu to be able
to toggle iTunes' behavior from within the program itself. To do the
latter, stash them in Library > iTunes > Scripts.
Today@Playlist: More cool iTunes
AppleScripts!
Today@Playlist: More cool iTunes
AppleScripts!
04/12/2005 11:55 AMPlaylist pal, Doug Adams, from Doug’s AppleScripts for iTunes,
has passed along a list of cool new iTunes/iPod AppleScripts that
you’re sure to enjoy.
Grok Description matches for A set of AppleScripts to create a scrapbook in Safari
GrokA matches for A set of AppleScripts to create a scrapbook in Safari
A set of AppleScripts to create a scrapbook in Safari