Anantgarg - anantgarg.com - Anant Garg | on web development
General Information:
Latest News:
Amazon Beanstalk PHP hosting & database versioning for SaaS 17 Jun 2013 | 01:30 pm
This is part two of 3 posts that I intend to write about getting a SaaS app + site built from scratch. If you haven’t already, then you should read part 1 about creating a PHP SaaS app. In this part w...
Amazon Beanstalk PHP hosting & database versioning for SaaS 17 Jun 2013 | 01:30 pm
This tutorial will help you setup database versioning and use Amazon Beanstalk, RDS & Route 53 to host your app.
Build a PHP SaaS app from scratch 10 Jun 2013 | 07:47 pm
This is the first of 3 posts which will talk about launching your own SaaS product (or converting your existing single tenant app to a SaaS app). We will cover various aspects from developing the app ...
Build a PHP SaaS app from scratch 10 Jun 2013 | 07:47 pm
This tutorial will teach you how to create your first PHP SaaS app from scratch. If your app is ready, then you can learn how to convert it to a SaaS application.
Busting the cookies and privacy myth 19 Feb 2012 | 12:10 am
I am going to try and make today’s post as simple as possible. Note some explanations maybe a little too simple for my technical audience. I was referenced in the WSJ article- Google’s iPhone trackin...
Busting the cookies and privacy myth 18 Feb 2012 | 07:10 pm
A lot of misinformation has been floating around since the Wall Street Journal article was published. Here is a simplified explanation of what really happened and how this affects you.
Exploit Scanner 15 Sep 2010 | 07:26 pm
The Problem As your site grows, so do your chances of getting hacked. Most of these hacks are due to known exploits in existing open/closed source software. One of the biggest worries is a user getti...
Exploit Scanner 15 Sep 2010 | 03:26 pm
Exploit Scanner is a PHP script which checks for exploits in software like Joomla, Drupal, WordPress, phpBB, vBulletin etc.
Cross-domain cookies/sessions in Safari and all other browsers 19 Feb 2010 | 01:20 am
Want to read a simplified version of this article? Read my follow-up article regarding Google’s iPhone Tracking The Problem Safari does not allow cross-domain cookies. In other words, if on X.com, y...
Cross-domain cookies/sessions in Safari and all other browsers 18 Feb 2010 | 08:20 pm
Safari does not allow cross-domain cookies. In other words, if on X.com, you load an iFrame with contents of Y.com and set a cookie in the iFrame, Safari will not save the cookie. This post contains a...