HTML 5 and CSS3 Useful Jquery and JS Adobe Flash Basics,tips and tricks Flickr http://www.flickr.com/photos/53336704@N05/
Tuesday, March 4, 2014
Thursday, February 20, 2014
Tips and Tricks, Flash, HTML5, CSS3, Jquery, Media
Background image fit to Browser when resizing
Stretch
html, body {
margin:0;
padding:0;
height: 100%;
}
#background {
background : #000000 url("your image") no-repeat bottom left;
background-size: 100% 100%;
min-height:100%;
}
Cover
html{
/* This image will be displayed fullscreen */
background:url('background.jpg') no-repeat center center;
/* Ensure the html element always takes up the full height of the browser window */
min-height:100%;
/* The Magic */
background-size:cover;
}
body{
/* Workaround for some mobile browsers */
min-height:100%;
}
Links for HTML and JS utilities
Online code beautifier
http://ctrlq.org/beautifier/prettyPhoto
prettyPhoto is a jQuery lightbox clone. Not only does it support images, it also support for videos, flash, YouTube, iframes and ajax. It’s a full blown media lightbox.”http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone
tablesorter
tablesorter is a jQuery plugin for turning a
standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes
Time Picker Javascript
jquery.timepickr.jsTUTORIALS on latest components
Amazing jquery Plugins
http://tutorialzine.com/2013/04/50-amazing-jquery-plugins/Wednesday, January 22, 2014
Choose the Widescreen Size Format in PowerPoint
Choose the Widescreen Size Format in PowerPoint 2003
The most commonly chosen widescreen ratio is 16:9.
- In the Page Setup
dialog box, under the heading Slides sized for: choose Custom
- set the width as 10
inches
- set the height as 5.63
inches
- Click OK.
Choose the Widescreen Size Format in PowerPoint 2007
There are two different widescreen size ratios available in PowerPoint 2007. The choice you make will depend on your particular monitor. The most commonly chosen widescreen ratio is 16:9.
- In the Page Setup dialog box, under the heading Slides sized for: choose On-screen Show (16:9)
- the width will be 10 inches
- the height will be 5.63 inches
Note - If you choose the ratio 16:10 the width and height measurements will be 10 inches by 6.25 inches.
- Click OK.
Monday, December 30, 2013
Wednesday, December 11, 2013
epub Video Properties compression and Conversion
EPub Video conversion setting
Video settings
Framerate : same as source
Field Order : None(Progressive)
Profile : Main, Baseline, high
Level : 3.0 to 4.0
Bitrate encoding : VBR And CBR (mentioned Below)
Maximum Bitrate : 1.4 Mbps
Audio Settings:
Codec : AACOutput : based on requirements (Mono & Stereo)
Frequency : 44.1 kHz
Bitrate : 160 too 256 Kbps

A frame size of 640x360 and a bit-rate of 1.4 Mbps (mega-bits per second) using the MPEG-4 Baseline Profile should produce pristine video for most HD (16:9) sourced content.
Baseline@3.0 when the source is 1280x720. This is much better for 16:9 source.
* Video: H.264 Baseline Profile Level 3.0 (iPhone/iPod Touch), Main Profile Level 3.1 (iPad 1,2)
The following audio and video formats are supported:
Video: H.264 Baseline Profile Level 3.0 (iPhone/iPod Touch), Main Profile Level 3.1 (iPad 1,2), High Profile Level 4.1 (new iPad), MPEG-4 Simple Profile (iPhone/iPod Touch/iPad), Motion JPEG (M-JPEG) (iPod Touch 4th Gen, iPhone 4, iPad)
Audio: HE-AAC or AAC-LC up to 48 kHz, stereo audio OR
MP3 (MPEG-1 Audio Layer 3) 8 kHz to 48 kHz, stereo audio
Variable Bitrate
Variable Bitrate, or VBR, refers to a video or audio stream encoded with variance in bitrate over time. While Constant Bitrate (CBR) encoding divides the bits evenly throughout the stream, the bitrate of a VBR encoded stream may have large changes over time. Variable Bitrate encoding implies that some sort of Compression is being applied. While this is often Lossy Compression, it can also be lossless.
VBR And CBR Video
VBR video will usually give you better quality than CBR for severely bitrate Limited formats, including DVD and MPEG-4. Formats designed more for editing, like DV, are better suited for CBR.
Monday, July 8, 2013
Subscribe to:
Posts (Atom)