Login System with Codeigniter [closed] - codeigniter

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am new to codeigniter but i am very clear with the basics. I am starting with my new web application (a CMS) actually.
I want to know the best methodology used to create a login system with codeigniter for admin panel (backend).
Regards,
Mrinal Purohit

If you want to know about the libraries available for login/logout and more than you should read this:
How should I choose an authentication library for CodeIgniter?
and if you just simply want to understand a secure & simple login process then you should go and read the code for this one:
https://github.com/DaBourz/SimpleLoginSecure

I would recommend ion auth: http://benedmunds.com/ion_auth/
it has great documentation, you could have several types for users,
and that you could easily have admin group.

You can use tank_auth: http://www.konyukhov.com/soft/tank_auth/
It's very easy to use!

Here another library :)
http://ellislab.com/codeigniter/forums/viewthread/229645/
Best regards.

Related

How to make a login with Facebook? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What is the best/fastest way to create a login connect with facebook?
Are there some awesome free extension that can do that?
I know this is one of those open questions. Just looking for a hint or an extension. Then I will read my way to a solution.
Take a look at Facebook Connect Magento Extension (free) or Facebook Login by Magestore (pay)
See How to do facebook login integration in magento website?

Need help to start with any good framework for MVC3 to build web application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to build a custom web application on asp.net mvc3 platform.
I need following major modules in it:
User management with Authentication & Roles
Activity Logging & Error Logging
CMS to manage page contents
Modular - Plug-able architecture
Module for managing Email notifications, etc.
Ability add new module by way of adding new plugin
I'm basically looking for a framework kind of a thing for MVC3 based on which i can build my application. I'm fine with it even if it doesn't have a CMS built into it.
Can you guys help me find the one best suited for this kind of a purpose.
You can check the following
http://www.mvccms.com/
http://cmsmvc.codeplex.com/
http://atomiccms.codeplex.com/
http://mytripmvc.codeplex.com/

Blog facilities in ASP.NET MVC 3 [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm developing a quite simple site at least for now.
What I want is to make it possible for administrator to create posts (articles). And further to form a blog in a subdomain.
I didn't find a tutorial on blog development using ASP.NET MVC 3. Can you provide any useful tutorial/post/book.
Thanks!
This is a good tutorial from asp.net which should help you:
http://msdn.microsoft.com/en-us/data/gg702906
Hope this helps?
If you want to develop powerful dynamic websites with patterns-based which enables a clean separation of concerns and gives you full control over markup for enjoyable, agile development then MVC (Model view controller) is the best option in current software engineering cycle.
http://www.amarinfotech.com/services/mvc-architecture.html

Books for learning classic asp, vbscript [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I may have to contribute to a legacy system, classic asp with vbscript web app at work.
What are some good learning tutorials/books on this.
Please don't say you should just use .NET mvc as changing the existing system isn't an option.
I won't forget the good old ASP For Dummies, read it every day for about one month and enjoyed every page of it. Clear, simple and to the point. :)
I would recommend this book, i used to use it as a daily reference when i started learning classic asp, pretty much like yourself i didnt have the option to use dot net
http://www.amazon.co.uk/Beginning-ASP-3-0-Programmer/dp/0764543636/ref=sr_1_11?s=books&ie=UTF8&qid=1297414852&sr=1-11
Also try http://www.w3schools.com/asp/default.asp for some basic samples. If you provide more information on what you will be coding in asp i can probably suggest more sites.
Regards

If you want to describe ajax , what would you say? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 12 years ago.
I know that there are lots to read on the net about AJAX , but if U want to explained it for a non-web-technical person what would you say ?
"A style of web page where you can edit stuff without having to wait for the whole page to reload all the time"
It's a mechanism to communicate with webserver (backend) without refreshing the whole page. :)
But I believe this site is not a good place to ask these kind of questions.
"A way of updating a web page in sections, instead of all at once."
It's a technology that allows you to download only select portions of the web page, providing a faster and less disruptive page update.
Prior to AJAX, if you need PEN, you must have to buy PAPER and other things which you already have.
In AJAX, you get what you need.
A technique which escape your server from extra burden and fasten your responses

Resources