Month: March 2013

JavaScript mailto: with subject and body – [Solution]

JavaScript mailto: with subject and body – [Solution]

In this tutorial we are going to see how to write a javascript mailto function so that both the subject and body will be Pre-filled?

Many of us might have used mailto function just like below (passing only the mail …

Display Data from Database in Classic ASP – Learn it here!

Display Data from Database in Classic ASP – Learn it here!

Let’s start how we can connect to the database and pull the records from a Table using Classic ASP.

Yes, we all know people stopped using Classic ASP for a long time but, still, there are some websites running in …

Classic ASP – 301 permanent redirection tutorial!

Classic ASP – 301 permanent redirection tutorial!

SEO people sometimes ask the programmers to redirect the page and they say us to make it 301 redirect.

Here is the way, all you have to do is add the header before redirection!

<%@ Language=VBScript %>
<%
Response.Status="301 Moved 
How to do 301 Permanent redirection in PHP without htaccess!

How to do 301 Permanent redirection in PHP without htaccess!

I hope many of us know how to do redirection in PHP using header(‘Location: page.php’); right?. But, you have to know one more important stuff in that.
There are two different kind of Re-directions:

1. 301 (permanent redirection)

2. 302 (temporary …

Simple Responsive Design using Media Query – Tutorial with Demo!

Simple Responsive Design using Media Query – Tutorial with Demo!

responsive

Media Queries are playing a major role in making Responsive Designs, that will apt for all kind of devices like iPhone, iPad, Tablet, Computer System etc.,

In this tutorial we are going to see a very basic tutorial of Responsive design that …

Learn how to Open a file and edit a file in PHP!

Learn how to Open a file and edit a file in PHP!

Learn how to open an existing file and edit the file using PHP function.

DOWNLOAD THE SCRIPT AT THE BOTTOM

fopen() is the function which help us to read, write and append text file.

fopen(‘filename.txt’, ‘r’) – allows to read …

Simple Tool Tip jQuery Script – Download and use now!

Simple Tool Tip jQuery Script – Download and use now!

Hi dudes, today i have written a very simple tool-tip script where you can download this script and use it right away.

Read the comments to know the script!.

NOTE: See the demo at the bottom of the script. 


<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

Perl – How to connect to mysql database and fetch data!

Perl – How to connect to mysql database and fetch data!

perl

Learn how to connect to DB and show results on the browser using Perl, Here you are actually going to learn Web Development using Perl programming. I hope you are a beginner and want to learn new stuff in Perl …

Theme: Overlay by Kaira
Agurchand