Category: Web Development

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Google reCAPTCHA 2.0 with Codeigniter Tutorial

Google reCAPTCHA implantation in codeigniter is pretty much easy and here’s the guide to get google reCAPTCHA in codeigniter. Get Google reCAPTCHA Keys First you have to generate your recaptcha keys by going to recaptcha admin panel and going to the bottom of the page and generate keys for reCAPTCHA 2.0.   Dowload Codeigniter Recaptcha Library Download reCAPTCHA Library for Codeigniter

Standard

Codeigniter Tricks and Hacks for Beginners

I have been using codeigniter for building small and medium level projects for quite some years now. There are few tweaks and tricks I would love to share with codeigniter enthusiasts to make their work bit easier.   HTML Email Templates If you are building an newsletter system of email delivery method  for sending out

Standard

Using Codeigniter’s Built-in Captcha with Form Validation

Why Use Codeigniter’s Built-in Captcha Captchas are the images you use on your forms to keep bots off the bay. Codeigniter gives you a built-in captcha helper which you can use to generate some captchas. Bit confusing part for newbies is using codeigniter’s form validation with built-in captcha. Following is the working example of captcha generation and

Standard

Change WordPress Admin Panel’s Footer Text

Basically, Any web developer (including myself) takes a step further when it comes to branding.  With the following code, You can change the old and boring wordpress’ footer text and replace it  your own message. Just go to functions.php of your theme and add the following code. [php] function my_admin_footer () { print "Your Company Name. <a