Skip to main content

Final Project App We Are Going to Build

Prof. Ben keeps emphasizing that CS3216 is not about hard coding, but about solving problems and making a difference.

1. What is the app that we are going to build?

We are trying to build a HTML5 reader that works on different platforms including desktop/laptop browsers, tablets (ipad,etc) and smartphones (iphone /android). I initially came up with the idea of making a HTML5 ebook reader when Hu Qiang and I discussed with an ebook retailer who are currently making a native ipad reader. We think that more people will be able to explore the app if we make it a cross-platform one despite of their physical devices limitations. We also would like to take the advantage of HTML5 and the cloud to allow content synchronization and offline reading.Yingbo enjoys reading novels on her ipod touch and she finds the idea pretty interesting. Aldrian also thinks it's a good project, then we four decide to work together and make it happen:)

2. What is the exact problem that our app is trying to solve?

Depending on situations, readers have their own preferences on the reading devices. For instance, they may love to read on their phones when they are taking a bus. But when they are at home, they may like to read on their laptops or tablets. When the reading devices changes, they would like to continue reading on the new device the same page where they left last time. Readers are also sometimes lazy to download ebooks and then import to their devices. They would prefer a ebook reader that directly get the resource from the internet and view the book on the ebook reader. Another supply-demand problem: China is said to have a mobile ebook reading market of more than 0.8 BILLION RMB/quarter year and we are build this HTML5 to meet the huge demand...

3. Are there similar apps with a similar idea?

Previously, we thought Google ebook reader is the only HTML5 ebook reader that works on different platforms. It uses epub format for its most ebooks and disables the right click button javascript to prevent copying. Later we notice there are some more html5 ebook readers including MagicScroll and BookWorm. They all use epub as their ebook format. Epub ebook is like an archived zip file that packages the xml ebook contents and the corresponding css and format information,etc. Epub is integrating HTML5(to include some important tags), but most epub ebook are in the market are still xmls.

One very new HTML5 ebook reader is the Kindle Cloud Reader by Amazon which was launched a week ago. It's very elegant. Kindle Cloud Reader allows bookmark synchronization,  offline reading, too. They assigned different tags on the html passage tag<p> to do book marking.The ebooks are mostly in epub format, too. One big disadvantage for the Cloud Reader is that it only allow kindle users to access the contents. So far, only Chrome, Safari(desktop/ipad) are supported. Another disadvantage for Amazon is that they do not open up their services in China yet due to copyright and cloud service registration issues. Whereas, our app is mainly targeted in Chinese Ebook Readers which is said to be a 0.8 BILLION dollars' annual business(We're afraid not to implement monetization on that).

A good news for us is that there is no HTML5 ebook reader found in Chinese Market yet. We are the pioneers!

4. Job Allocation.

I know Aldrian and Yingbo are very good programmers. From my knowledge on them, Yingbo is good at javascript but do not have a very good UI sense. She would love to be very clear on the product she's going to build and execute on it. Aldrian is great on database and basically every technical problems. Hu Qiang is new to me and I'm not really sure what he can do. As he said he would love to do the UI, he just do the UI loh. I have done some API implementations and social network integration on the last assignment, but they don't seem to be that important for this project. As I'm the only guy used JQuery Mobile in the last assignment, I'll do some JQuery Mobile stuff and research on the EPUB format. I've designed the database schema already, Aldrian and I may change the role a bit on the job allocation listed in the proposal. For this project, UI might be the most critical part. Previously, we thought the partner company's  UI designers may help, but they don't seem that helpful after talking with them.

I personally love Kindle Cloud  Reader and think it's not hard to build a UI like it using JQuery Mobile. But we need different layout for different screen size devices, the UI may not be suitable for all. By the end of the day, we agreed to build a prototype with the similar UI as QQ reader first for the first version.

For text display, I think it would not be nice to take the HTML file out and render it on Canvas, but as my team mates  say we would be able to standardize all the text format and layout if we render all the text on our own way instead of directly use the HTML file in EPUB. Prof. Ben suggests that Canvas would be too slow to render and not so stable. I think I'll try on both and figure out what's the best way.

5. Very good suggestions.

Prof. Ben suggests that we can allow users to provide a url for the ebooks they find interesting. This not only provides other readers with the access to the books they love to read(not in our library yet), but also prevent copy-right problems. That's a very good suggestion. We may try it out. Kok Wee also finds it a good idea to synchronize among different devices, but the big competitors seem to be very challenging for us.

If you have any other suggestions, please feel free to comment on the blog. Thanks:)
Last but not the least, we'll attract more than 10,000 users for the project, fairly big number ha.

