Author: therichpost
-
How to transfer paytm wallet money to bank account
Hi to all, welcome to therichpost.com. Today I am going to tell you How to transfer paytm wallet money to bank account? Truth behind this post that, one day I need some money but all the money is in my Paytm Wallet and I needed to transfer this money into my bank account but I…
Written by
-
Countries based payments methods with woocommerce add filter
Hello, welcome to therichpost.com. In this post, I will tell you How to change Countries based payments methods with woocommerce add filter? WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is…
Written by
-
Insert only number in input text box with onkeyup javascript
Hello, welcome to therichpost.com. In this post, I will tell you How to Insert only number in input text box with onkeyup javascript? I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery code. Once I…
Written by
-
How to send mail in codeigniter on localhost server?
Hello, welcome to therichpost.com. In this post, I will tell you How to send mail in codeigniter on localhost server? Today I was working with codeigniter and there is email feature but that need to work on localhost but I stuck at that point. After some time i got the solution and today I will…
Written by
-
Important Css tricks
Hello, welcome to therichpost.com. In this post, I will tell you Some Important Css tricks. Css plays very important role in every site. Css is like decorating the site. Here are some important css tricks: 1. Remove before from last li :- ul li:not(:last-child):before{} 2. Add css to div has not containing class name “content”…
Written by
-
How to declares variables in TypeScript?
Hello, welcome to therichpost.com. In this post, I will tell you How to declares variables in TypeScript? I recently started learning Angularjs 2 but I familiar with Angularjs 1 but in Angularjs 2 came with new feature called TypeScript. TypeScript coding structure similar with oops. C# and Java developers can easily learn TypeScript. Today we…
Written by
-
Important npm install commands
Hello, welcome to therichpost.com. In this post, I will tell you Important npm install commands. First you need to install Node.js on your system to run npm commands. First full for of npm is Node Package Manager. Here are some Important npm install commands. 1. This command is used to install node modules folder: npm…
Written by
-
Regular expression for custom emails only
Hello, welcome to therichpost.com. In this post, I will tell you Regular expression for custom emails only.. Behind this post, I will tell you one story. My friend asked me one query that He wants to validate only custom email domains so I helped him with Regular expression but this code also helped me a…
Written by
-
How to disable wordpress feed with wordpress add action hooks?
Hello, welcome to therichpost.com. In this post, I will tell you How to disable wordpress feed with wordpress add action hooks? WordPress is the best cms. I personally like it very much and my mostly posts are related to wordpress. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption…
Written by
-
Find Pvr Cinemas near by you with google map api
Hello, welcome to therichpost.com. In this post, I will tell you How to Find Pvr Cinemas near by you with google map api. Google is the best search engine and top brand. Google provides us so many api’s and today we will do google map api. I will tell you lot of trick with google…
Written by