A complete guide to help you to set up a server or VPS from start to finish. You will not only install & configure the Control Web Panel on a CentOS server but also become proficient to handle a VPS yourself.
Tag » URL
4 Ways Get Query String Values from URL Parameters in JavaScript or jQuery
Sometimes we need to get values through the query string in the URL on the browser address bar. But the question is how to get these query string values in JavaScript or jquery because we need them on the client-side.
10 Best Free Privacy Policy Generator Tools for Websites & Apps Quickly
10 best Privacy Policy generator tools offer free as well as paid services to quickly generate a Privacy Policy and other statements for websites and apps. A Privacy Policy page is mandatory if your website or app collects personally identifiable information from visitors.
site_url() and base_url() in CodeIgniter, Difference and when to Use
site_url() and base_url(), both are useful functions in CodeIgniter. However, developers get confused about what is the difference between them and when to use site_url() or base_url(). In this article, we’re explaining both and use scenarios.
Social Login – All in One with Hybridauth 3 and CodeIgniter
Hybridauth is a quite popular library to integrate Social Login in PHP based applications including CodeIgniter. You can add the login/register feature from almost all social providers like Google, Facebook using it. Hybridauth 3 has a lot of improvements to integrate social Sign In/Up in PHP websites.
Add Google Sign-In into PHP Website – All in One Social Login
Google Sign-In is the far most popular social login feature that websites seek to authorize users. Almost every person that uses the internet, is using either of Google services. Hence it becomes a must to add Google Sign-In into your PHP website. It allows maximum users to log in and be your customers through a social service they are familiar with.
Add Facebook Login to Your Website – From Start to Finish
Social login features on a website give plenty of users. Facebook login N sign up through its app is such a feature. You will create an app for Facebook Login on your website here and code as well. This is a complete tutorial in multiple parts.
Local php.ini Settings aren’t Working or Loading in Apache
I had the trouble that local php.ini changes weren’t taking effect. I had already created a custom php.ini file in the user’s home directory. But these local php.ini settings were not working at all.
5 SEO Mistakes to Avoid when You Create a Post – Website & Traffic
Many of you are unaware of mistakes that are made while creating a post in WordPress or any other CMS. No matter how awesome your content is, a single mistake can ruin all your SEO efforts. In this article, we are explaining the top 5 SEO mistakes people make when they create a post. Additionally, we’re also mentioning what should you do to avoid them.
Live Server Transfer of a CI Project from Localhost – The Efficient Way
CodeIgniter offers an easy mechanism to maintain parameters for development and production environments. It simplifies the process of live server transfer of the CI project. In this article, we’re explaining you the efficient way CodeIgniter offers to easier the live server transfer process and making the site production ready with minor changes.