Monday, July 30, 2012
Mountain Lion: Page Outs
Posted by
WidgetBook
at
13:18
0
comments
Labels: Dashboard, Mountain Lion, tip
Thursday, October 7, 2010
My article for the August 2010 MacTech issue
Title: Creating a Dashboard Widget that Supports Localization
Monday, April 27, 2009
My favorite Widget (iStat Pro)

Posted by
WidgetBook
at
23:45
0
comments
Friday, February 27, 2009
F4 or F12 for Dashboard
When Dashboard came out, the recommended keyboard shortcut for it was the F12 key.


Posted by
WidgetBook
at
16:04
0
comments
Friday, January 9, 2009
Using Scientific Widgets
Click here.
Posted by
WidgetBook
at
21:20
0
comments
Monday, November 3, 2008
My article for the Dec.2008 issue of Mactech

Tuesday, October 21, 2008
Benefits from reading the "Programming Dashboard Widgets" book
- Learn how to create Dashboard Widgets
- Demystify Dashboard Widgets
- Debug Dashboard Widgets
- Learn useful tools
- the basics of MySQL
- the basics of Shell programming
- some UNIX topics
Tuesday, September 30, 2008
DashboardStarter
Wednesday, September 3, 2008
The October 2008 issue of MacTech has an article of mine!
Tuesday, August 19, 2008
Creating a Dashboard Widget that uses a Plugin
The "Creating A Dashboard Widget that uses a Plugin" article that I wrote for MacTech is online.
Saturday, April 26, 2008
Use a Dashboard Widget outside Dashboard
Posted by
WidgetBook
at
13:53
0
comments
Tuesday, March 11, 2008
Mac OS X 10.5: Dashboard widgets issues with Parental Controls and Fast User Switching enabled
According to this Apple's Knowledge Base article, Fast User Switch and Parental Controls may cause malfunctions to Dashboard.
Posted by
WidgetBook
at
19:06
0
comments
Monday, January 28, 2008
Debugging Dashboard Widgets
The best source for debugging information comes by Apple itself! Apple released a technical note full of Widget debugging information and techniques. It is Technical Note TN2139. You can find it here.
Monday, December 10, 2007
My Dashboard at home
Posted by
WidgetBook
at
18:21
0
comments
Labels: Dashboard, Screenshot
Monday, November 26, 2007
Disadvantages of Widget plugins
- It is more difficult and time consuming to program a plugin for a functionality that is also supported by JavaScript.
- It is more difficult to debug a plugin.
- You have to learn Objective-C.
- You also have to learn Cocoa.
Posted by
WidgetBook
at
11:22
0
comments
Labels: Dashboard, Objective-C, plugins, Widget
Advantages of Widget plugins
- Nobody can change your Widget plugin.
- You can create commercial Widgets.
- Your source code is hidden and more secure.
- You can do things that simply are not possible with JavaScript and the built-in Widget functions by using the Cocoa framework.
Posted by
WidgetBook
at
11:11
0
comments
Labels: Dashboard, Objective-C, plugins, Widget
Thursday, November 22, 2007
Book Table of Contents
Programming Dashboard Widgets eBook released!
This is the first post of the official blog site for my "Programming Dashboard Widgets" eBook.
Based on standard HTML, CSS, and JavaScript, Dashboard Widgets are simple to build and easy to extend. The "Programming Dashboard Widgets" book contains all that your need to know in order to create and program your own Apple Dashboard Widgets. The book also shows you techniques that help you fine-tune, extend and explore existing Widgets.
You do not have to be an HTML, CSS or JavaScript expert to understand the book as it presents and explains all the necessary HTML, CSS and JavaScript knowledge. Each book chapter contains bibliographic references that will help you expand your knowledge.
You can find its detailed TOC in PDF format here.
Thank you!
Posted by
WidgetBook
at
10:38
0
comments
Labels: Book, Dashboard, Leopard, Mac OS X, Programming, Tiger, Widget