Flipboard: It's Your Personalized Social Magazine

You’ve seen Twitter clients like TweetDeck or Seesmic, but you’ve never seen one like this.

You’ve seen news readers like NewsGator, Google Reader, or, even, newer ones for iPad like Pulse, but you’ve never seen one like this.

You’ve seen news aggregators like Techmeme, Google News, Skygrid, Yahoo News, Hacker News, or Huffington Post, but you’ve never seen one like this.

This's the words that how Robert Scoble describe for the new "killer app" on the iPad which is hot trending and making big waves on the internet today - Flipboard. The world's first social magazine that brings to life the stories, photos, news and updates being shared across Twitter and Facebook. It turns your account into something that looks like a magazine, also you can build a custom magazine which means you can turn every single person you follow into Flipboard, including lists. It will turn that into a beautiful magazine-like interface that is easier to read than any other reader. Switch on Facebook you’ll see your friend's status messages, articles, photos and videos, all laid out like a newspaper in a way you’ve never seen it before. Click on any item and you can see the originating status message and all comments, also you can "like" the item or comment on it.

So what about the UI?
Flipboard design is different, lots of touches that make it engaging:
  1. Touch an article and it "zooms" to reveal more.
  2. Touch a video and it plays inline.
  3. Turn your iPad and everything reconfigures, even photos switch from vertical to horizontal formats.
  4. Touch "read more on Web" on longer articles and instantly be transported to the original website that was the originator of the information discussed in the tweet.
  5. When you bring in your Facebook friends your friends’ photos, status messages, will all be laid out in attractive pages.
  6. You can touch to share, favorite, like, or retweet, depending on what you are reading.
Whether this is in fact “revolutionary” app or not, just  try it out if you own an iPad. Trust me, and you'll agree that it's just awesome! Also, IT'S FREE!

Retweet

Tags:  app   ipad   startup   video  
Comments (0)
Posted 10 days ago

Disco Chair

   

Disco Chair was created by Kiwi & Pom, a London design studio. Here are some technical details from the project’s initiators:

Commissioned by Wallpaper* Magazine, the Disco Chair is a bespoke illuminated furniture concept. Constructed from 200 linear metres of Electroluminescent wire, the chair transforms into a neon rainbow when powered. A pulse setting enables the chair to flash on and off creating an instant disco installation.

This amazing chair could do wonders when it comes to creating a genuine disco atmosphere during a party and completely change the mood of a dull interior. I like the crazy idea behind it, even though its target is not that numerous.

Retweet

Tags:  art   design  
Comments (0)
Posted 1 month ago

A Simple Way to Create Nice Tweets Screenshots

If you want to embed tweets in web pages, which way is better? Using Blackbird Pie or screen capture tools? Blackbird Pie is such a cool feature from Twitter but still has some bugs (i.e. profile image in the tweet will break if the user changes profile pic.) So as Amit said, screenshots is still the best way to embed tweets in your websites.

But here's a quickly way to creat a nice and easy screenshot image of any tweets from your address bar. - TweetQuoter. To turn a tweet into an image, all you have to do is open that tweet in your browser, replace twitter.com part of a tweet's URL to chen.vc. For example,

http://twitter.com/lyanghsueh/status/16009654938

becomes

http://chen.vc/lyanghsueh/status/16009654938

Now you can see a .jpg image of the tweet that you can embed in your websites or blogs, like this:

embed tweet

It's pretty simple and nice. you may have noticed, this little service copied the background from Tweetie, and the auther said he might allow customizations for the image in the future.

[h/t @labnol]

Retweet

Tags:  tips   twitter  
Comments (0)
Posted 1 month ago

HTML5 for Web Designers

HTML5 is the longest HTML specification ever written. It is also the most powerful, and in some ways, the most confusing. What do accessible, content-focused standards-based web designers and front-end developers need to know? And how can we harness the power of HTML5 in today’s browsers? Jeremy Keith cuts to the chase, with crisp, clear, practical examples, and his patented twinkle and charm.

HTML5 For Web Designers is for people who create web content, who mark up web pages for sense and semantics, and who design accessible interfaces and experiences. Its goal - one it shares with every title in the forthcoming A Book Apart catalog - is to shed clear light on a tricky subject, and do it fast, so you can get back to work.

You can pre-order it now from the greatest publishers on the web, A Book Apart. It’s not a long book, by design. It’s got just enough to get you up to speed with the new shininess in HTML5.

Release Date: June, 2010

Retweet

Tags:  book   webdesign  
Comments (0)
Posted 1 month ago

United Visual Artists: Speed of Light

         

the london-based art and design practice united visual artist recently presented a series of light installation titled 'speed of light'. the project was commissioned by virgin media to commemorate the tenth anniversary of broadband in the UK. the project was installed in the victorian bargehouse on london's south bank and made use of 148 lasers spread across six rooms. UVA used the beam of light that travels along optical fibers as the starting point for the piece. among the pieces created, UVA crafted a small sitting area that features a sofa, table and television screen made completely from laser beams.

