hood college
Schoolhouse 2.1
Schoolhouse - Track homework, reports & school projects more>>
You can sort your assignments by course, due date, and many other criteria. Color code your assignments by due date to give a visual cue of your upcoming deadline. Use groups and smart groups, export to iCal or your iPod, or email your assignment info to classmates.
Quickly contact your instructors with one click over email to get help with your assignments. The GPA and Finals calculators help to give you a heads up before important exams, and the ability to graph your course grades over any timeframe gives you the ability to predict your averages before the end of the term.
Schoolhouse helps any student, whether high school or college, to organize their assignments and get a hold on their school planning.
Enhancements:
- Added Feature: A week view has been added alongside the month view.
- Added Feature: Both calendar views now allow you to hide weekends.
- Added Feature: Courses can now be dragged and dropped between terms.
- Added Feature: Courses now support multiple occurrences and multiple instructors.
- Added Feature: Grading now allows you to ignore empty kinds instead of substituting a value.
- Bug Fix: Fixed a bug that would cause a crash when assigning courses.
- Bug Fix: Notebooks list now saves the last selected notebook between launches.
- Bug Fix: The course drop-down list no longer changes to "None" at random times.
- Bug Fix: Various other small bug fixes.
College Football Widget 1.3.5
Provides the current football schedule for I-A and I-AA NCAA teams. more>> Provides the current football schedule for I-A and I-AA NCAA teams.
College football is a Dashboard Widget for Mac OS X which provides the current football schedule for I-A and I-AA NCAA teams.
College Football Widget will allow you to choose the team of your choice from the preferences. The data and team logos are downloaded from ESPN.
Enhancements
- Fixed bug that caused some Big 12 schedules to not display.
Ex'pression College News and Events RSS 2.0
Ex�pression College News and Events RSS - News and events feed reader for the Ex�pression College for Digital Arts more>> <<less
Sports Scores 0.99
Sports Scores - Vertically scroll through various sports scores more>>
Sports that can be selected are: college basketball (the whole reason it was created), college football, MLB, NBA, NFL and NHL. Feedback welcome.
Enhancements:
- You can now scroll just through the Top 25 ranked teams in College Basketball and College Football.
- Also fixed bug with resizing and with reporting NBA scores.
Ex'pression College Open House Countdown 2.0
Displays a countdown to the next Expression College for Digital Arts Open House more>> Whether you need to keep a journal, jot down some ideas, make a grocery list, track your DVD collection, manage passwords, or design entire creative projects, Formation can help you organize the many facets of your life, in a way you never thought possible!
By harmoniously combining topics, lists, notes, contacts, media browsers (View images, text files, play quicktime movies and MP3s), calendar, dictionary, scrapbook and other powerful tools, Formation offers a fun and easy environment for organizing your world of information.
Also, within Formations organizational power, youll discover customizable lists, smartlinks, tools to create rich text, a variety of icons, search tools, shelves to create pre-set topics, insert items for quick access to text, powerful drag and drop abilities, password protection and encryption, extremely flexible and customizable aqua interface and much more....all beautifully integrated into one application!<<less
College and University Icons 1.6
College and University Icons - For every school and bowl game, there is one icon more>>
For every school and bowl game, there is one icon for the school/event itself, as well as a folder icon.
HockeyFan 3.01
HockeyFan - A widget that allows you to display a jersey from a growing database players. more>> HockeyFan - A widget that allows you to display a jersey from a growing database players.
HockeyFan is a widget that allows you to display a jersey from a growing database players.
A small version will appear in the magnifying glass, if it is the one you want hit "Done" or click on the preview image and a fullsize version will be displayed. All requests for this widget will be made. (The frame does not remain visible.)
To everyone who loves hockey, and to everyone who has written requests for certain players and the ability to choose which player they want to have on their Dashboard.
With this widget you can choose from a database of hundreds of players from the NHL as well as Minor Leagues, International teams, All-Star teams, college teams...and eventually youll even be able to get a custom jersey with your name and number on it for any team we have available.
Simply enter the player ID from the database and hit Get. Youll get a small preview image of the widget and if its the one you want just hit Done or click on the preview image and the widget will show your player.
Enhancements
- Fixes issue with being able to have duplicate jerseys.
KokaDice 2.0.3
KokaDice is a Yahtzee clone more>>
Okay, Sherman, set the way back machine for 1995. Im in college, and dating my future wife, Koka. We play various dice games a lot, one of which was the very nice UltraDice. But, Koka wasnt too impressed with it, and requested lots of changes. So I, eager to show off my programming chops, hacked it around (gota love ResEdit!) and turned it into KokaDice. Same game, my graphics and sound.
Fastforward a few years. UltraDice (and playing in college) are distant memories. Were now running OS X, and it seems silly to start up classic just to play an old dice game. Fortunately, by this point, Id learned Objective-C, so I could do something about it.
So KokaDice was re-born in all of its native cocoa goodness. Brand spanking new everything in it, 100% by me (no hacking other peoples code this time!). Fun, enjoyable, you name it. If you like dice games, this is the one to beat.
And what do you owe me for such a fun little program? Why just the low low price of $5. Surely you can cough up just $5 for the hours upon hours of fun that this game will provide, cant you? Good, I knew you could! Problems? Comments? Questions? Suggestions? (email me), let me know what you think.

