Skip to main content

मां को पसंद हैं ये 9 भोग, जानेंं नवरात्रि के किस दिन क्या चढ़ाएं...




1. मां शैलपुत्रीमां शैलपुत्री को सफेद चीजों का भोग लगाया जाता है और अगर यह गाय के घी में बनी हों तो व्यक्ति को रोगों से मुक्ति मिलती है और हर तरह की बीमारी दूर होती है.



2. मां ब्रह्मचारिणी मां ब्रह्मचारिणी को मिश्री, चीनी और पंचामृत का भेग लगाया जाता है. इन्हीं चीजों का दान करने से लंबी आयु का सौभाग्य भी पाया जा सकता है.



3. मां चंद्रघंटा मां चंद्रघंटा को दूध और उससे बनी चीजों का भोग लगाएं और और इसी का दान भी करें. ऐसा करने से मां खुश होती हैं और सभी दुखों का नाश करती हैं.



4. मां कुष्मांडा मां कुष्मांडा को मालपुए का भोग लगाएं. इसके बाद प्रसाद को किसी ब्राह्मण को दान कर दें और खुद भी खाएं. इससे बुद्धि का विकास होने के साथ-साथ निर्णय क्षमता भी अच्छी हो जाएगी.




5. मां स्कंदमाता पंचमी तिथि के दिन पूजा करके भगवती दुर्गा को केले का भोग लगाना चाहिए और यह प्रसाद ब्राह्मण को दे देना चाहिए. ऐसा करने से मनुष्य की बुद्धि का विकास होता है.



6. मां कात्यायनी षष्ठी तिथि के दिन देवी के पूजन में मधु का महत्व बताया गया है. इस दिन प्रसाद में मधु यानि शहद का प्रयोग करना चाहिए. इसके प्रभाव से साधक सुंदर रूप प्राप्त करता है.



7. मां कालरात्रि सप्तमी तिथि के दिन भगवती की पूजा में गुड़ का नैवेद्य अर्पित करके ब्राह्मण को दे देना चाहिए. ऐसा करने से व्यक्ति शोकमुक्त होता है.



8. मां महागौरी अष्टमी के दिन मां को नारियल का भोग लगाएं. नारियल को सिर से घुमाकर बहते हुए जल में प्रवाहित कर दें. मान्यता है कि ऐसा करने से आपकी मनोकामना पूर्ण होगी.




9. मां सिद्धिदात्री नवमी तिथि पर मां को विभिन्न प्रकार के अनाजों का भोग लगाएं जैसे- हलवा, चना-पूरी, खीर और पुए और फिर उसे गरीबों को दान करें. इससे जीवन में हर सुख-शांति मिलती है.


For more details, please visit : http://www.osglsofttech.com
Contact No : +91-8650030309, 8650030308

Comments

Popular posts from this blog

Why use an Inventory Management System?

Inventory management   software is a computer-based   system  for tracking   inventory  levels, orders, sales and deliveries. It can also be   used  in the manufacturing industry to create a work order, bill of materials and other production-related documents. Inventory  control is also  important  to maintaining the right balance of stock in your warehouses. You don't want to lose a sale because you didn't have enough  inventory  to fill an order. ... Too much  inventory  can trigger profit losses––whether a product expires, gets damaged, or goes out of season. ·          Real-Time Inventory by Category & Location Real time inventory provides comprehensive information’s in a format you currently use within a minute of the physical audit to be completed.   Real-Time Inventory   Control Software package allows you to manage all aspects of you...

Advanced PHP

Advanced PHP This segment will concentrate on some progressed PHP points, which will engage the per user to make dynamic web pages. Superglobals  A  global variable  is a variable declared at the top of the script outside the function. This variable is available to the complete script. Superglobal variables are arrays built into PHP. These superglobal variables are populated automatically with useful elements, and they are available in any scope. A superglobal array can be accessed within a function or a method without using the global keyword. PHP Superglobals $_COOKIE – It contains values provided to the script via HTTP cookies. $_GET – It contains variables submitted to the script using HTTP get method.  $_POST – It contains variables submitted to the script using HTTP post method.  $_REQUEST – It is a combined array containing values from the $_GET, $_POST, and $_COOKIES superglobal arrays.  $...

Kotlin ( a new programming language) for Android Development

Intro Kotlin  is a  statically-typed   programming language  that runs on the  Java Virtual Machine  and also can be compiled to  JavaScript  source code or uses the  LLVM  compiler infrastructure. Its primary development is from a team of  JetBrains  programmers based in  Saint Petersburg. The name comes from  Kotlin Island , near St. Petersburg.  Andrey Breslav  mentioned that the team decided to name it after an island just like Java was named after the Indonesian island of  Java. Google just announced that it will officially support Kotlin on Android as a “first-class” language . Kotlin tools will be included with Android Studio 3.0 by default, and JetBrains and Google are pledging to support the language going forward. Kotlin as a language has a lot of similarities to Java in structure — it's object oriented and statically typed, and designed for similar prob...