This prototype of a Microsoft iPad-alternative looks surprisingly useful and well-designed. This video is dated before Apple’s announcement, so it’s not a iPad clone.
Given this video and their pretty decent IE9 preview release, can we conclude that Microsoft is not really going extinct after all?
When choosing a font for use on a website, you are restricted to one of the 15 or so “web fonts“. That sucks. The only way you can use a different font is by resorting to hacks such as Cufon, sIFR or FLIR.
But if you do that, you’ve only solved half the problem. You’re still in muddy waters regarding the licensing of the fonts you’re using, possibly opening yourself to future litigation. And, whether you choose Cufon, sIFR or FLIR, the text that’s in a different font will behave differently than ‘regular’ text. You can’t select it, copy it or edit it like ‘regular’ text. That’s because it’s not regular text. It’s a Javascript image, Flash movie, or plain image - respectively. That sucks!
Fortunately, there’s a solution for that: the CSS3 @font-face tag. It allows you to set the font of any given text on your web page. If the user does not have the font you indicated, it will be downloaded and used. It even works cross-browser.
So only the legal issue remains. Obviously, you can’t redistribute high quality commercial fonts like Minion or ITC Franklin Gothic. The companies holding the rights won’t allow it, and probably rightfully so.
So what to do? As Mark Pilgrim so eloquently stated: Fuck the foundries. If we can’t legally use their fonts on a web page, then we’ll have to look for high quality fonts that we CAN use on a web page.
And that’s when I came across Font Squirrel, and I must say: I LOVE IT! Free high quality fonts that you can use on your website. 100% free for commercial use. No licensing issues! Just what web typography needed
Fantastic Contraption is a fun online flash game where you need to use the laws of physics to move an object to the target area, like this (click ‘play’, ‘continue’, and finally ’start’ to set things in motion).
WebAppers is a great site for web application developers - like me. It highlights great open source web application projects, like the AtMail project I blogged about earlier.
“Much of the online literature about starting up is focused on how to create some fantastic product which will gather millions of visitors and make you a billionaire, and the “new wave”, so to speak, proposes that rather than taking a 1 in 10’000 bet that you can make billions, it is better to take a 1 in 10 bet that you can make millions.
Since I have started two such businesses already, here are thirteen tips from my own experience.”
I’ve managed to port TinyMCE to Drupal 6. You can download it here: TinyMCE for Drupal 6.
Installation
1. Place the entire tinymce directory into your the ‘sites/all/modules/tinymce‘ directory.
2. Download TinyMCE 2.1 and remember to uncompress the file and make sure the folder is named ‘tinymce‘.
3. Place the entire ‘tinymce’ engine folder inside your ‘sites/all/modules/tinymce/‘ directory. So the TinyMCE engine will live in ‘sites/all/modules/tinymce/tinymce/‘
4. Copy the folder ‘sites/all/modules/tinymce/plugins/drupalbreak‘ to ‘sites/all/modules/tinymce/tinymce/jscripts/tiny_mce/plugins/drupalbreak‘. This installs a TinyMCE-plugin that can edit Drupal (page)breaks.
5. Visit the Drupal ‘modules’ page via Administer > Site building > Modules and enable the TinyMCE-module.
6. Visit the Drupal ‘permissions’ page via Administer > User management > Permissions and choose who gets to use TinyMCE
7. Visit TinyMCE-settings page, and create a profile. Make sure to expand and fill out the complete form (!!!). The TinyMCE-settings page is found via Administer > Site configuration > TinyMCE
8. Done! Now you can edit and create content with the TinyMCE editor.
Strange I didn’t wander into the Wired Science Blog before. I found it through blogged.com, which appears to be a very useful service to introduce yourself to new and exciting stuff to read.
It sure is strange to read the New York Times’ first mention of YouTube, “an amateur video-sharing site”, especially since it was written only two years ago.