Login SSH using Putty.exe

7 years ago

Login SSH using Putty.exe Putty is an SSH and Telnet client software, developed by Simon Tatham for the Windows platform.…

How to clear the cache of client browsers?

7 years ago

Hello, friends today we will learn how to clear the cache client browsers. This technique is very simple. Just add…

How to send emails using PHPmailer and GMAIL SMTP

7 years ago

Here I have tried how to send PHPMailer with attachment using SMTP configuration. For SMTP Configuration we here used GMAIL…

How to use SytaxHighlighter code with Blogger

7 years ago

# Add Sytax Highlighter to your Blogger Code Samples After trying many solutions to implement syntax highlighting on Blogger, I…

How to Select active menu Item using jquery

7 years ago

Most of the developer has an issue to select active menu in the same header. So here we try with…

Import CSV to Database using PHP

8 years ago

Import csv database using PHP. Follow the following code and you will be done with CSV import script using PHP.…

Enabling Gzip Compression of PHP, CSS, and JS Files Without mod_deflate

8 years ago

For enable Gzip compression using mod_deflate add following lines to your .htaccess file AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript…

How to check UBUNTU version?

8 years ago

When I was learning Ubuntu it was very difficult to know Ubuntu version.  When you want to work on Ubuntu…

How to work code-igniter project in sub-folder

12 years ago

Many developer has issues when they are migrating website from local to server. Then code-igniter website not working. Here is…

GET and POST Method Call in Python

12 years ago

Python, my first program where I tried to learn simple create update delete an application. Here I have learned how…

Enabling the MySQL Event Scheduler

12 years ago

MySQL events are executed by a special event scheduler thread. It's disabled by default. MySQL 5.1 Event Scheduler, Conceptually, this…

Pan Card Validation Using Javascript

12 years ago

When we start to work on Pan Card for us very difficult part is pan card validation. We tried many…