Easydesignz

Easydesignz A web development company india We specialize in providing the state-of-the-art Website development work.

We have a talented team that is capable of fulfilling the requirements. Our team is also large enough to produce E-commerce capable website with various functionalities like ...
( multivendor )

One page parallax PSD - wordpress only just $100 http://www.designas.in/product/word-press-theme/
06/09/2015

One page parallax PSD - wordpress only just $100
http://www.designas.in/product/word-press-theme/

(1) Pixel Perfect Conversion (2) Cross Browser Compatibility (3) Twitter Bootstrap Markup (4) Dynamic logo / favicon / menu (5) Theme option ready (6) Advanced field ready (7) Widget Ready (9) Post Ready (10) Basic speed Optimization (11) SEO Ready

Make business website cheapest pricehttp://www.designas.in/product/business-website/
06/09/2015

Make business website cheapest price
http://www.designas.in/product/business-website/

(1) Unique Design (2) Full HTML5 & CSS3 (3) Cross-Browser Compatible! (4) WordPress Admin feature (5) Mobile Friendly (6) Responsive Design (if applicable) (7) SEO Friendly! (8) Option to add Image Slider, JavaScript Menus etc. (9) 100% Satisfaction Guaranteed!

Now you can hire a web designer directly more information visit www.designas.in
09/08/2015

Now you can hire a web designer directly more information visit www.designas.in

Designas.in is a team of expert freelancer web designer all web designer and programmer are highly qualified , experience more than 5 year in webdesign and web development work. Get best solution in webdesign and web development project please contact us for get best quote for your project

19/07/2014

1. Include and initiate Skrollr.js

As a first step we need to include Skrollr.js preferably before the closing body tag. This plugin will do the magic and will animate the element properties on page scroll. Skrollr is a stand-alone parallax scrolling JavaScript library for mobile (Android, iOS, etc.) and desktop. No jQuery. Just plain JavaScript.


window.jQuery || document.write('')




( function( $ ) {
// Init Skrollr
var s = skrollr.init({
render: function(data) {
//Debugging - Log the current scroll position.
//console.log(data.curTop);
}
});
} )( jQuery );


On CSS

Slide #1 – Fade out elements
hsContainer {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
opacity: 0;
}hsContent {
max-width: 450px;
margin: -150px auto 0 auto;
display: table-cell;
vertical-align: middle;
color: ;
padding: 0 8%;
text-align: center
}bcg {
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100%;
width: 100%;
}
/* Slide 1 */
-1 .bcg {background-image:url('../images/slide-1.jpg')}

On HTML






Fade out elements before they leave viewport



19/07/2014

The CSS3 multi-column module
The W3C multi-column module is a CSS level-three working draft, proposed by the W3C to extend the current CSS box model. The module’s intent is to allow content to flow into multiple columns inside an element. It offers new CSS properties that let the designers specify in how many columns an element should be rendered. The browser takes care of formatting the text so that the columns are balanced.

diagram contracting the single-column CSS box model with a CSS3 two-column layouts

The proposed new CSS properties are:

‘column-count’, to determine the number of columns into which the content of the element will flow.
‘column-width’, to describe the optimal width of each column.
‘column-gap’, to set the padding between columns.
‘column-rule’, to define a border between columns.
You can learn more about these, and some other new properties in the W3C working draft.

Multi-column implementations
While the draft was published in 2001, it is still far from being a final recommendation, let alone implemented. Or is it?

IMPLEMENTATIONS IN THE BROWSER
The developers working on Gecko 1.8 (Mozilla & Co.) announced the first native implementation of the module in April this year, and the recent release of the Firefox 1.5 beta (based on Gecko 1.8) does indeed support parts of the CSS3 Multi-Column module.

We can only hope that more browser developers will follow.

SCRIPTING IMPLEMENTATIONS
Other ingenious web developers have silently worked their way around the limitations of the CSS box model for quite some time. The International Herald Tribune, for instance, is using a JavaScript-driven multi-column layout for its news articles. Michael van Ouwerkerk, back in 2002, wrote a JavaScript that splits the content of an element and rearranges it into several columns. (Doubtless others have used similar approaches.)

One can certainly do wonderful things with JavaScript (and the document object model), and reworking markup to achieve a multi-column layout happens to be one of them.

With this in mind, let’s take a closer look at those new CSS3 properties from the W3C specification:

Column-count: That’s how many times a JavaScript needs to split content into left floating elements.
Column-width: That’s the width of each newly created element.
Column-gap: That’s a left (or right) padding for these elements.
Column-rule: That’s a left (or right) border.
Since such JavaScript would process the page after it is rendered, every factor that used to be a problem, font-size, images on/off, is already taken care of. Also, if JavaScript is not available, the layout would not be altered (in other words, it would degrade nicely).

An interim measure for experimentation
Since it can be done, and since I wouldn’t be writing this article if I had nothing to show for it, here it is: a (mostly) cross-browser JavaScript implementation of the CSS3 multi-column module. (View example.)

The implementation is an unobtrusive, stand-alone piece of code that acts as a JavaScript parser for this CSS3 extension. You don’t need any knowledge of JavaScript to use it, just upload the file to your site and link it to your page:


You can then start using the CSS3 properties in your stylesheets as you would do for any other CSS.

Cautions
There are some limitations though that you need to understand. First, the browser-based CSS parser is designed to ignore properties that it does not support. To circumvent this, this implementation relies on a relatively simple parser written in JavaScript. This parser cannot handle complex constructions, like cascading rules spread across different selectors. Keep it simple. This following styles, for example, would be acceptable:
article {
column-count: 2;
column-gap: 20px;
}
Also in Issue № 204
CSS Swag: Multi-Column Lists
by Paul Novitski

