Showing posts with label Html. Show all posts
Showing posts with label Html. Show all posts

Tuesday, 11 August 2015

Learn Html

Sunday, 18 January 2015

Printing And Plotting


One of the most use full and popular forms of output is called hard copy, which
Is simple output paper from a printer. Printer with different speed, feature and capabilities are available. Some can be set up to accommodate different paper forms such as blank check forms, invoice forms and so forth. Newer printers allow businesses to create customized printing output for each customer from standard paper and data input using full color.
The speed of the printer is typically majored by the number of pages printed per minute (PPM). Like a display screen, the quality, or resolution, of a printer’s output depend on the number of dots printed per inch. A 600-dpi (dots per inch) printer print more clearly and a 300-dpi printer. A recurring cost of using a printer is the ink-jet or laser cartridge that must be replaced every few thousand of pages of output.
Plotters are a type of hard copy output devices are used for general design work.
Businesses typically use these devices to generate paper or acetate blueprints,
Schematics, and drawings or new products onto paper or transparencies. Standard plot widths are 
24 inches and 36 inches, and the length can be as per the need-from a few inches to feet. 

Monday, 12 January 2015

How to Mention A Resume Uploder Option In A Html Site



Hey Guys When we visit some web sites they show a pop up box to register and uplod your resume and detail .
So today I tell you how to mention that type form on your website for visiters.
<html>
<body>
<form name=”uploder”>
Our name : <input type=”text” size=”30” name =”fulname”>
Your file:  <input type=”file” size=”20” accept=”audio/video/image”>
<input type =”submit”>
</form>
</html>

IN “Your file:  <input type=”file” size=”20” accept=”audio/video/image”> SECTION YOU SEE A OPTION AUDIO/VIDEO/IMAGE YOU CAN USE ONE OPTION OR ALL .
BECAUSE IF U USE ONE OPTION LIKE IF YOU USE   Your file:  <input type=”file” size=”20” accept=”audio>
THAN VISITER WHO TRY TO SUBIT HIS/HER RESUME WITH YOUR WEBSITE ONLY UPLODE AUDIO FILE IN RESUME.
IF YOU WANT TO GIVE ALL OPTION THAN USE AUDIO/VIDEO/IMAGE .

THANK YOU GUYS YOU CAN CONNTECT ME IF YOU HAVE ANY PROBLM YOU CAN COMMENT IT .