Inspired by Material Design and Bootstrap and from a few other takes on modern UI, I just finished Vuecidity – a UI component library for Vue.js and a free, open source project. Vuecidity provides developers with a huge set of 30+ UI components, 24-column responsive layout grid system, styles and colors, beautifully crafted form elements and a couple of useful … Continue reading “Vuecidity – UI Component Library for Vue.js”
Ribbon JS is turning 5 this month! If you are planning to purchase a license, now it’s the time. Join the celebration and get any commercial license for the most advanced and feature-complete JavaScript, HTML5 and CSS3 MSOffice-like ribbon control available on the Internet today at a half price only in August 2015!
I’ve just released a new minor version of Ribbon JS, introducing several new methods, a new event and API interface for setting declarative discrete data to tools, commands and tabs (setting/getting of this data is also available through the new ribbon methods and returned by some of the events of the control). Check the demo … Continue reading “Ribbon JS 4.2.0 is Out”
I’ve just released a new minor version for Ribbon JS introducing a couple of new features, properties and methods. The new version is fully backwards compatible with the previous versions of the control (4.0.0 and above), so it is safe to upgrade. The HTML5 Web Component for Ribbon JS has also been updated to support … Continue reading “Ribbon JS 4.1.0 is Out”
Last night I finished my latest experiment in recreating the classic Tic-Tac-Toe game as a HTML5 Web Component. Here’s the result and a few details: Two players take turns on the same computer. The next version will support one player vs. the computer. Game lobby for selecting player names. No images or JavaScript animations, CSS3 … Continue reading “Tic-Tac-Toe Game Recreated as a HTML5 Web Component”
I’ve just released a new minor fix for Ribbon JS addressing a few issues from the previous major update. The fix is fully backwards compatible with the previous version of the control, so it is safe to upgrade. Here are the release notes: Fix for multiple triggering of the “acidjs-ribbon-tool-clicked” event in certain cases. CSS … Continue reading “Ribbon JS 4.0.1 Minor Update”
Following last week’s release of Ribbon JS 4 and its new website, I decided to provide one more option for ribbon initialization along with the JSON configuration. Instead of composing a relatively complex JSON object, developers using Ribbon JS are now able to create ribbons as HTML5 web components through a simple custom HTML tag. … Continue reading “Ribbon JS 4 is Now Also Available as a HTML5 Web Component”
Remembering: The glorious times of yore, when giant Java applets walked Devearth trampling down IE – the only browser known to Devkind. The unforgettable past, when JavaScript believers were shunned, mocked and decried as non-developers. The dark ages, when CSS sorcerers were called designers. The romance of the hardest decision to take – to depend … Continue reading “A Dev Epic”
AcidJs.XIcon is another (hopefully) useful HTML5 Web Component for generating icons as custom tags using the amazing icon set of Font Awesome. Usage [sourcecode language=”html”] <acidjs-xicon name="home"></acidjs-xicon> <acidjs-xicon name="spinner" spin size="2x"></acidjs-xicon> <acidjs-xicon name="shield" rotate="90" size="3x"></acidjs-xicon> <acidjs-xicon name="facebook" flip="horizontal" size="3x"></acidjs-xicon> [/sourcecode] HTML Attributes of the Tag Apart from the standard HTML attributes (style, class, id, etc.), … Continue reading “X-Icon: HTML5 Web Component for Font Awesome”
Must admit I’ve never been a huge fan of card games. I thought, however that it may be interesting to see what I could do with HTML5 Web Components in the similar manner I experimented with this chessboard but this time with French cards deck. The result is AcidJs.XDeck and I really enjoyed developing it. … Continue reading “X-Deck: Playing Cards HTML5 Web Component”