Using tab index attribute in HTML form fields a user can easily navigate to the next or previous field by merely using the keyboard. But after some presses, Tab index focus caret secretly goes to a new dimension where it becomes impossible to press tab to get back that caret guy in place. ultimately we
Author: Jolly.exe
Disqus is a great discussion add-on available for multi platforms. The installation process is very simple for known CMS and platforms. But my requirement was to add Disqus on a single page app. To get it installed, I landed on this page.
Datatable row recorders feature is used in tables using it’s add-on plugin named (dataTables.rowReorder.js). Using this addon we can drag and drop rows in any order we want in the table. This works only if the table is having some unique serial number or ID. Let’s work on the implementation of datatable with row reorder
Small and easily customizable percentage progress bar can be help full in some cases when you want to show quick inline graphs or data notations. If the requirement is simple, we can’t proffer heavy libraries. For the same reason, I have written a small jQuery function to draw an animated progress bar. I have added some custom
In an MVC based application, we switch pages without getting refreshed. For showing data in our current view, we usually load updated JSON objects by hitting API calls and we do so by using $http services of angular js. So in some cases, we don’t want a user of an application to hit API calls
Custom Read More and Read Less using jQuery/ Javascript Function.
You can always find jQuery plugins or libraries for any type of requirement. But if we try to add plugins for every specific requirement, then we end up with a bunch heavy loaded library set which can take much time to load and can badly affect page efficiency. So I personally prefer to always try
Graphical representation of data leaves a long lasting picture with better understanding. Sometimes we may need to use graphs and charts to better implement data in web applications. During my research for some project, I came across with such beautiful chart plugins. Here are some top chart libraries.
Today I got this news buzzing all day, that Ransomware attacked many systems around the world and locking up many systems, simply converting them into bricks. Let’s discuss the key terms related to Ransomware Virus and reasons why this is can be a major threat to world economy and security. This time it is named
Template Caching Ultimate Hack for Ionic Optimization
The Ionic framework is best suited for the development of Hybrid apps, it provides ultimate and great features to remove that thin like to distinguish between Native and Hybrid apps. You can visit my previous post for another useful trick for Ionic optimizations. In this post, we will discuss Template Caching technique which we can
Today I got notifications about buzzing word Spanchat CEO remark or “Poor India”. Then I turned out some news sections to get the complete story. Actually a few days back an Americal News Portal discussed ex Snapchat employ (Mr. Spiegel) remark which I think is very Awfull not from an only patriotic point of but also from
Today PM Modi in Nagpur launched a new system for digital transactions. This Biometric Best Payment System is built specially for merchants, which will make transactions easy. This service is started today on Ambedkar Jayanti. How it will work:
5 Ways to Optimise Ionic Apps Like Native
Nowadays most of the mobile app developers moving towards hybrid apps which can be deployed on any platform without knowing any advanced languages. The best framework used to build hybrid apps is Ionic, which is gaining a lot of attention these days. But if we compare a native and a hybrid, if may give you
Check/ Detect If Ionic View/ Page Reached Bottom Load Infinite Data
Like native Android apps, we sometimes need a view, where list items can be loaded after user reached the bottom of all loaded list items. This behavior is recommended if we have a long list to load and we don’t want the user to tap next every time to view next set of list items.
Resolved – Android Studio Not Detecting Connected Device
During development of hybrid apps you hardly need to use Android Studio, and this gives a huge relief because you don’t need to start a heavy loaded application and wait to get it started from all cores . Thanks to CLI development integrated with ionic, a simple command and whoosh!!! your app is ready…
A few months back I was working on a project using Angular Material, believe me, guys angular Material is really an amazing framework which does not only create responsive apps with bootstrap structural design but it also adds a pinch of elegance to an application making it more beautiful to look at. It is gaining
Ionic Input Fields with Floating Labels and Icons Both
Ionic Framework using AngularJS 1 is having some different type of input field styles like: 1) Placeholder Labels 2) Inline Labels 3) Stacked Labels 4) Floating Labels 5) Inset Forms 6) Input Icons Documentation for these can be found here http://ionicframework.com/docs/components/#forms But the style which I was looking for was a merge of both Floating labels
Issue Resolved – Connect Binatone WiFi Modem Slow Speed and Disconnection.
Connect Broadband is widely used in northern India. Connect’s service and Plans are fair enough to attract more and more people. I don’t have an affiliation with it . I just want to share with you that this service is having a very Big Small problem and that is, it can be hacked by any person
How to Make Element Draggable in AngularJS Without Using any Module.
Making in-page elements or containers give more flexibility to the user so that he can move or drag stuff as per requirement. In jQuery UI we are pretty much aware of a Draggable function which makes thing a lot easier. jQuery is still loved due to its plug play and enjoyable way of work. Today