Mindblown: a blog about philosophy.
-

Password Protect Website Directory Using .htaccess File
In this post we will learn how to easily secure your site’s directory using .htaccess file. Only users with valid credentials can access that directory/site. It’s the quickest and easiest way to protect directories/files in your site with password. It can also be used as a quick way to hide your site when its in…
-
PayPal Recurring Payment IPN in PHP
We have already published a post on integrating PayPal Payment Gateway in PHP and how to integrate PayPal IPN in PHP. In this post we will see how to use PayPal IPN in PHP to setup recurring payments. Consider a case where you offer service on a subscription basis. An example would be, user pays you every…
-

Simple Website Preloader with jQuery
Hi guys, we have already published a good tutorial on Preloader With Progress Bar Using Jquery. Today we will see easiest way of doing this with two lines of jQuery. Yeah just two lines it’s the quick way of displaying page once all the elements on the page have been loaded completely. Also we will…
-

Easily Integrate Paypal IPN in PHP
We have already published a post on integrating PayPal with PHP. In this post we will see how to use PayPal IPN in PHP. PayPal IPN (instant payment notification) allows you to integrate PayPal payments with web application backend. As the name suggests it sends instant notification of the payment processed so that you can…
-

Some Good Free e-books for Web Developers and Designers
I believe process of learning new things should never stop. I have been asked numerous times about resources to learn web technologies. Most of the times I redirect them to few well know websites like w3schools etc and sometimes I give them reference of good ebooks. Those who read those ebooks or using them as…
-

Read Google Maps Coordinates by Clicking on Map
Hi Guys, we recently posted a tutorial on Using Google Maps API in PHP. This post received a lot of love from you guys as its one of the easiest tutorial to learn how to use Google Maps API to display any location on Maps. In this post we will extend our previous post to…
Got any book recommendations?