JapanesePod101.com

Blog / November 2016

  • 30 November 2016Pledged for Font Awesome 5 Kickstarter (19 hours to go!)

    Thanks to everyone who supports Kanji Koohii ! I've just pledged 20 $ today in the Font Awesome 5 Kickstarter for the Early Backer Reward.

    I saw this Kickstarter earlier and shrugged it off thinking the free version was enough but I'm also interested in the SVG icons and I thought it was too good to pass up. This website currently uses the free version of Font Awesome. With the Pro version I will have access to many more icons, and potentially use SVG icons as well.

    If you're looking for icons (both font and SVG) for your projects / designs you can still help them reach the 1,000,000 $ goal and get the a Pro license for just 20 $ !
  • 26 November 2016JapanesePod101 "Cyber Monday" sale

    In case you missed Black Friday, JapanesePod101 is running another great sale:
    50% OFF 1- & 2-Year Premium Subscriptions Only (valid until Nov 28th).

    "In case you’ve missed the Black Friday deal, here’s the next best offer! That’s as low as $5/month or about the price of a cup of coffee! With Premium, you get full access to our language learning system - ALL lessons, ALL lesson notes, premium study tools, exclusive apps and much more."

    Follow this link to apply the coupon (valid until Nov 28th).
  • 16 November 2016Rethinking the main navigation

    So I am knee deep in the "responsive" improvements to the website and rethinking the navigation to better support small screens. Today after reading some interesting UX articles relating to the "hamburger menu", I decided to experiment with a two level navigation. Please check it out here and let me know what you think!

    PS: At this point I broke everything in my development build and I found out I can't really udpate the site incrementally. I'm just going to have to redo the navigation, and basically go back through all the pages to update the templates with a different grid system. While I am doing so I will improve the flow by reorganizing some of the pages. When I'm finally done with that which could take a few weeks, I think I'd like to add the "daily limit" setting to the SRS that many users have asked.
  • 13 November 2016Kanji Ryokucha recent updates adds "Hard" rating

    Kanji Ryokucha, a native Android client for Kanji Koohii SRS developed by porukkusu has been recently updated to 1.5. Recent changes include support for the new "Hard" rating, and improves switching between apps while reviewing flashcards (for eg. consulting a Japanese dictionary app).

    See Kanji Ryokucha [Android client for Kanji Koohii] out now! on the Koohii forum for the download link, comments and updates.
  • 10 November 2016Working on mobile / responsive navigation

    So what's happening in Koohii land?

    Last week I have basically "sliced" the homepage redesign concept which I described earlier into a functional web page. The new home page is responsive and mobile friendly. Hopefully it will do a better job of conveying what the website is about.

    What is more pressing though, is that according to official Google statements, more than 50 percent of search queries globally now come from mobile devices. I've seen reports also that Google may start penalizing desktop websites in mobile searches. So while I understand it's not a very exciting change or addition to the site, it's a pretty much necessary one.

    What may be more exciting for mobile users, is that I am now in the process of replacing the main navigation with a responsive one across the site.

    So in "phase 1" I will update the website with the new homepage, and a responsive navigation. From there on, mobile users should be able to navigate the entire website without pinching and zooming.

    In "phase 2" then I will look at using the responsive layout on all the pages. There is no way for me to fit everything into a small screen so I won't even try. I don't think it makes sense to try and fit the tables found throughout the site into a small screen. My goal here is to allow navigation of the site on a small screen device, so users can get to the parts that work reasonably well like the flashcard reviews. I will look at a way to fit the Study pages as a single column. Perhaps moving the search field in a static bar at the top.

    After careful consideration I've finally decided to go with Bootstrap 's navigation bar (here is a live example). The jQuery dependency of Bootstrap is annoying, because the website has a lot of Javascript based on YUI 2. But ... such are the pains of maintaining a website over a long span of time.

    I can"t think of any other solution right now. I've found a lot of "responsive navigation" examples, but all of them have their quirks. I don't have a smart phone to test myself (iPad doesn't count) so unless the navigation comes with a framework that has a long development behind it like Bootstrap or Foundation, say, I have no idea if it's going to work reliably for all Kanji Koohii users.

    On the plus side, according to Google Analytics less than 3% of visitors are using Internet Explorer. So I'm going to use jQuery 3 which ditches support for the old Internet Explorer versions. All in all jQuery + Bootstrap should add up to 100 kb to all the pages which isn't that bad.

    Going forward I can start using the Bootstrap components like the menus and modals, and progressively remove old bits and pieces I wrote over the years.

    I also looked at the fancy Javascript frameworks like Angular, React and Vue. At this point refactoring old Javascript with one of those frameworks makes no sense. Vue.js does look interesting for new functionality. So perhaps I will use jQuery and Vue going forward.

By Month