In the blink of an eye another half month, report under Kissy New progress and related information:
1. After one months of development, Kissy Editor 2.0 has been the beginning of the prototype: static-demo.html
Next week will go into the test and detail improvement phase. We have any ideas and needs, welcome feedback. The current source code has been placed on the Kissy-editor@github, welcome fork and Review Code.
2. After more than a year of online demand feedback, Kissy suggest has released 1.1 editions. It's not a fresh component, it's basically standard for major websites, but it's not easy to be perfect. Taobao now, where to go and other sites have been adopted. Look forward to your site, you can see the figure of Kissy suggest.
3. The research spirit of the world is well worth praising: the Kissy Event Model study (2). Not looking at the quick look, you can give you a more in-depth understanding of jQuery and Kissy event mechanism.
4. As a front-end development engineer, have to pay close attention to the browser accounted for, the following is Taobao home yesterday's statistics:
Kissy Class library based on the domestic, UA components added to the domestic browser sniffer: UA docs
Very much look forward to IE6 's share in the domestic below 50%
5. The small crane and the Unicorn have written two entry-level Kissy learning experience: summary of Kissy Library Learning (i) and Kissy Library Learning Summary (ii). Suggested first reading.
6. A preview: Lizzie mm carefully produced getting started with Kissy series will be released, please look forward to.
7. Finally, as press-axis news, the Kissy core has supported the loader mechanism: test-loader.html. Support for multiple instances and sharing mechanisms: loader-demo.html. Kissy Editor Code organization and loading mechanism are based on Kissy loader. When we want to use a component, we just need to introduce a seed file seed.js that is not up to 5k, and then invoke the relevant component by using the, for example:
<script src= "Http://kissyteam.github.com/kissy/build/seed-min.js" ></script>
<script>
Kissy.use ("switchable", function (S) {
new S.slide ("#id");
});
</script>
About Loader part of the study, you can read the article: Kissy Loader Design
The newsletter is complete and we look forward to your participation and feedback.