Wenying http://www.wenying.net My Weblog Thu, 04 Dec 2008 03:12:34 +0000 http://backend.userland.com/rss092 en Sin Chan - Kazama Menjaga Himawari http://www.youtube.com/watch?v=Fg5KhZ8DHQ4 Kazama watch over Himawaris (Sin Chan’s Sister) Language: Malay http://www.wenying.net/sin-chan-kazama-menjaga-himawari True Environmentalism vs Corporate Environmentalism It would seem that numerous people can only change their environmental outlook at the behest of the state and multi-national propaganda. In recent years there has been an explosion in so-called environmental consumables and philosophy. When a person looks into environmentalism, it becomes evident that this new environmental frame of ... http://www.wenying.net/true-environmentalism-vs-corporate-environmentalism A little silence never hurt anybody So I thought I’d write a little post letting everyone know that I haven’t forgotten about them. I’ve been a little busy with working on a Rails blog that I was going to be creating, and have had a few web design projects I’ve been trying to get finished ... http://www.wenying.net/a-little-silence-never-hurt-anybody Getting to know acts_as_versioned I’ve been using Rick Olson’s acts_as_versioned Rails plugin on a project and recently ran into some thngs that I thought might be worth sharing. In general, acts_as_versioned behaves well and integration has gone smoothly. The object that we wanted to version is called SurveyContent. We created a database table called survey_content_versions ... http://www.wenying.net/getting-to-know-acts_as_versioned A “Trip” To Kamakura What the Kamakura Buddha said to me and why I’ll never sample wild Japanese mushrooms again: Note: Come visit the front page for more of life in Japan - sort of… http://www.wenying.net/a-trip-to-kamakura Gintama 78 part1 part2 part 3 part 4 part 5 part6 part7 part8 Next Episode Preview: Thoughts on the Episode: I totally thought this was going to be some food eating competition between Kitaouji and Hijikata. But it turned out to be totally opposite. Instead it was action packed fighting, and they even had the flashback for Hijikata. I wasn’t ... http://www.wenying.net/gintama-78 Canceling My Costco Membership Since Costco came into Japan, many stores have popped up offering almost as low prices for items of similar size and quality. Some stores even offer items made in America at low prices, but not many. Although they are not made by the same manufacturers, most items I frequently buy ... http://www.wenying.net/canceling-my-costco-membership Little Lolicon Girls Title: Little Lolicon Girls Genre: Sexy Credits: Kitty Media Cover Description: In a crowded train, lolicon sex strangers often end up being too close for comfort. But for some people, being too close is a comfort. When ... http://www.wenying.net/little-lolicon-girls Google Web Toolkit http://code.google.com/webtoolkit/ The Google Web Toolkit is an OpenSource Java software development framework. It allows developers to create applications natively in Java, the Toolkit then converts that code into JavaScript and HTML. The majority of the time spent on web applications today is spent on testing. Everything from CSS up to ... http://www.wenying.net/google-web-toolkit 用Filter Function作簡單線性圖Drill-Down 首先,想像有一張線性圖(Line Chart),上頭的線是由許多資料點所構成。在Flex中,一旦對該資料及和作了過濾的動作,圖表會重繪。然後,Flex3的圖表都有支援selectedItems:Array的方法,以獲取你圈選的資料點,因此,我們可以藉由選取的資料點,得到一個範圍,利用範圍來過濾原資料集合,就可以做到類似Drill-Down的功能了。 這是範例(線性圖的drill down) 這是原始碼 Drill down into data in a line chart. With Flex3 data visualization package, we are able to get the selectedItems byChartBase.selectionMode = "multiple";ChartBase.selectedItems Therefore, it is handy to measure a range for filtering out our data. We have to know that every series in a chart contains a data provider. ... http://www.wenying.net/filter-functionon作drill-down