Comments

  1. I think it's an awesome idea!

    You guys might want to check out booklists creation as a feature. Make reading a social activity, e.g. http://goodreads.com/, http://www.7bks.com/, as well as Amazons booklist.

    .mobi ebook format has been around for quite some time. If I'm not wrong, Amazon Kindle is built upon .mobi format.

    Check out Calibre http://calibre-ebook.com/ an awesome e-book management software. I use it to convert my e-books to various formats. It handles PDF->DOC, PDF->MOBI, MOBI-EPUB all really well. Now if your app can do these conversions on the cloud. hohoho.. It'll be awesome.

    ReplyDelete
  2. Wow, thank you Joshua, you must be a lifelong reader! We'll check these stuffs out:) Not sure whether the format conversion can be made in such a limited time, we may probably manually do it if we're unable to accomplish it.

    Let's make a difference,hoho~~

    ReplyDelete
  3. I try to read when I can. I think Prof. Ben is still the winner in terms of reading speed and reading breath. I'm always trying to play catch up. Haha.

    I will be your loyal fan when the app comes to fruition.

    ReplyDelete
  4. Haha, thank you for your support:-) We'll try to make the product out first and then solve other problems like getting more contents etc.

    ReplyDelete

Post a Comment

Popular posts from this blog

InnovFest 2015

I attended the innovFest 2015 event. It was quite eye opening. Besides the booth, some topics in the forums also interested me. The first topic I joined was the Kopi Chat with Yossi Vardi, a famous Israeli entrepreneur and investor. He is straightforward and humorous. When talking about the most important reason why people wake up with a great idea but ended up sleeping without executing anything, he collected answers from the audiences. One answer pretty much fitted his appetite-- "People fear about losing faces". He shared his opinion with the quotes from Theodore Roosevelt, “It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood; who strives valiantly; who errs, who comes short again and again, because there is no effort without error and shortcoming; but who does actually st

Time Goes By, So Fast

It's been a week since the last blog entry, time goes by so fast. This week's highlights: 1. Rethought about career development. http://www.douban.com/note/276145923/ 2. Treated my friends a traditional Shaoxing meal. 3. Started to learn Ruby on Rails. http://guides.rubyonrails.org/getting_started.html 4. Started to read the book "Simple and Usable Web, Mobile, and Interaction Design" by Giles Colborne. 5. Recorded some vocals. http://site.douban.com/shaohuan 6. Watched this Ted speech:  http://www.ted.com/talks/angela_lee_duckworth_the_key_to_success_grit.html 7. Followed Ahbei(founder of Douban) on Zhihu(Chinese version of Quora). 8. " 我认为世界上不存在一流的人才,世界上只有存在一流的人才一定是学习能力,谦虚,把自己当平凡的人" --马云(Jack Ma)

Learning to operate a digital product

Things worth noting down. In the past two weeks, I've been trying very hard on the marketing strategy adoption for our newborn platform " Dadafish ". It's basically to solve the market place chicken and egg problem in a more cost-efficient manner. We start from the teacher acquisition: Location based Door to Door marketing(visit physical store based on locations).  Vertical domain marketing approach(research 2-3 subdomains and find the relevant hosts to host classes on Dadafish) So far, we've got quite a number of classes ongoing, ranging from arts/crafts, language, cooking, sports. For the time being, we focus a lot on language and arts/crafts. Classes coming in the next few weeks: 1. Classes conducted this week: Japanese writing class Chinese class for complete beginners Flower arrangement class   2. Class conducting next week: Japanese writing class French language exchange for complete beginners(3 groups) French language exchan