Amcharts - Add a graph with axis dynamically

Leave a Comment
Add a graph with axis dynamically with am-charts In this article i will explain how to insert graphs to chart dynamically.We are going to use Jquery and amcharts(JavaScript Charts & Maps) Description: ...
Read More

Query to find Bank, Bank Account, and Bank Branches information-Oracle R12

Leave a Comment
Query to find Bank,Accounts and Bank Branches information SELECT cba.bank_account_name            "Bank Account Name",        cba.bank_account_num             "Bank Account Number",...
Read More

HOW TO KEEP MIND CALM AND PEACEFUL

Leave a Comment
KEEP MIND CALM AND PEACEFUL Being in a hurry all the time drains your energy. Getting caught up in things beyond your control stresses you out. If you’d like to reduce stress and become calm and cool and wanted to compose yourself, put the following 12 steps into practice will surely help you but you need to be little more patient. 1. Let it go. This thing that seems like the end of the world right now? Stressing out about the...
Read More

IF YOU CAN DREAM IT, YOU CAN ACHIEVE IT

Leave a Comment
IF YOU CAN DREAM IT, YOU CAN ACHIEVE IT If you want to succeed in life, a very first thing you need to do is to "DREAM". "If you can dream it, you can achieve it".                          "Dreams are seeding of Reality"  The world is filled with lots of opportunity; you just have to be alert to get it noticed and start emphasizing on it. Burning...
Read More

Meditation Health Benefits and Stress Reduction and basic techniques

Leave a Comment
Meditation Health Benefits and basic techniques What is meditation? Meditation is relaxation. It is not about concentration, it’s actually about de-concentration. It’s not about focussing one’s thoughts, but instead becoming thoughtless.Meditation is an approach to train the mind,similar to the way that fitness is an approach to train the body. How to meditate: Simple meditation for beginners Sit,stand or lie comfortably (Prefered...
Read More

Pretty URLs in AngularJS: Removing the Hashtag(#) tag

19 comments
Remove Hashtag From The Routing URL  Whenever we write URL of an angular application , a hashtag  ie (#) always appear after the application root folder For Example: –  https://www.conflate.com /tutorial/angularjs/#/emp_details/0 It happens because AngularJS is a javascript framework which work at front-end rather than back-end. So, angular adds a hashtag, by default, after the application root folder...
Read More

Query to find Form Personalization-oracle Apps R12

3 comments
Query to find Form Personalization details by passing form name: SELECT ffv.form_id          "Form ID",        ffv.form_name        "Form Name",        ffv.user_form_name   "User Form Name",        ffv.description      "Form Description",        ffcr.sequence        "Sequence",  ...
Read More

How to improve GPS signal on your Android device

2 comments
 Improve GPS signal on your Android device Your GPS sensor lets your phone use navigational apps, such as Google Maps, and location services to properly tag your geographical location across apps.Good signal is crucial for navigation as well as playing certain AR (augmented reality) games like Pokémon Go. So here's how you can improve the GPS signal on your device. What is GPS? To know how to optimize your GPS...
Read More

Query to Fetch Credit Card Details and CVV of a customer in oracle-R12

Leave a Comment
Query to fetch credit card details and secured CVV number select hca.cust_account_id,        hca.party_id,        hcas.party_site_id,        hca.account_number "CUSTOMER",        CreditCardEO.CARD_ISSUER_CODE "CARD TYPE",        CreditCardEO.CCNUMBER "CARD NUMBER",        CreditCardEO.EXPIRYDATE "EXP DATE",        hp.party_name "OWNER NAME",        hcsu.location,  ...
Read More