image credit: UVA | via designboom

 

Retweet

Tags:  art  
Comments (0)
Posted 2 months ago

What is DNSSEC

Today, May 5 will be a good day to make sure your network is ready for DNSSEC. The last of the Internet’s 13 root servers will transition to DNSSEC. It could pose a problem for network administrators and users working with older DNS servers, routers, firewalls, and modems.

So, What is DNSSEC?

DNSSEC (Domain Name System Security Extensions) is a suite of specifications which implement record signing to ensure the integrity of certain types of transactions.  It uses both asymmetric and symmetric cryptography for RR (Resource Record) or zone transfer transactions, respectively. To ensure the authenticity of information received by a resolver. Securing DNS with DNSSEC begins with establishing a chain of trust. Resolvers use ‘anchor keys’ to verify parent domains, beginning with the trust anchor. DNSSEC will increase DNS traffic with more requests and larger responses. Domains with high volume traffic should prepare for increased bandwidth needs.

What it means to you?

One of the problems the DNS system has is that there are various techniques which are hard to explain but which are pretty well understood in certain nefarious quarters which can be used to trick a computer into believing a forged answer when its resolver asks a question.

When DNSSEC is fully deployed, it’ll provide a method your computer can use to thwart that kind of attack. DNS responses will be “signed”, and your computer’s resolver will be able to check the signatures to make sure they match. So when you type www.yourbank.com.cn and get a forged answer, your computer will know it’s forged.

DNSSEC deployment is a world-wide change to one of the systems that holds the Internet together, and is not something instigated or under the control of Internode as such. However, trying to ensure that in the unlikely event that it causes you a hassle, you will understand it and be able to do something about it.

Sounds good, why are the articles doom-saying about it?

To answer that, you need to know a bit of DNS history: Until relatively recently, DNS responses have usually been limited to 512 bytes, and have mostly been carried by an Internet protocol called “UDP”. So various bits of infrastructure such as firewalls and home ADSL routers have been designed on the assumption that all DNS responses are 512 bytes or less, transported by UDP.

The problem is that the digital signatures required by DNSSEC tend to push the size of DNS responses past the 512 byte point. This shouldn’t present a huge challenge, because the DNS protocol has a mechanism for transporting larger responses by sending them over TCP instead of UDP. But the mechanism has been so rarely needed that many vendors haven’t implemented it. Indeed, large DNS responses have been so rare that some firewall vendors and some companies’ security managers have actively blocked them on the assumption that the only possible reason they’d exist would be as part of an attack!

For people using systems which don’t work correctly with large DNS responses, Wednesday 5th May 2010 will represent a bit of a flag-day. On that day, the Internet’s root DNS servers will start emitting the digital signatures needed to authenticate their responses, and there’s a reasonable expectation that people who aren’t correctly processing large DNS responses will suffer connectivity problems to random bits of the Internet. Most systems should be fine, but older firewalls and ADSL modems might suffer problems.

What you should do?

Making sure your network and end users are ready for DNSSEC. Few Tips provided here may help you:

  1. If you haven’t done so already, make sure your DNS servers, routers, and firewalls, can handle DNS requests with packet sizes larger than 512 bytes. Upgrade software and firmware if necessary.
  2. Configure your firewall to allow DNS over RCP/53 and make sure “fragmented DNS responses over UDP or TCP aren’t blocked.”
  3. If you support users’ home equipment, make sure it is also compatible with DNSSEC, especially if the device has a built-in DNS server. Install new firmware if necessary.

No one seems to be predicting that the May 5 DNSSEC changes will cause a significant Internet disruption, but it never hurts to make sure your network and your users are prepared. If you’re not sure, you can use the instructions at DNS-OARC to test if  your current DNS resolver can handle DNSSEC.

DNSSEC is undergoing a phased rollout and it won’t be ready for full use for a couple of years, but when the work is complete the security of the Internet infrastructure will be vastly improved. You can note that timeline on http://www.root-dnssec.org for other pertinent information about the deployment of DNSSEC for the root zone.

Retweet

Tags:  network   security  
Comments (0)
Posted 2 months ago

The State of Web Development 2010

