Tutorialzine | 14 years ago | on: Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan
Tutorialzine's comments
Tutorialzine | 14 years ago | on: $99 TouchPad a hit, as Ubuntu and Android ports emerge
Tutorialzine | 14 years ago | on: Adobe Muse - HTML websites without writing code
Sometimes I wonder if aligning our values with those of ordinary people wouldn't yield better results than thinking up uses for the <aside> tag.
Tutorialzine | 14 years ago | on: Use Jonathan's card to buy yourself an iPad
Tutorialzine | 14 years ago | on: What everyone should know about the human eye
In the eye chapter, there was an interesting side-effect of the saccade movement - the "broken watch". This is when your brain fools you into thinking that the picture you see after a saccade has been the same during the movement itself. When you look at your watch and your timing is just right, you will be left with the impression that the seconds arm stays fixed for longer than it should.
I highly recommend the book - it really demonstrates our inner-machinery.
Tutorialzine | 15 years ago | on: “We don’t get out of bed for less than $10,000 per day.”
On a serious note, I've also pulled out my hair waiting for TechCrunch to load. My solution is to hit Esc as soon as the main content is loaded (or use RSS instead).
Tutorialzine | 15 years ago | on: Aerial footage of uncontacted Amazon tribe
What is more troublesome, is that nobody knows how often this has happened in the past.
Tutorialzine | 15 years ago | on: Show HN: my new project, an anti-snub dating site
Anyway, I would suggest that you create a facebook application to go with the website, you could get quite a following.
Tutorialzine | 15 years ago | on: World's Richest Man: 'Charity Doesn't Solve Anything'
It could be that the fact they donate all their profits to teaching children, might be sole reason why this cafe is profitable in the first place.
If this was run as a regular business, people would not have such an incentive go there. The same goes for a non-profit which has a goal that is not plainly visible.
Tutorialzine | 16 years ago | on: Making Your First Google Chrome Extension
Tutorialzine | 16 years ago | on: A Colorful Clock With CSS and jQuery
Actually the “off by one” bug is by design – it looks empty when the value of the dial is zero and the colorful ring around it is completely gone (and given it is midnight it would stay like this for an hour).
However you are free to change it – you’ll just need to change the line above from:
var angle = (360/total)*(current+1);
To something like this: var angle = (360/(total-1))*current;
You could fetch a number of pages at once and read the response even on a feature phone. This can also be combined with a web interface to bundle pages or feeds together and associate them with a shortcode.