Main > Free Download Search >

yahoo widget business / commercial software for mac

yahoo widget

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 110
Look4mac widget 1.0

Look4mac widget 1.0


Look4mac widget offers you a functional widget which enables you to find useful mac resources for your project : more>>

Look4mac widget 1.0 offers you a functional widget which enables you to find useful mac resources for your project :

  • Services
  • Software
  • Hardware
  • Communities
  • Consultants
  • Resellers The website is open as a beta version. If you have a Mac business, a Mac website, a Mac community or Mac products or services, submit information to the website.

Requirements: Mac OS X 10.4

<<less
Download (154.3KB)
Added: 2005-06-12 License: Commercial Price:
downloads
SwissRadio Widget 3.2

SwissRadio Widget 3.2


SwissRadio Widget 3.2 is a professional and smart tool which can help you listen to 45 cool Swiss radio stations: more>>

SwissRadio Widget 3.2 is a professional and smart tool which can help you listen to these cool Swiss radio stations:

  • Radio 1
  • Radio 24
  • Radio 32
  • Radio 32 Goldies
  • Radio 105
  • Radio 105 Classics
  • Radio Aktuell
  • Radio Argovia
  • Radio Basel 1
  • Radio Basilisk
  • Radio Beo
  • Canal3 D
  • Capital FM
  • Radio Central
  • DJ Radio
  • DRS 1
  • DRS 2
  • DRS 3
  • DRS 4 News
  • Energy Zuerich
  • Radio Eviva
  • Radio Grischa
  • Life Channel
  • Musigwaelle
  • Monte Carlo Swiss
  • Radio Pilatus
  • Radio Ri
  • Radio Rottu
  • Radio Sunshine
  • Radio Swiss Calssic Rock
  • Radio Top
  • Radio Top Two
  • Toxic.fm
  • Virus
  • Radio X
  • Radio Zuerisee
  • Canal3 F
  • Radio One FM
  • Lausanne FM
  • Radio Rouge
  • Radio r3i
  • Radio Fiume Ticino
  • Radio Horeb
  • Deutschlandfunk
<<less
Added: 2008-03-24 License: Commercial Price: $5.00
1 downloads
Widgets 1.0

Widgets 1.0


Widgets is designed as a useful suite of routing plug-ins for TDM that simply your mixes and give you more flexibility than you ever dreamed possible. more>>

Widgets 1.0 is designed as a useful suite of routing plug-ins for TDM that simply your mixes and give you more flexibility than you ever dreamed possible. Widgets includes a mono-to-stereo Split, stereo-to-mono Monoizer, A/B/X Switcher, L/R Channel Swap, and the Stereo Fix, which finally brings intelligent stereo file handling to the Pro Tools mixer!

<<less
Added: 2000-08-22 License: Commercial Price: $120.00
downloads
Color Bar GUI Widget 3.6

Color Bar GUI Widget 3.6


Color Bar GUI Widget is a simple tool to bring a nice looking 3D gradient color bar w/anti-aliased text to your Carbon Mac OS X app more>> <<less
Download (377KB)
Added: 2004-05-30 License: Commercial Price: $5.00
1 downloads
Car Rental Widget 1.1

Car Rental Widget 1.1


Car Rental Widget provides an easy and quick method to compare prices and availability on over 40 car rental companies at every city and airport in the world. more>>

Car Rental Widget 1.1 provides an easy and quick method to compare prices and availability on over 40 car rental companies at every city and airport in the world. You can specify any brand or class of car to include in your search or even the "Best Buys" for each company. You can search by either airport name or city name in any date range and include time of pickup and return, so that pricing correctly reflects the hours used.

<<less
Download (58.6KB)
Added: 2005-10-18 License: Commercial Price:
downloads
IceTV Remote Widget 2.2

IceTV Remote Widget 2.2


IceTV Remote Widget is created to be a helpful and versatile tool which can display a beautiful TV guide on your desktop, comes in three flavours. more>>