The Harvard Crimson Newsreader 1.0
The Harvard Crimson Newsreader is a really superior and tractable Dashboard widget news reader for the Harvard Crimson, the nations oldest continuously published daily college newspaper. more>> The Harvard Crimson Newsreader 1.0 is a really superior and tractable Dashboard widget news reader for the Harvard Crimson, the nations oldest continuously published daily college newspaper.
The widget displays headlines and summaries from all five of the Crimsons sections: News, Opinion, Sports, Magazine, and Arts. The search function is disabled after flipping, but reactivates when relaunched.

Now Spreading Good News Widget 0.2
The Now Spreading Good News Widget is a custom RSS reader dashboard widget for the NSGN.net Online Christian Community more>>
Now Spreading Good News Widget 0.2 brings you a useful custom RSS reader dashboard widget for the NSGN.net Online Christian Community. NSGN.net is a place for christian to gather and enjoy fellowship, study the Bible, and share prayer requests in a clean online setting.
Enhancements:
- Added a few visual tweaks that make the widget conform more to Apple spec and make it nicer on the eyes. Along with this a few under the hood changes make display a little more reliable thanks to some cleaner code.
Requirements:
- Mac OS X 10.4 or later.
Broadcaster 1.1
Broadcaster will provide support for delegation of event handlers more>>
For instance, a checkboxs action event is fired. You normally are forced to implement the action event of the checkbox with code belonging to your class. This is not necessary, because the CheckboxBroadcaster delegates the action event to an ActionListener your class can implement. Likewise the TimerBroadcaster delegates its action event to an actionlistener, and your class can implement such a listener keeping more code private.
The plugin does not do anything magically; a timer-broadcaster can be developed in pure RB by subclassing a timer and creation of an interface, cluttering your project window with additional classes. All these are tucked away in the plugin, including code maintaining the reference to the handler, which in this example implements the actionlistener interface.
While this is the principal purpose of the plugin, making a class "timer aware", or "thread aware", or "pushbutton aware", etc, you also can register a bunch of listeners with one timer. This bunch can be put into an array of listeners and as such be registered.
You do not need to maintain a list of actionlistener objects for proper disposal, nor do you need to provide circular references. That is because the plugin appropriately will take care of these references "under the hood".
Enhancements:
- Added RBScript support.
Sideways Trailer
Sideways Trailer is a highly-efficient, high-quality utility with which you can watch the trailer for this Oscar nominated comedy. more>>
Sideways Trailer is a highly-efficient, high-quality utility with which you can watch the trailer for this Oscar nominated comedy. The misadventures begin when Miles (Paul Giamatti), an un-recovered divorc and would-be novelist with a wine fixation, decides to gift his old college buddy and washed-up actor Jack (Thomas Haden Church) with a celebratory trip to the vineyards of Santa Barbara wine country the week before Jack's wedding.
NCAA Football LiveSchedule 2.1
Use this great Yahoo widget to stay up to date with the NCAA Division schedule. more>> Use this great Yahoo widget to stay up to date with the NCAA Division schedule.
A great Yahoo widget that displays the College Football Schedule Widget for NCAA Division 1A teams and is able to update automatically.
System requirements:
- Yahoo! Widget Engine
Whiteboard 1.0.3
Free and open source whiteboard courseware system more>> Free and open source whiteboard courseware system
Whiteboard is a fully-featured and integrated courseware system, targeted toward colleges and universities.
Whiteboard supports multiple departments and courses (including cross-listed courses); grade storage, checking, and calculation; simple migration of courses to new semesters; assignment submission and testing, and submitted assignment retrieval; documents; announcements; and discussion boards.
Whiteboard is written in PHP with a MySQL back-end, and is fully administrable through its web interface.
System requirements:
-
-
Enhancements:
- fixed problem with accessing histograms for courses that are not in the curent semester
- fixed session problem
- fixed missing department list in "Submit and Return" from creating course
- fixed "Submit and Return" from creating department
- removed .xvpics from images directory
Adobe Photoshop Lightroom 3.0b1
Adobe Photoshop Lightroom is launched to provide users with an efficient new way for professional photographers to import, select, develop, and showcase large volumes of digital images. more>>
Adobe Photoshop Lightroom 3.0b1 is launched to provide users with an efficient new way for professional photographers to import, select, develop, and showcase large volumes of digital images. So you can spend less time sorting and refining photographs, and more time actually shooting them.
Its clean, elegant interface literally steps out of the way and lets you quickly view and work with the images you shot today, as well as the thousands of images that you will shoot over the course of your career. Because no two photographers work alike, Adobe Lightroom adapts to your workflow, not the other way around.
Lightroom 3 beta has been completely redesigned with under-the-hood efficiencies to better handle growing image libraries and improve responsiveness with a higher-quality processing engine, he adds.
In the Library module, a rebuilt import system makes bringing photos into the software more intuitive, Connor says. Users can easily specify the source and destination of their images, and save common processing, metadata or destination settings as presets.