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 …

How to do limit and order by rand() in MS SQL?

How to do limit and order by rand() in MS SQL?

If you are a PHP or Java Developer you should be familiar with MySQL database right?

Table name: employee

Id Name Designation Dttime
1 Agurchand Software Engineer 2013-01-07 11:47:10
2 Babu Software Engineer 2013-01-02 01:06:00
3 Abhiesheik Broadcast Engineer 2013-01-10
Learn How to Send mail from Classic ASP!

Learn How to Send mail from Classic ASP!

Sending mail from IIS server is so easy, just we need to use the COD (Collaboration Data Objects).

Firstly, create an object from COD,

<%

Set mailfromasp = CreateObject("CDO.Message");

%>

You know what all needs to be send an email …

Select query between two given dates in MySQL, MS SQL

Select query between two given dates in MySQL, MS SQL

Its very easy to select records between two different date in MS SQL and MySQL. Same kind of query will work in both the SQL engines.

Here is the query note it down or memorize for the future use, Its …

PHP jQuery AJAX Image Upload Script download and use it!

PHP jQuery AJAX Image Upload Script download and use it!

Are you searching for an Image upload script without refreshing the page in PHP?. Then you are at the right place!.
The script that works in all the browsers. This script gonna be amazingly useful for your project.

NOTE: You …

Theme: Overlay by Kaira
Agurchand