inWebson.com - Archives (mai 2012)

Web Design and Blogging Tips

Le: 30 05 2012 à 19:24 Auteur: Kenny

Having problem of creating presentation slideshow in web page? In this tutorial we’ll show you how to create a web presentation CSS slideshow effect, with the combination of CSS3 Transitions and CSS :checked pseudo-class with sibling selector (~). This working demo only works in browsers that support the respective CSS properties.   The Idea The main idea is to create a web presentation CSS slideshow effect like in Microsoft PowerPoint but using HTML and CSS [...]

Le: 23 05 2012 à 03:48 Auteur: Kenny

Over the last week I’ve been trying to learn about HTML5 Drag and Drop (DnD) File Upload using Drag and Drop API combined with HTML5 File API. Drag and Drop API enables browsers to receive local files from user desktop just by ‘drag‘ and then ‘drop‘. While HTML5 File API enables JavaScript to interact with selected local files before upload to the server. With both of them, we can build a drag and drop file [...]

Le: 09 05 2012 à 03:57 Auteur: Kenny

Thanks to CSS3 @font-face rule we were able to render any web fonts within web pages. This also means that we can include icons into web pages through icon web fonts instead of using images or CSS sprite. Moreover, it’s much easier to manage, plus icon web fonts being scalable and able to style using CSS properties like font-size, color, text-shadow, and etc. In this post I have compiled a list of 15 free but [...]