Category Archives: Web Help

Free Pyramid Meditation Online and Offline Training

ध्यानी बने , ज्ञानी बने

नि:शुल्क पिरामिड ध्यान सीखें

आपके अपने

गोल्ड पिरामिड पुराना राजेंद्र नगर रायपुर में

अपने आपको जानें और अपने परेशानियों का समाधान स्वयं पाएं।

Time:- 6pm -8pm

Date : 1 March – 3 March 2023

Contact : 93292-56000 , 89623-40402, 97556-83337

Where :- Offline /Online

Offline🏡

🔺Zorba The Buddha Golden Pyramid , Krishna Niwas,old Rajendra Nagar Near Govardhan Chowk, Raipur, Chhattisgarh

Link to join session:-

https://us02web.zoom.us/j/88023224196?pwd=dmY5bElLQVpkN3JrWmFzS2QyT0hmQT09

Meeting ID:- 880 2322 4196

Passcode:- 1111

Love & Light🌹💙

Team PMC Zorba The Buddha Golden Pyramid

#meditation #pyramid #pyramidmeditation #PyramidClub #pyramidenergy #Dhyan #Dhyani #raipurnews #PmcHindi #Chhattisgarh #yogaclass #yogapractice #yogainspiration #yogaspirit #yogastudio #yogapractice

Pyramid Meditation

Complete WordPress E-Commerce Live Training

We provide Complete WordPress E-Commerce Live Training. Course Includes : –

 

  • Local Server and Online Server Setup
  • Cpanel : File Manager and Database Setup
  • WordPress Installation and Setup
  • Theme Customization
  • Plugin Installation
  • E-Commerce Setup
  • Payment Gateway Setup
  • Invoice Slip Generation
  • Product Setup
  • Tax Setup

Eligibility : Anyone who can read English can join this training . No need to code anything.

Fee :  Rs. 2000

Duration : 7 to 10Days

We provide full support to each individuals .

Website : https://mwtc.in

Email : dular88@gmail.com

Website Manage Service Provider in India

We provide Website Manage/Update Service in India. We have expertise in

  • HTML
  • CSS
  • Bootstrap
  • JS
  • PHP , Codeigniter and Laravel
  • WordPress
  • Vue JS
  • Angular JS
  • React JS

Call : 6261968619

Website : https://mwtc.in

Online PHP Live Project in Raipur CG

Note : After doing this course you will be able to develop Web Application and face interview confidently.

Course Contents : –

  1. Basic PHP with OOPS .
  2. Database mysql , mysqli and PDO
  3. JSON , AJAX and Jquery
  4. API Creation and Implementation
  5. Cpanel Project Hosting and Uploading
  6. Basic WordPress
  7. Data reading from Excel and XML
  8. PDF Generation dynamically
  9. Dynamic chart and graph creation
  10. MVC (Codeigniter and Laravel) Project
  11. Social (Facebook) Login Integration
  12. Payment Gateway Integration
  13. Practical with Project.
  14. Interview Tips
  15. Help to get JOB

Course Fee :  ₹  8000

Course Duration : 4 Months

Place :  Shop No. 36 Under the new over bridge khamatarai Raipur Chhattisgarh.

Contact No. : 6261968619

Email ID :  dular88@gmail.com

web-developement
web-developement in raipur chhattisgarh

Internship at Maa Web Training Centre Raipur CG

WhatsApp Image 2020-01-01 at 14.55.46

PHP Programming Camp in raipur Chhattisgarh

Course Contents : –

  1. Basic HTML,CSS and JS .
  2. Basic PHP Programming with database
  3. Database mysql , mysqli and PDO
  4. JSON , AJAX and Jquery
  5. API Creation and Implementation
  6. Cpanel Project Hosting and Uploading
  7. Practical with Project.
  8. Interview Tips

Eligibility : –

Anybody who want to learn coding and enhance their skill to develop something new in internet world.

Course Fee :  ₹  1000

Course Duration : 1 Month

Place :  Shop No. 36 Under the new overbridge khamatarai Raipur Chhattisgarh.

Contact No. : 6261968619

Email ID :  dular88@gmail.com

php programming

php programming

Web Development Training Camp in Raipur Chhattisgarh India

Note : After doing this course you will be able to develop Web Application and face interview confidently.

Course Contents : –

  1. Basic PHP with OOPS .
  2. Database mysql , mysqli and PDO
  3. JSON , AJAX and Jquery
  4. API Creation and Implementation
  5. Cpanel Project Hosting and Uploading
  6. Basic WordPress
  7. Data reading from Excel and XML
  8. PDF Generation dynamically
  9. Dynamic chart and graph creation
  10. MVC (Codeigniter and Laravel) Project
  11. Social (Facebook) Login Integration
  12. Payment Gateway Integration
  13. Practical with Project.
  14. Interview Tips
  15. Help to get JOB

Eligibility : –

Anybody who have basic knowledge of HTML,CSS and Javascript.

Course Fee :  ₹  8000

Course Duration : 4 Months

Place :  Shop No. 36 Under the new overbridge khamatarai Raipur Chhattisgarh.

Contact No. : 6261968619

Email ID :  dular88@gmail.com

web-developement

web-developement in raipur chhattisgarh

Web Designing Training (Winter Camp)

Course Contents : –

  1. Basic HTML,CSS and JS .
  2. Bootstrap Template Development
  3. Responsive Designing
  4. ON Page SEO
  5. Practical with Project.
  6. Chart & Graph
  7. Google Product (Google Drive,Spreadsheet)
  8. Interview Tips

Eligibility : –

Anybody who can read and write an ENGLISH language.

Course Fee :  ₹  1000

Course Duration : 1 Month

Place :  Shop No. 36 Under the new overbridge khamatarai Raipur Chhattisgarh.

Contact No. : 6261968619

Email ID :  dular88@gmail.com

web-designing

Remove from string with some condition in js

var test_string=”test string_0″

test_string.replace(/_0/g, ”);

alert(test_string);

Find something in a string in js

var test_string=”india_0″

test_string.includes(“_0”);

if(test_string.includes(“_0”)){

alert(“_0 is included”);

}