2007-07-18から1日間の記事一覧

Change the process to extract a title from a blog entry through HatenaStar.js (2)

We updated HatenaStar.js to improve to extract a string of titles more precisely. Past HatenaStar.js cannot extract a string of titles or cut a title short unintentionally if a user uses Hatena Diary and set no time stamp at chapter in an …

Fix a unintended repeat of comments

When on the blog that has many Stars you click the number of Stars, a unintended two times repeat of comments happened. We fixed this problem.

Add pagelinks on Favorites page

We add pagelinks on Favorites page each 50 pages. http://s.hatena.com/Hatena ID/ Favorites page displays users whose you add a star on blog. This spec made heavy if user add many stars on many blogs. We fixed this problem.

Change the process to extract a title from a blog entry through HatenaStar.js

HatenaStar.js is changed. We change the process to extract a title from a blog entry through HatenaStar.js. It improves to extract a title more precisely. Heretofore when titles were displayed, they became short or blank occured. These imp…

Fix a failure to not update Favortites despite adding stars (2)

We report Hatena Star Diary - Fix a failure to not update Favortites despite adding stars but after that you see your own Favorites page after that add Stars on a blog entry where you have never visited reload your own Favorites page then …

Today's Hatena Idea

We receive many ideas through Hatena Idea and implement some of them. Please check details of requests. Only Japanese, sorry. http://d.hatena.ne.jp/hatenastar/20070715/1184460979

Faster displaying of Stars with many Stars

We have speeded up to display Stars (Hatena Star Diary - Speed up displaying Stars) but 1,000 to more 10,000 stars get heavy. To respond this problem we change display method of Stars. Now more 100 stars are on a blog enty, new method is a…

To certify outside blogs requires to describe Token on your blog's Top page

When you add a feature of Hatena Star only on a indiviaual entry of your blog except for Hatena Diary, our service cannot certify Token normally. In process to certify Token Hatena Star get HTML on your blog's Top page. Then system check T…

Fix a part of HatenaStar,js

HatenaStar.js enables Hatena Star. We fixed a part of it. Mostly failures were occured at process to get titles of blogs except for Hatea Diary. We fixed like this. @@ -1166,7 +1166,7 @@ title = title + Ten.DOM.scrapeText(cns[j]); } } else…