MagiBlog – Insights about Digital MarketingSubscribe to our RSS feed

CMS – Do I Really Need One?

When creating a website, there are initial decisions to be made that can positively or negatively affect a website’s success.  While designing and developing your website on time and within budget is one of the most important things you can …

Read more

Tags:alexa, blogging tools, cms, CMS development, cms platforms, content management system, Digital Agency, digital marketing, Digital Marketing Agencies, drupal, GPL license, how to know I need a cms, Internet Marketing Companies, Joomla, Joomla Extension Directory, most popular cms, open source content management system, php, PHP Web developers, professional web development, professional web development company, Web development company, Web Development Firm, Web Development Services, Website Developers, website development strategy, Wordpress

5 Ways to Boost Your Online Marketing in 2012

Gigya Social Login and Yii Authentication — userIdentity & authenticateSocial()

As we’ve already stepped through using the userIdentity Component in Yii durring many of the preceding posts, we will use a custom method for this social login project, authenticateSocial(). As Yii uses the userIdentity component for all the authentication logic …

Read more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Gigya Social Login and Yii Authentication — the social Login Action

Let me state at the outset that there is no default social login action included in the Yii userIdentity, and this guide does not represent the only conceivable way to do this with Yii framework. The way that seemed best …

Read more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Gigya Social Login and Yii Authentication — Social Login

Now comes the fun part. The ability to login socially is limited by what Gigya offers. So, a little explanation about what Gigya allows and requires. Also, what variables we will need to send to Gigya and what variables we …

Read more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Gigya Social Login with Yii Framework Authentication — Gigya Set Up

To save a bit of time for you, I want go through basics of setting up the Gigya API for social login. It is not hard.

You get a domain key from Gigya, then install a javascript-based widget on the

Read more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Yii Framework..Gigya Users and Our Users (the basics)

The first thing to realize when coding an application that will use the Gigya web service (or any web service) is that we have to engineer our apps to be flexible to deal with any changes that could happen. Web …

Read more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Yii Authentication — UserIdentity Component Series

The way in which I set up the authentication system does not stray far from many of the concerns of the UserIdentity module in the official Yii framework documentation. I have (for now) unsalted our user accounts, leaving a one-hash …

Read more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Custom and Secure Authentication with Yii Framework – Part5

Final Thoughts Concerning Security of Our Yii Apps

I know there are developers busting out of their cargo pants and skinny jeans at my proposition of not salting the password process. My opinion is that the constraints of the application …

Read more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Custom and Secure Authentication with Yii Framework – Part4

Manually Editing Data Models and Yii Components

Open model/User.php and find the rules() method. This function runs a validation on our user input, once again another impressive security feature of “sanitizing data” that Yii handles for us automatically. By default, …

Read more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Older Posts »