IceTV Remote Widget 2.2 is created to be a helpful and versatile tool which can display a beautiful TV guide on your desktop, comes in three flavours. The first view, "3 program view" shows the current program, the next program, and the program after that for any number of channels (screen size permitting!).

The second view, "5 program view" shows the current and next four programs for any number of channels. The third view, "All day view" shows a complete list of all the programs for the day for any number of channels.

Major Features

  1. The ability to view TV guide information and full program descriptions for any time for either 1 day (free) or 7 days (free for all IceTV subscribers or $3 per week).
  2. EyeTV integration (IceTV subscription required).
  3. Created from an existing highly successful and mature product (WorldTV)
Requirements:
  • Mac OS X 10.4 or higher
<<less
Download (457KB)
Added: 2008-07-27 License: Freeware Price: freefor1dayguide
downloads
iYML - Widget Edition 1.0

iYML - Widget Edition 1.0


iYML - Widget Edition is released as a simple yet effective widget which gives you direct access to the live video and audio streams as well as the archive stream. more>> <<less
Download (101.6KB)
Added: 2005-05-10 License: Commercial Price:
downloads
Acme Script Widgets 3.0.6

Acme Script Widgets 3.0.6


Acme Script Widgets is a rather praiseworthy program that extends the AppleScript language with important tools for manipulating text and lists. more>>

Acme Script Widgets 3.0.6 is a rather praiseworthy program that extends the AppleScript language with important tools for manipulating text and lists. Commands include: Sort, search/replace, tokenize, join lists,extract URLs, set/get the clipboard, trim, offsets of, read/write styled text, change case, insert/delete item, and others.

Major Features:

  1. Text Processing
    • Acme replace: Replace occurrences of a string with another string, with options for case-sensitive search, replace all or only first occurrence, and apply the replacement to lists of items or lists of lists!
    • Change case: Convert text to UPPER case, lower case, Sentence case, or toggle the case of every character.
    • Offsets of:
    • Tokenize: Split a string into a list of items based on one or more delimiter strings. You are not restricted to using single characters as delimiters for breaking the string into separate items.
    • Trim: Trim text (not just spaces) from either end of a string (or both), optionally ignoring patterns. Works on strings or lists of strings.
    • Acme sort: Sort a list of data items [strings, numbers, dates, etc.] or sort lists of lists into ascending or descending order. For sorting lists of lists, specify which item within the inner list is used for comparisons.
  2. List Manipulation
    • Offset in list: Search for a string in a list of items and return the index into the list of the first occurrence, or all occurences.
    • Insert item: Insert an item into a list at a specified index.
    • Delete item: Delete an item from a list at a specified index.
    • Join list: This is the reverse of the tokenize operation. Given a list of strings, combine the elements into a single string with separator strings.
    • Combine lists: Groups the Nth items from sublistts together into a list of new lists.
  3. Other Tools...
    • Acme parse args: This function handles decoding and grouping http CGI arguments (such as from a Form POST submission). Strings are URL-decoded in the process. [Only available for Mac OS 8/9]
    • Acme lookup field: After calling Acme parse args on your CGI data, get the value of a form field using this function. [Only available for Mac OS 8/9]
    • Download the OS X replacement for these functions: DecodeURL Script

Requriements: Mac OS 8/9/X

<<less
Download (174.8KB)
Added: 2005-03-09 License: Commercial Price: $29.00
downloads
Widgetmeister 1.5

Widgetmeister 1.5


Widgetmeister is regarded as a simple and salutary QuickTime utility to help add interactive widgets to existing QuickTime movies. more>>

Widgetmeister 1.5 is regarded as a simple and salutary QuickTime utility to help add interactive widgets to existing QuickTime movies. It is very easy to use. The process for using Widgetmeister is:

  • Select a QuickTime widget
  • Select a source movie to add the widget to
  • Set the coordinates of where the widget will be placed in the source movie
  • Click the process button
  • Give the newly created combined movie a name

Widgetmeister will automatically add the QuickTime widget to the entire duration of your movie.

<<less
Added: 2004-07-20 License: Commercial Price: $29.95
downloads
Widgetarium 1.1b5

Widgetarium 1.1b5


