Saturday, 14 November 2015

HTML Marquee Tag

Marquee Tag

Marquee Tag is used For the Scrolling The Text on the Web page . With

Marquee Tag , you Can Create a More Spicy and Attractive  Web Page .

You Can Scroll The Text As Well As Images or Combination of both .

Ex :

<marquee> Example of Marquee Tag </marquee>


Example of Marquee Tag


Attributes

Marquee Tag Have a List of Attribute , Function and value of Each Marquee

Tag is Define below.

Sr.Attribute NameAttribute ValueFunction
1.behaviourAlternate , Scroll , SlideIt Tell The browser About The Type of the Scrolling
2.bgcolorAny Color Name (or hex Code)Specify The Background Color
3.directionLeft , Right , Up, DownDirection of the Scrolling corresponding to the value of the direction Attribute
4.heightheight value (pixel or percent)Informs to the browser to the height of the marquee
5.hspacehspace value (pixel or percent)Informs to the browser to the horizontal space around the marquee
6.looploop value (number)Defines How Many Times To Loop (Default is INFINITE)
7.scrolldelayscrolldelay value (seconds)Defines How Many seconds delay between each jump
8.scrollamountscroll speed (number)It Defines The Speed of the Scrolling Content
9.widthwidth value (pixel or percent)Informs to the browser to the width of the marquee
10.vspacevspace value (pixel or percent)Informs to the browser to the vertical space around the marquee



Example of Marquee Tag and Its Attribute

1. Scrolling of the Text

<marquee behaviour="scroll" direction="right"> CodeMos5ter </marquee>


CodeMo5ter

2. Scrolling Upward

<marquee behaviour="scroll" direction="up"> CodeMos5ter </marquee>


CodeMo5ter

3. Scrolling Speed

(A). Slow Speed

<marquee behaviour="scroll" direction="left" scrollamount="1"> Example of Slow Speed </marquee>

(B). Medium Speed

<marquee behaviour="scroll" direction="left" scrollamount="15"> Example of Medium Speed </marquee>

(C). Fast Speed

<marquee behaviour="scroll" direction="left" scrollamount="25"> Example of Fast Speed </marquee>



Example of Slow Speed

Example of Medium Speed

Example of Fast Speed


4. Scroll Image

To Scroll The Image , You Just Add the Src Attribute of img Tag . In The

Value of the src Attribute , You Specify The URL of the Image .

src="URL_of_Image"

<marquee behaviour="scroll" direction="left"> <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgL2tewrMK4zaCCjGOtXSOvLstr0z16Mki_VDyBbGhcjNYOSSVkMXkqJP4gwlMGvhhgxtTMbYMnU7F6BUc7smWBd-iv2eXYZTR7yY-0K0tkM3Szwd1ByiGtuKjEVvlk12fi9j7GMQK2PVM/s1600-r/rounded_corners.jpg" > </marquee>




5. Scroll Image and Text (both Together)

<marquee behaviour="scroll" direction="left"> <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgL2tewrMK4zaCCjGOtXSOvLstr0z16Mki_VDyBbGhcjNYOSSVkMXkqJP4gwlMGvhhgxtTMbYMnU7F6BUc7smWBd-iv2eXYZTR7yY-0K0tkM3Szwd1ByiGtuKjEVvlk12fi9j7GMQK2PVM/s1600-r/rounded_corners.jpg" >
<h4>www.i-World-tech.blogspot.in </h4></marquee>



www.CodeMon5ter.blogspot.in


NOTE :

Nesting of the Tags is Allowed inside the MarqueeTag but it Should

be in Proper order.

Thank You To All My Reader

Aman Kapoor
www.CodeMon5ter.blogspot.in 

Friday, 13 November 2015

Mini Project in C : Book Shop Inventory System

Book Shop Inventory System :-
The Purpose of The book shop inventory System is maintain the inventory

of books that are being sold at the book shop . List of the book is already

Given in the Structure List . if you want to Add More book Than add in the

Structure List . it Contains The Member such as Author, Title, Price,

Publisher, Quantity etc .

Mini Project in C For Engineering Students, BCA , MCA

Mini Projects are simply given to students to check their ability to apply the concept and understanding of any language. In India, C language is tought to student in Most of the engineering college. So Teacher allots a project for every student but some of the college, Professor give the chance to student to select the project according to your wish. My Purpose to write this post is to provide the list of C project which you can choose for yourself and discuss with me.

List of Mini Project 

Employee Record System

Library Management System

Student Record System

Railway Reservation System Program in C for mini project

MiniProject in C Hotel Reservation and management System

Library Management System (Mini Project in C)

Employee Database Project Using C

A Car Rental System mini Project in C

Accounts Management System in C mini Project

Airline Reservation System in C mini Project

Army Management System in C mini Project

ATM System C mini Project

Auto Repair Shop Management System C mini Project

Automotive Store Management System C mini Project

Banking System C mini Project

Bus Ticket Reservation C mini Project

Cafeteria Ordering System C mini Project

Car Insurance System C mini Project

Clothing Store Management C mini Project

College Management System C mini Project

Ebook Shopping C mini Project

Event Organizing, Planning and Management System C mini Project

Football Updates Information System C mini Project

Gym Management System in C mini Project

Hospital Management System C mini Project

Hostel Accommodation System C mini Project

Hotel Management System C mini Project

Household Budget Management System C mini Project

Human Resource Management C mini Project

Library Management System C mini Project

Medical Store System C mini Project

Mess Management System C mini Project

Online Admission System C mini Project

Online Auction System C mini Project

Online Course Registration System C mini Project

Online Education System C mini Project

Online Examination System C mini Project

Online Food Ordering C mini Project

Online Movie Ticket Booking System C mini Project

Online Recruitment System C mini Project

Online Shopping Inventory System C mini Project

Online Voting System C mini Project

Police Management System C mini Project

Prison Management System C mini Project

Railway Reservation System C mini Project

RTO Management System C mini Project

School Management System C mini Project

Sports Shop Management C mini Project

Student Attendance Management System C mini Project

Super Market Management System C mini Project

Vehicle Tracking System C mini Project

Stock Management System C mini Project

Recharge Coupon System C mini Project

Vehicle Tracking System C mini Project

If You want any one of these or Your Own Project, I can code for you  or Mail me at amankapoor.mriu@gmail.com

In Visual Basic : How we Convert our statement in Computer Voice

Today...Friends i want to tell you how we convert our statement in computer voice using Visual Basic... - 








Step-1. Copy This Code and Paste in Notepad .

             translate=InputBox("Write Any Statements which you want to listen?","Voice box ")
             Set sapi=CreateObject("sapi.spvoice")
             sapi.Speak translate

Step-2. Save This file as .vbs file.

Step-3. Press OK and Enjoy With Your Voice box...