Forgot Password register

Welcome, Guest...

  • Share your experience with the world... This Zone made to enhance your Authoring/Writing Skills, Discuss About Celebrities, Technology, Tools, Enhancements, Fun etc...
  • And for Coders or Designers! Share your Experiences, Discuss Problems, Share the Creativity you have made to others etc...
  • Share Files, Photos, YouTube Video Tutorials etc...
  • Discuss about Programming Experiences, Technologies, Games, Songs, Videos, Celebrities, Singers, or any thing you want to Discuss...
  • Your Posts will be Investigated before going public for harsh word or abusive contents etc..
  • Make your Post Private and share with limited Peoples.
  • So, Lets it begin.......Please login or register.
  • Login ID:
    Password:
    Forgot Password

SUGGESTIONS

  • You Want A Movie To Watch Here?
    Any Trick For Your Program?
    Or Any Suggestions You Have For Us...
    Please Write Here..

SITE STATISTICS

  • Owner:
    Zone Author
  • Domain:
    http://www.zoneauthor.com
  • Site Debut:
    March 16, 2012
  • Todays Visits:
    86 Hits
  • Total Hits:
    9896 Visitors
  • Best Viewed:
    Firefox || Safari || Chrome

AFFILIATES


Request Affiliate


STATISTICS

  • Please welcome Concho Pearl, our newest member.
  • Total Members: 7 Members
  • Total Posts: 37 Posts
  • Pictures Count: 109
  • Total Categories: 11 Catagories


  • Welcome, Guest. Please login or register.
  • Login ID:
    Password:
    Forgot Password

LATEST COMMENTS

ARCHIVE SEARCH

CSS Shapes Part 4 (Advance)

Posted on 2012-12-04 in Catagory: CSS3
by Mobashir Siddiqui

So, Here Is The Part For How To Make Incredible CSS Shapes... By Using Only HTML CSS You Can Draw Many Of The Shapes.....

Examples Are Bellow...

Heart

#heart {
    position: relative;
    width: 100px;
    height: 90px;
}
#heart:before,
#heart:after {
    position: absolute;
    content.....Read More


Download File



TAGS: CSS3, HTML, Shapes,

2

CSS Shapes Part 3 (Advance)

Posted on 2012-12-04 in Catagory: CSS3
by Mobashir Siddiqui

So, Here Is The Part For How To Make Advance CSS Shapes... By Using Only HTML CSS You Can Draw Many Of The Shapes.....

Examples Are Bellow...

Parallelogram

#parallelogram {
	width: 150px;
	height: 100px;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20d.....Read More


Download File



TAGS: CSS3, HTML, Shapes,

5

CSS Shapes Part 2

Posted on 2012-12-04 in Catagory: CSS3
by Mobashir Siddiqui

So, Here Is The Another Part For How To Make Simple CSS Shapes... By Using Only HTML CSS You Can Draw Many Of The Shapes.....

Examples Are Bellow...

Triangle Up

#triangle-up {
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bott.....Read More


Download File



TAGS: CSS3, HTML, Shapes,

6

CSS Shapes Part 1

Posted on 2012-12-04 in Catagory: CSS3
by Mobashir Siddiqui

By Using Only HTML CSS You Can Draw Many Of The  Shapes.....

Examples Are Bellow...

Square

 #square {
width: 100px;
height: 100px;
background: red;
}  


Read More


Download File



TAGS: CSS3, HTML, Shapes,

15

CSS3 + HTML5 Rocks

Posted on 2012-03-19 in Catagory: HTML5
by Mobashir Siddiqui

Google have recently updated their HTML5ROCKS site, originally launched in June 2012, with numerous new demos and tutorials for HTML5 and CSS3. The latest update adds, amongst other articles, a tutorial for CSS3 Web Fonts (with @font-face) and a new ‘HTML5 Studio’ – offering a number of live demos for many of the new possibilities offered by HTML5 and CSS3.

Since being updated the site has been causing quite a s.....Read More




TAGS: CSS3, HTML5, Tools,

2

Online CSS3 Rule Generator

Posted on 2012-03-19 in Catagory: CSS3
by Mobashir Siddiqui

CSS3 Please!, produced by Paul Irish and Jonathon Neal, aims to simplify the design process by allowing designers to enter one value, and have this instantly synced and normalised for each vendor-specific prefix, with the corresponding code generated automatically.

The tool offers support for border-radius, box-shadow, linear-gradients, rotation, rgba colors and @font-face,.....Read More




TAGS: CSS3, Tools,

0

Webkit introduce more new features

Posted on 2012-03-19 in Catagory: CSS3
by Mobashir Siddiqui

The Webkit team have certainly been busy recently; since we mentioned the introduction of web fonts, they’ve also implemented transformations and animations.

Transformations, via the -webkit-transform property, allow you to scale, rotate and skew block elements; reader Ain Tohvri has p.....Read More




TAGS: Browsers, CSS3, Webkit,

1

Introducing the CSS3 Test

Posted on 2012-03-19 in Catagory: CSS3
by Mobashir Siddiqui

Released on the 2nd February, the CSS3 Test, created by web standards aficionado Lea Verou, offers a quick and easy way to test and compare browser support for CSS3.

In a blog post accompanying the release of the test, Lea Verou outlines her motivation for building the test as follows:

To motivate browsers to support the less hyped s.....Read More



TAGS: Browsers, CSS3, News,

86

JQuery Anything Slider

Posted on 2012-03-17 in Catagory: CSS3
by Mobashir Siddiqui

Features

  • Panels are HTML Content (can be anything).
  • Multiple AnythingSliders allowable per-page.
  • Infinite/Continuous sliding (always slides in the direction you are going, even at "last" slide).
  • Optionally resize each panel (specified per panel in css).
  • Optional Next / Previous Panel Arrows.
  • .....Read More


    Download File



    TAGS: CSS3, JAvascript, JQuery,

    2