A wheel scroller user control optimized for touchscreens to easily enter date/time. This wheel scroller user control can easily be customized to support any custom values and can even be used as an intuitive alternative to the native select control (dropdown list). It is designed to be used on touch devices as an alternative to the … Continue Reading
Monthly Archives
August 2011
Simple way to format currency with Javascript accounting.js
accounting.js is a tiny JavaScript library for number, money and currency formatting, with optional excel-style column rendering (to line up symbols and decimals). It’s lightweight, fully localisable and has zero dependencies. These library has settings like symbol : “$”, // default currency symbol is ‘$’ format: “%s%v”, // this controls string output: %s = symbol, … Continue Reading
How to Add Custom Tabs to Magento Customer Edit page
Magento Provides the manage customers feature to list and edit the customers information. The Customer edit page in the admin panel gives details about the customers account information,address,orders etc. For creating custom tab in Magento 2 please refer our other post link below http://mydons.com/magento-2-how-to-add-custom-tab-to-customer-edit-page In some scenarios we may need to show our custom module … Continue Reading
Generate loading symbol without image with spin.js
Spin.js uses the CSS3 to render the UI, falling back to VML Internet Explorer. If supported by the browser, @keyframe rules are used to animate the spinner. The spin() method creates the necessary HTML elements and starts the animation. If a target element is passed as argument, the spinner is added as first child and … Continue Reading
Animate text using Javascript with minified Dat.Gui
Here is an excellent way to animate your font with java script in your web applicatio nswith dat.gui a javascript library. Usage of this application library is very simple. Dat.gui is also providing minified version to make the script loads and work faster. It has very cool features like control panel with option to change … Continue Reading
Excellent and Easy multi user chat with javascript candy client library
Candy is a JavaScript-based multi-user chat client. There are plenty of web-based chat clients out there. Most of them are built to emulate your instant messenger. They offer you tons of settings. Candy is different. It’s built for your community. Candy focused on real-time multi-user chatting. It is easy to configure, easy to run, easy … Continue Reading
How to show additional fields in magento abandoned carts grid
Abandoned Carts Report Magento Abandoned carts report gives the list of customers who have added products to the shopping cart and logged out without placing orders, the products they placed will still be in their cart. Abandoned carts report will be shown as a grid in admin panel. This report notifies the store owner about … Continue Reading