Widgetarium is known as a useful IDE for developing Dashboard widgets, with syntax aware editors for JavaScript, HTML & CSS, widget packager, and Dashboard debugging emulator. more>>

Widgetarium 1.1b5 is known as a useful IDE for developing Dashboard widgets, with syntax aware editors for JavaScript, HTML & CSS, widget packager, and Dashboard debugging emulator.

Major Features:

  1. Syntax Aware Editing: Editing your source code in an environment that provides language sensitive color, code completion, popup functions for easy navigation, split panes, full search & replace (including regular expression support), and all the other features you'd expect in a programming editor.
  2. Project management: Widgetarium is built around a "project" concept - this project file keeps track of all your sources, images, and any other file that you'd want to include in your Widget. It then correctly builds the Widget, setting all the various flags in various files correctly, copies the source files to the correct place, and can install the widget or compress it for uploading (and can even make it trivial to get a good, clean, screen shot of your running Widget)
  3. Dashboard Emulation: Instead of having to run your Widget in Safari or having to constantly kill/reload in Dashboard, Widgetarium provides a built in Dashboard simulator right inside the project. Your Widget code runs just like it would when running in Dashboard, including support for native plug-ins, and all the various Dashboard Widget extensions. Just type command-R and it runs - no switch, reloading, or other error prone extra steps. And if you Widget uses alert() to log messages, they also show up right in the project window(as well as various error messages - no need to dig through the Console).
  4. Widget Inspection: Besides running the Widget, you can also inspect the Widget itself. Since Widgets are effectively small web pages, there are a great many properties that are useful to know about. Widgetarium allows you to directly inspect the Document Object Model (DOM) corresponding to your Widget. Besides seeing the model hierarchy, you can examine the various nodes, including node properties, values, and other things (such as what the calculated style of a node is - great for figuring out why your Widget doesn't look quite right). You can even edit these values (where allowed by the underlying DOM). If you need more flexibility, you can even directly type in JavaScript that will be executed in the context of your Widget (great for adding various debugging routines).
  5. JavaScript Source Level Debugging: Widgetarium provides a full source level JavaScript debugger, allowing you to step through your code (including "step into calls", "step over calls" and "step out of routine"), set break points, see stack crawls, and view/edit local and global variables. Besides regular break points that stop the program execution, you can set trace points (that print out a message to log when that line is executed - far better than adding alert() calls since you won't need to remember to remove them), pause points (that briefly show that current source line), and sound points (play a sound when you hit a line).
  6. Graphic Tools: Programmers are rarely experts at graphic design, so Widgetarium makes it easy to create the basic graphics you'll need to create a Widget. From making the basic panel graphic (in various styles, custom colors, shapes, sizes, including the special "weave textured" back) to special button graphics and the Widget icon image, Widgetarium covers it. It even includes a special "slicer" designed to adapt existing images to be "stretched" at runtime for resizable Widgets or other user elements. Existing images also can be examines, with a special coordinate finder which allows you to see the coordinates of selected areas in a variety of formats that can be use in style sheets.
  7. Ready access to Documentation: There are handy links to a built in document browser that gives you instant access to Dashboard documentation and other related programming documentation (requires either XCode installation or an Internet connection).
  8. Quick Start Templates: Widgets can be created from a starting template, which will make the basic files, images, and standard behavior a Widget.
  9. Special Extensions: Widgets created using Widgetarium have access to special additional routines to perform a wide variety of actions not available to JavaScript. These include creating Spotlight queries, sound and speech, and direct integration of AppleScript scripts with your Widget.
<<less
Download (3.3MB)
Added: 2006-07-06 License: Commercial Price:
downloads
Widget Maker X 1.3.4

Widget Maker X 1.3.4


Widget Maker X is a handy tool which is designed with the ability to modify/create and manage your widgets. more>> <<less
Download (3.7MB)
Added: 2008-03-11 License: Commercial Price: $16.50
downloads
Regex Widget for VNOS 1.0b

Regex Widget for VNOS 1.0b


Regex Widget for VNOS is an easy to use, high performance object based platform that allows you to integrate any number of data sources from any number of manufacturers. more>>

Regex Widget for VNOS 1.0b is an easy to use, high performance object based platform that allows you to integrate any number of data sources from any number of manufacturers. Think of creating a flow diagram to visually depict how you'd like to solve any problem, except your VNOS application is live as you develop it.

<<less
Download (4.8MB)
Added: 2002-04-30 License: Commercial Price: $99.00
downloads
2008 Texas Longhorns Football Schedule Widget 4.0

2008 Texas Longhorns Football Schedule Widget 4.0


2008 Texas Longhorns Football Schedule Widget provides you with a simple and salutary tool which is instant automated access to the latest Texas Longhorns kick-off and schedule information for the 2008 Texas Longhorns football games more>>

2008 Texas Longhorns Football Schedule Widget 4.0 provides you with a simple and salutary tool which is instant automated access to the latest Texas Longhorns kick-off and schedule information for the 2008 Texas Longhorns football games. All games are listed with the date and time, home or away, TV scheduling plus the scores from the previously played games.

  • Team logo hot link to the team's Official Athletic Web Site for the absolute latest information on scheduling.
  • Button to play Texas Fight Song.

National Champions 2005, 1969, 1963
Hook 'em Horns!

Requirements:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.4 Intel
  • Mac OS X 10.0
  • Mac OS X 10.1
  • Mac OS X 10.5 PPC
  • Mac OS X 10.2
  • Mac OS X 10.5 Intel
  • Mac OS X 10.3
  • Mac OS Classic


<<less
Download (118.2KB)
Added: 2008-06-30 License: Commercial Price: $2.50
downloads
Aobo Keylogger Standard 1.4

Aobo Keylogger Standard 1.4


Record keystrokes to a file. more>>

Aobo Keylogger Standard 1.4 offers you a convenient software which can achive your jobs easily. It is the only invisible Mac OS X keylogger for mac with email and FTP support! Stealth and undetectable surveillance Keystroke logging, Website,Screenshot recording. The best easy to use Mac OS X Keylogger. Aobo Mac OS X Keylogger standard edition is easy to install and easy to use, even for novices! Do you know how your Macbook /iMac / PowerPC has been used while you are away? Do you know what your kids are doing online, are they chatting with bad guys, visiting porn websites? Do you suspect that your spouse is cheating on you? Are your employees working or playing with the company mac machines. Do you want to spy on another guy to discover the truth?

Major Features:

  1. Stealth and undetectable Monitoring and Recording
  2. Password protection
  3. Easy to Use Recording Features
  4. Record all keystrokes typed on any applications
  5. Record Websites Visited in all browsers such as safari / firefox / Opera
  6. Record All instant messenger chat conversations typed
  7. Record iChat Chat Conversations
  8. Record Skype Chat Conversations
  9. Record MSN Chat Conversations
  10. Record AIM Chat Conversations
  11. Record ICQ Chat Conversations
  12. Record Adium, Proteus, Chat Conversations
  13. Record Yahoo Messenger Chat Conversations
  14. Record Desktop Screenshots in a preset interval
  15. Keystroke and screenshot recording in virtual machine Windows applications (Parallels Desktop, VMware Fusion etc )
  16. Emailed logs can be received and viewed on a PC/PocketPC/Smartphone or any other device can receive emails Delivery Features
  17. Secretly send the logs to your email(including keystrokes, chats, websites, screenshots)
  18. Secretly send the logs to your FTP (upload keystrokes, chats, websites and screenshots to ftp space)
<<less
Download (596.2KB)
Added: 2009-04-02 License: Commercial Price: $79.95
25 downloads
2008 Notre Dame Football Schedule Widget 4.0

2008 Notre Dame Football Schedule Widget 4.0


2008 Notre Dame Football Schedule Widget brings you the convenience with a useful widget which is instant automated access to the latest Notre Dame Fighting Irish kick-off and schedule information for the 2008 Notre Dame Fighting Irish football games more>> <<less
Download (166KB)
Added: 2008-07-28 License: Commercial Price: $2.50
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5