
Part 1
The Domino’s Pizza Tracker is a marketing stunt/tool from Dominos pizza from 2008. I came across this concept when looking at a talk from Dan Norman and wanted write this down, because it’s an interesting talk.
In a nutshell the idea is that the pizza tracker tracks your pizza from “order” to “door”.
Recently I came across an intresting webservice called IFTTT. In short: “They connect webservices like Instagram, Twitter, LinkedIN, etc”. More on how it works is on their website http://ifttt.com/wtf.
I was looking up on where I could rent a small boat in Amsterdam to boat through the canals. So I ranked the company’s on price and made an overview. Of course their is a difference in type of boats (it’s based on a 6 pers. boat). You have to see for yourself on what kind of ride you want :)
Edit the text on the fly
The text won’t be saved. But this is very handy if you want to test some textual changes within webdesign. Copy and Paste code below into a new bookmark or rightclick here and “add to Favorites”.
javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0
Highlight what Font is used
This bookmark activates a function where you can hover every text within a website and it will show you the font that is used when hovering over the text. Copy and Paste the code below into a new bookmark or rightclick here and “add to Favorites”.
Hyves Logo generator Check out: http://www.derkbraakman.com/hyveslogo/
For developing in Adobe Flash you can trace() your results in the output window of the authoring environment. Without the authoring environment you can trace through javascript or to a dynamic textfield. Still it would be much easier to keep those same traces that you have set in your Actionscript code.
This can be achieved by downloading and installing two things (or three if you don’t have the browser Firefox):
1. Download and install the Adobe Flash debug player at http://www.adobe.com/support/flashplayer/downloads.html. This will give you error warnings of all Flash related errors.
2. Download and install the Firefox add-on called Flashtracer at http://www.sephiroth.it/firefox/flashtracer/ and adjust the settings so the debugger errors/traces will appear in the sidebar of your browser.