Thursday 29 November 2018

Solved : January, 2012 M4.2-R4: INTRODUCTION TO MULTIMEDIA

Multiple Choice


1.1 : C
1.2 : A
1.3 : D
1.4 : A

Monday 26 November 2018

Get input type file size in KB


HTML

<input type="file" class="upload" onchange="readURL(this)" id="file" accept="image/x-
png,image/jpeg" />

<input type="button" value="Upload" class="btn btn-default" style="margin:auto;display:block" onclick="checksize(this)" />

Java Script

Get File Name in JavaScript:
document.getElementById('file').files[0].name
Get File Size in JavaScript:

Saturday 10 November 2018

Alter Table SQL Server

Making Unique key


Syntax :

alter table your_table add constraint constraint_Name  unique(yourcolumn);

Tuesday 30 October 2018

2013 M4.2-R4: INTRODUCTION TO MULTIMEDIA Solved

Multiple Choice


1.1 : A
1.2 : C
1.3 : B
1.4 : C
1.5 : A
1.6 ; B
1.7 : A
1.8 : A

Wednesday 24 October 2018

Jquery Preloader


Girfa Student Help

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specim

Monday 15 October 2018

Solved July, 2013 M4.2-R4: INTRODUCTION TO MULTIMEDIA

1  Multiple Choice


1.1 : D
1.2 : B
1.3 : A
1.4 : D
1.5 : D
1.6 : A

1.7 : D
1.8 : A
1.9 : D
1.10 : B

2 True/False

2.1 : T
2.2 : T
2.3 : T

Tuesday 2 October 2018

January, 2014 M4.2-R4: INTRODUCTION TO MULTIMEDIA Solved

Multiple Choice


1.1 : B
1.2 : A
1.3 : B
1.4 : C
1.5 : B
1.6 : D
1.7 : A

Monday 1 October 2018

HTML Tag CSS

<a> style change
    a.menu:link {color:black;}      /* unvisited link */
    a.menu:visited {color:black;}  /* visited link */
    a.menu:hover {color:#CCFF99;}  /* mouse over link */
    a.menu:active {color:yellow;}  /* selected link */

    a.menu:link{text-decoration: none} /* Hide Underline of link */

Example : <a class="menu">Link test</a>

Next Example

Wednesday 22 August 2018

Setup locale date time zone


SQL server saves date in local region format, for example if you’re in india and hosting your site with godaddy and choose Asia server then your date will be 12 hour forward compare to current region.

Sunday 19 August 2018

July, 2014 M4.2- R4: INTRODUCTION TO MULTIMEDIA Solved


Multiple Choice


1.1 : C
1.2 : A
1.3 : C
1.4 : B
1.5 : C
1.6 : C
1.7 : A
Explanation : Old 2D cel animation and stop-motion animation both fall under the category of traditional animation,  both may use digital methods of filming in the end. The matters is the method of producing the animation itself. Cel animation uses hand-drawing, hand-inking, and hand-painting thousands of frames on clear cels that are displayed against painted backgrounds and photographed in rapid sequence, on the other end stop-motion animation involves working with physical models and objects captured on camera one frame at a time.

This hands-on method requires a team of artists, cleanup artists, painters, directors, background artists, and camera crews, along with the storyboard artists and scriptwriters to work out the original concepts. For large-scale projects, the amount of time, labor, and equipment involved is staggering.

1.8 : B

Monday 13 August 2018

January 2015 M4.2-R4: INTRODUCTION TO MULTIMEDIA Solved

Multiple Choice


1.1 : D
1.2 : A
1.3 : C
1.4 : A
1.5 : B
1.6 : B

Friday 3 August 2018

July, 2015 M4.2-R4: INTRODUCTION TO MULTIMEDIA Solved

Multiple Choice


1.1 : C
1.2 : D
1.3 : A
1.4 : D

Friday 27 July 2018

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN-July-12 Solved

Multiple Choice


1.1 : A
1.2 : B
1.3 : D
1.4 : A
1.5 : A
1.6 : D
1.7 : B
1.8 : C

Wednesday 25 July 2018

M2-R4 INTERNET TECHNOLOGY AND WEB DESIGN-Jan-13 Solved

Multiple Choice


1.1 : C
1.2 : C
1.3 : B
1.4 : A
1.5 : B
1.6 : D
1.7 : D
1.8 : C
1.9 : B
1.10 : D

Sunday 22 July 2018

Input type pattern





Form tag is one of the key tags of HTML through which users data are sent on server. While making a form there are lots of validation implemented to allow valid data only. As a developer we all know about importance of validation and we do lots of JS code for validation. Working with JS is not an easy task for beginner.

HTML 5 introduce built in validation using regular expression using pattern property. If you are using patter regular expression then this will save your time and it is supported by all model browsers. So using pattern, you do not to worry about browser compatibility.

Following code will help you to understand basics of pattern. Ones you will implement basics then after using regular expression you will be able to implement complicated validation rule.

Name :

Six Digit Pin :

Email :


Monday 16 July 2018

INTERNET TECHNOLOGY AND WEB DESIGN July, 2013 Solved

Multiple Choice


1.1 : C
1.2 : B
1.3 : B
1.4 : B
1.5 : C

Thursday 12 July 2018

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN January, 2014 Solution

Multiple Choice


1.1 : D
1.2 : C
1.3 : C
1.4 : A
1.5 : A
1.6 : C

Tuesday 3 July 2018

Solved July, 2014 M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN

Multiple Choice


1.1 : B
1.2 : C
1.3 : B
1.4 : A
1.5 : C
1.6 : B

Tuesday 26 June 2018

Solved July, 2015 M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN

Multiple Choice


1.1 : C
1.2 : A
1.3 : B
1.4 : D
1.5 : C
1.6 : A
1.7 : A
1.8 : C

Solved January, 2015 M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN

Multiple Choice

1.1 : C
1.2 : A
Explanation : Shortest Seek Time First
1.3 : D
Explanation : 
Seek time: Say you're reading some data from the (0,4). You receive instructions to read from track (2,5). The time it takes for you to move from track 0 to track 2 is seek time.