Web Directions has issued a report on The State of Web Development 2010. In the survey, professional web designers and developers answer over 50 questions about various web technology topics. Here are some of the highlights from the report:

  • Few respondents use any form of Internet Explorer for their day to day web use, but IE8 is the num ber one browser devel op ers test their sites in.
  • Google Chrome has jumped dramatically as the browser of choice for devel op ers, to rank 3rd, at 17% just behind Safari at 20%.
  • Firefox remains the number one choice by some way, but respon dents were split between 3.5 and 3.6 at the time of our survey.
  • Firefox 3.6 was released only a week before the survey began.
  • Over half of respondents now use Mac OS X as their primary operating system.
  • Nearly a third of respondents (up from 16%) use Mobile Safari, while Android use is at around 4%.
  • JQuery has become even more dominant, with nearly 80% of all respondents using the library, up from 63% last year.
  • Desktop-??like application frame works, such as Cappuccino and SproutCore show little sign of wide spread adoption by developers. Perhaps the day of desktop-??like web apps is yet to come, or perhaps developers really aren’t look ing to build webapps which mimic the desktop.

When it comes to web development technologies, the big stories are CSS3, web fonts and HTML5.

  • More respondents (45%) than not (44%) use CSS3 and experimental CSS, up dramatically from last year (only 22% then were using CSS3 and nearly 70% not)
  • Last survey, only 4% were using font link ing using @font-face. This survey that’s climbed to 23%
  • HTML5 is now used to some extent by around 30% of respondents, up from under 10% last survey

Most of the respondents develop to W3C standards and then try to work around IE. The decision has payed off now that new web standards are gaining wide adoption even in IE (9). The survey asked which CSS selectors the respondents commonly used and 80% or more indicated Class selec­tors such as p.classname {}, HTML ele­ment selec­tors such as p {}, ID selec­tors such as p#idname {}, and Descendent selec­tors such as p a {}. One major change from 2008's results was the increase in CSS3 and experimental CSS usage. Only 22% used CSS3 or experimental CSS properties in 2008, but now the users of those properties have surpassed the users who don't use them. The most used property is border-radius by a significant margin.

Also, these were the results when respondents were asked which programming languages they used on the server-side:

Check out the results to all the ques­tions, and you can down­load the com­plete (anonymized) set of responses in CSV for­mat or grab the PDF info­graphic overview.

“The State of Web Development” sur­vey is brought to you by Web Directions con­fer­ences, and Scroll Magazine, and con­ducted by John Allsopp

Retweet

Tags:  development   pdf   webdesign  
Comments (0)
Posted 3 months ago

Albert Einstein's Desk

Albert Einstein, the genius physicist whose theories changed our ideas of how the universe works, died 55 years ago, on April 18, 1955, of heart failure. He was 76. His funeral and cremation were intensely private affairs, and only one photographer managed to capture the events of that extraordinary day: LIFE magazine's Ralph Morse. Armed with his camera and a case of scotch -- to open doors and loosen tongues -- Morse compiled a quietly intense record of an icon's passing. But aside from one now-famous image (above), the pictures Morse took that day were never published. At the request of Einstein's son, who asked that the family's privacy be respected while they mourned, LIFE decided not to run the full story, and for 55 years Morse's photographs lay unseen and forgotten. Pictured: Ralph Morse's photograph of Einstein's office in Princeton, taken hours after Einstein's death and captured exactly as the Nobel Prize-winner had left it.

It's from a slideshow of photos taken at the time of Einstein's death but never published before last week. I'm telling you it is if you can convince yourself that the notes on the blackboard hold the key to time travel.

Retweet

Tags:  random  
Comments (0)
Posted 3 months ago

Touch Gesture Reference Guide

Touch Gesture Reference Guide is a unique set of resources for software designers and developers working on touch-based user interfaces. contains:

  1. an overview of the core gestures used for most touch commands.
  2. how to utilize these gestures to support major user actions.
  3. visual representations of each gesture to use in design documentation and deliverables.
  4. an outline of how popular software platforms support core touch gestures.

The guide was conceived of, researched, illustrated, and designed by: Craig Villamor, Dan Willis, Luke Wroblewski and Jennifer Rhim (document design).

Download the full PDF here.

Retweet

Tags:  design   pdf  
Comments (0)
Posted 3 months ago

Incredible Picture of the Icelandic Volcano Eruption

As ash from Iceland's Eyjafjallajokull volcano continued to keep European airspace shut down over the weekend, affecting millions of travelers around the world, some government agencies and airlines clashed over the flight bans. Some restricted airspace is now beginning to open up and some limited flights are being allowed now as airlines are pushing for the ability to judge safety conditions for themselves. The volcano continues to rumble and hurl ash skyward, if at a slightly diminished rate now, as the dispersing ash plume has dropped closer to the ground, and the World Health Organization has issued a health warning to Europeans with respiratory conditions. Collected here are some images from Iceland over the past few days.

PHOTO: REUTERS/Lucas Jackson

Boston.com has an amazing collection of photos of Iceland's erupting volcano.

Update: More incredible iceland volcano pictures on NatGeo and NASA.

Retweet

Tags:  photography  
Comments (0)
Posted 3 months ago
© 2010, Lyang Hsueh. All rights reserved.