Search This Blog

Tuesday, May 27, 2014

Front-End Development Frameworks

1. Bootstrap
http://getbootstrap.com/
(http://bootsnipp.com/resources)

2. Fbootstrapp
http://ckrack.github.io/fbootstrapp/

3. BootMetro
http://aozora.github.io/bootmetro/

4. Kickstrap
http://getkickstrap.com/

5. Foundation
http://foundation.zurb.com/

6. GroundworkCSS
http://groundworkcss.github.io/

7. Gumby
http://gumbyframework.com/

8. HTML KickStart
http://www.99lime.com/

9. IVORY
http://weice.in/ivory/

10. Kube
http://imperavi.com/kube/

Tuesday, March 4, 2014

Live, Web-Based Browser Testing

Instant access to all desktop and mobile browsers.Say goodbye to your setup of virtual machines and devices.    

  http://www.browserstack.com/  

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.js

TUTORIALS 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

 Format PowerPoint for widescreen
Set the Slide Width and Height
The most commonly chosen widescreen ratio is 16:9.

  1. 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
  2. Click OK.


Choose the Widescreen Size Format in PowerPoint 2007

Select a widescreen ratio in PowerPoint

wo Different Widescreen Ratios
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.
  1. 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.
  2. Click OK.