Idea for creating this gadget is to minimize the time for calculating the data gathering from the dental study model. My existence is to reduce the repetition and complexity.
Email me if you need such gadget. It’s free to use for all the dentists.
After input the data of A,B,C,D,B1 and C1, the gadget can print it as PDF and the filename is set to patient’s name automatically.
How to make it? Well, if you don’t like paper work nor D.I.Y, then skip it, go to $2 shop straight away, get yourself a $3 phone dock and hang it in your car. If you like D.I.Y, just make sure you have:
1. 210gsm paper from Office Work, about $1.50, Easy.
2. You might need a scissors and some staples.
3. Glue is optional instead of using staples.
Then cut the paper alongside the line, as the picture shown below.
Fold it.
Hang it in your car.
That’s the pager dock for iPod or iPhone. Using with FM transmitter would be absolutely great! I call it “iKcod”, which is reversed of “Docki”, and match the pattern of “iPod”, it IS really nice.
Subscribe Rae’s guitar stories here: http://www.youtube.com/user/theperformerz360
I was surprise when saw his youtube at the first time, I think will surprise everyone as well.
I got a logo from him. Subscribe Rae’s computer tips stories here: http://www.youtube.com/user/Ultraloadz
There you can see many tutorials on using softwares. Amazing little guy~
I was too excited to have a newly released ubuntu system installed on my machine 2 days ago. Seems there are too many defects since it’s too fresh.. I suffered from xp-blue-screen-like system crash several times..
The system does not change too much from 8.10 as I imagine. In my point of view, it’s becoming more and more fragile since version 7.
Virtuemart utilizes Ajax mostly by mooTools. It works fine in many browsers except microsoft newly released browser IE 8. Especially when user try to add a product to shopping cart using Ajax, the mooPrompt (a pop-up window) fails, and nothing happen on that page… Maybe the first thing you are about to do is to upgrade mooTools. Yes, that’s seems a great idea, however mooTools’s updates from 1.11 to 1.21 is totally a nightmare for developer. Many things change, you have to revise the code manually for Virtuemart.
The following files should be updated (if you want to satisfy IE 8 users):
\components\com_virtuemart\js\mootools\mootools-release-1.11.js (update to 1.21)
\components\com_virtuemart\js\mootools\mooPrompt.js (you have to revise it manually. Should change a lot of JS class definitions in accordance with mootools 1.21 syntax)
\components\com_virtuemart\js\slimbox (update to slimbox for mootools 1.21)
\components\com_virtuemart\themes\default\theme.js (you have to revise it manually. Should fix a bug on line 59, change to var timeoutID = setTimeout( ‘document.boxB.close()’, 3000 );)
Besides updating corresponding files, you can also disable Ajax function on the administration page. Or.. Wait until next stable release of VM). If you need the files above, just leave me a message, and I will pack them up for you.