Secondly, the JavaScript cuts and moves content from one column to another. There are naturally a number of elements that cannot or should not be divided up: images for instance, but also tables, headings, etc. The algorithm tries to accommodate these content types, but can break or yield unexpected results in some circumstances. You are welcome to report any problem with the rendered layout and we’ll try to improve it as we go.

Browsers
The script has been tested in IE6, Firefox 1.0.4, Netscape 7.1, Safari 1.2 and 2.0, and Opera 8 (though the Opera tests indicate a tendency to crash).

23/05/2014

My Site

22/04/2014

v2.56 Panda
SETTINGS NEWS Popular Popular Latest INSPIRATION Popular Latest The best tool for prototyping your designs Feedback Newsletter Twitter ~ POPULAR S
The best tool for prototyping your designs
1
Pied Piper (piedpiper.com)
2
Facebook Open Sourcing 'Pop' - Animation Framework Used to Build Paper (tapity.com)
3
Tom Preston-Werner Resigns from Github (github.com)
4
Bohemian coders—the engineering stories and challenges behind developing Sketch (bohemiancoders.tumblr.com)
5
GF Smith - rebrand. (gfsmith.com)
6
Khosla Ventures Hires its First Design Partner (venturebeat.com)
7
Mondrian - Browser-based vector graphics editor (mondrian.io)
8
Aligning type to baseline the right way using SASS (medium.com)
9
Everyone deserves great design (everyonedeservesgreatdesign.com)
10
Inside the Black Box of Web Design Pricing (jeffarchibald.ca)
11
UI / UX Design Interviews – Alexander Zaytsev (medium.com)
12
The Future of Trends in Digital Design (medium.com)
13
Charlie Rose interview with Biz Stone on Twitter, Jelly and Medium (charlierose.com)
14
Refuse to Create a UX Portfolio (medium.com)
15
Getting Turnt for Typography—typography for your grandma (medium.com)
16
Ask DN: How do you find focus when creating a personal site?
17
Site Design: Canva (canva.com)
18
A new tool for designing mobile interactions
19
Why you should build your product in public (ryanhoover.me)
20
CSS Tricks: Handling Z-Index (css-tricks.com)
21
Experience Slows You Down—you don’t change an industry you know all about (medium.com)
22
A list apart—Syntax highlighting outside your editor (alistapart.com)
23
Craft vs. Perch vs Statamic - What's the Best CMS for My Needs?
24
Automatically Capitalize Your Title (titlecapitalization.com)
25
User Experience and Design Process for Startups (wayfinder.co)
26
Google‘s next design challenge: Unify app design across platforms (arstechnica.com)
27
Sortie en mer (sortieenmer.com)
28
The Collison brothers and $1.75bn online payments start-up Stripe (ft.com)
29
Mailbox 2.0 with auto-swipe and settings sync is out (itunes.apple.com)
30
LESS Hat 3.0 is out and it's up to 60x times faster (github.com)
31
Why designing in the browser is the way forward (hanno.co)
32
Samsung Galaxy Sizes (i.imgur.com)
33
PourOver—NYtimes library for simple, fast filtering and sorting of large collections (nytimes.github.io)
34
Speed Kills (UX) - Performance Budgets for UX (northerndiv.com)
35
"Better": Another Beautiful Video from Apple (apple.com)
36
We launched a simple timezone app/extension called FIO (techcrunch.com)
37
Dear Tech Industry... (iainspad.com)
38
I think it's fair to say that the Memphis style is experiencing a comeback in the NYC graphic design scene. (google.com)
39
How to improve flat design. Explorations of the style (medium.com)
40
Journalism: Why Don’t We Stop Stealing? (medium.com)
~ POPULAR
2X1X

Lunchbox Crew
RypeArts515 28 2856

smash.com logo
lobanovskiy433 39 3026

Employify / Resume
seanehalpin303 22 5208

Web application
farzadban255 19 3616

Audioristic UI
circularchaos216 23 2032

Trash
AxelHerrmann150 15 1036

Activity Feed
ionuss150 27 2289

Charminar - Hyd
rkrishnamani169 15 1108

Another Plant
george-bokhua125 7 496

Orange
BrandingBear122 26 1709

Revolution
coreymade126 8 2081

CCA Graphic Design Studio sign (flipped)
jamestedmondson100 8 944

Tablets in Education
motionauthors101 5 601

CamU on Nexus5
jarnof102 14 1303

Carmah
ColinTierney85 10 396

Aquatilis Sneak Peek Nr.5
tobiasvanschneider87 5 1102

Fox mark
bigoodis99 4 638

Well Read Ale
gregchristman78 5 391

Paul McCobb
SockMonkee74 14 480

Figure Sketches | Part 2
Ramotion83 5 782

fOOOOOOd
shawnax80 5 731

Hayes & Taylor Clothing Co.
WOLF_STEVE72 2 556

Velo Coffee Co. [ #2/WIP]
adline62 3 255

Leo Sketch
Mikuloctopus70 5 445

Profile
vikas130777 7 933

The chosen 'C' Logomark
STUDIOJQ52 4 416

Fold, Folder, Foldest
bwaddington62 7 426

COER RICHE
contrast855 5 245

Unofficial re-design for Backdrops App
anwaltzzz62 9 629

Licking Lips
KovalevSlava65 9 428 FEEDBACK

04/04/2014
04/04/2014
A new user interface For Designas fans visit www.designas.inand feel the experience
27/03/2014

A new user interface For Designas fans visit www.designas.in

and feel the experience

Happy New Year all facebook fans
31/12/2013

Happy New Year all facebook fans

Address

Dumdum
Kolkata
700028

Alerts

Be the first to know and let us send you an email when Easydesignz posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Easydesignz:

Share