Comments for Coding Infinite https://codinginfinite.com/ Your infinite Coding Solutions Fri, 15 Jul 2022 18:12:28 +0000 hourly 1 https://wordpress.org/?v=6.5.3 Comment on Building A Location Distance Tracking App | Android by Tun Tun Win https://codinginfinite.com/android-location-distance-tracking-app/comment-page-2/#comment-30334 Wed, 06 May 2020 07:03:45 +0000 https://codinginfinite.com/?p=1245#comment-30334 Thanks bro , but distance calculation output is not working

]]>
Comment on Setting up Admin Template in Asp.net Core MVC by Luke https://codinginfinite.com/setting-up-admin-template-asp-net-core-mvc/comment-page-3/#comment-30260 Mon, 04 May 2020 00:05:50 +0000 https://codinginfinite.com/?p=1560#comment-30260 I do not get the same rendered view as you show after running the project. Also the AdminLTE download zip non longer contains the bower_components folder. The issue with my rendered view seems to be that the styling is not correct (fonts, icons, colors are not as they should be). Any advice on how to fix this?

]]>
Comment on What Stats & Surveys are Saying about Top Programming Languages in 2020 by saurabh https://codinginfinite.com/top-programming-languages-2020-stats-surveys/comment-page-3/#comment-30229 Sat, 02 May 2020 16:51:32 +0000 https://codinginfinite.com/?p=3114#comment-30229 Which book you would like to suggest for beginners to learn python?

]]>
Comment on Here Are The Ten Best Programming Languages to learn in 2022 by zagl https://codinginfinite.com/best-programming-languages-to-learn-2019/comment-page-10/#comment-30189 Fri, 01 May 2020 07:23:03 +0000 https://codinginfinite.com/?p=2040#comment-30189 Whats about Server Side Web Development Languages

]]>
Comment on Web Login Page Tutorial using Django Authentication System | Python by Djengo Login | Instans Login https://codinginfinite.com/login-page-django-authentication-tutorial-python/comment-page-1/#comment-30182 Fri, 01 May 2020 02:47:38 +0000 https://codinginfinite.com/?p=2908#comment-30182 […] The code in both files are self-explained, much of them are HTML and basic Django. In the login.html, following lines are important. {% csrf_token %} —- This is for security and prevent cross-site forgery attack. {{ form.as_p }} —- This is the default form class from django and auth app render as per login requirements. https://codinginfinite.com/login-page-django-authentication-tutorial-python/ […]

]]>
Comment on CRUD Operations in Laravel 6 Tutorial with Example by Mohammed R Hameed https://codinginfinite.com/crud-operations-in-laravel-6-tutorial-with-example/comment-page-1/#comment-30170 Thu, 30 Apr 2020 17:48:22 +0000 https://codinginfinite.com/?p=3742#comment-30170 Hi,

Great tutorials. Just a small correction.

In EmployeeController.php, it is mentioned as

public function create()
{
//Return view to create employee
return view(’employees.create’);
}

It should be

public function create()
{
//Return view to create employee
return view(’employee.create’);
}

Kindly change it. Thanks.

]]>
Comment on Developing Chat Application in Python with Source Code by Alex Greer https://codinginfinite.com/python-chat-application-tutorial-source-code/comment-page-1/#comment-30125 Wed, 29 Apr 2020 21:40:54 +0000 https://codinginfinite.com/?p=2892#comment-30125 Where is the user specific messaging implemented?

]]>
Comment on Dynamic Role Based Authorization Asp.net Core | Assign Role from DB by kumar https://codinginfinite.com/dynamic-role-based-authorization-asp-net-core-assign-database/comment-page-3/#comment-29981 Mon, 27 Apr 2020 11:27:59 +0000 https://codinginfinite.com/?p=1743#comment-29981 Hi

Wonderful Project Thanks lot

]]>
Comment on Web Login Page Tutorial using Django Authentication System | Python by r https://codinginfinite.com/login-page-django-authentication-tutorial-python/comment-page-1/#comment-29931 Sun, 26 Apr 2020 11:01:10 +0000 https://codinginfinite.com/?p=2908#comment-29931 what about the signup page?

]]>
Comment on Signup Login page in PHP with Database MySQL Source Code by Saifullah https://codinginfinite.com/signup-login-page-php-mysql-database-source-code/comment-page-7/#comment-29807 Thu, 23 Apr 2020 20:33:44 +0000 http://codinginfinite.com/?p=488#comment-29807 In reply to Shehryar Khan.

A-O-A sir,
I hope you will be fine. sir, I’m this problem ” {“status”:false,”message”:”Invalid Username or Password!”}” while username and password are the same as in database kindly help me with this.
thanks a lot.

]]>