All Projects → xizon → Dsure

xizon / Dsure

Licence: Unknown, Unknown licenses found Licenses found Unknown LICENSE Unknown license.txt
Dsure Front-end Development Framework ( Ultimate Personal Learning Edition 2014 )

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dsure

React Sortable Hoc
A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
Stars: ✭ 9,747 (+69521.43%)
Mutual labels:  front-end, grid
TeeGrid-VCL-FMX-Samples
Grid control for Delphi and C++ (VCL and FMX)
Stars: ✭ 132 (+842.86%)
Mutual labels:  grid
blog
Ideas Technical-points 2017-2-22 blog
Stars: ✭ 13 (-7.14%)
Mutual labels:  front-end
masonry-css
Create mosaic grid, like masonry, with css only
Stars: ✭ 17 (+21.43%)
Mutual labels:  grid
x
Commerce Search & Discovery frontend web components
Stars: ✭ 54 (+285.71%)
Mutual labels:  front-end
framework
Data handling framework complementary to backend active record systems.
Stars: ✭ 30 (+114.29%)
Mutual labels:  front-end
koochak
A minimal & lightweight CSS framework
Stars: ✭ 15 (+7.14%)
Mutual labels:  front-end
dc-accelerators-content-rendering-service
An accelerated starting point for implementing Amplience Dynamic Content.
Stars: ✭ 15 (+7.14%)
Mutual labels:  front-end
GlitchyGrid
An experimental grid layout slideshow with a stack-like navigation and glitch effect.
Stars: ✭ 33 (+135.71%)
Mutual labels:  grid
react-native-animated-radio-button
Fully customizable animated radio button for React Native
Stars: ✭ 25 (+78.57%)
Mutual labels:  front-end
cocktails
UI for browsing IBA cocktails
Stars: ✭ 106 (+657.14%)
Mutual labels:  front-end
front-end-world
前端入门知识框架
Stars: ✭ 47 (+235.71%)
Mutual labels:  front-end
AmpShell
A WinForms-based, lean and fast DOSBox frontend, for Windows (Linux and Mac coming soon !)
Stars: ✭ 29 (+107.14%)
Mutual labels:  front-end
THREE.InfiniteGridHelper
Infinite anti-aliased grid.
Stars: ✭ 101 (+621.43%)
Mutual labels:  grid
saco
A pre customized, express server for single page web apps that aims to be production ready.
Stars: ✭ 22 (+57.14%)
Mutual labels:  front-end
ekzo
💫 Functional Sass framework for rapid and painless development
Stars: ✭ 32 (+128.57%)
Mutual labels:  grid
flex-box-grid
Responsive, mobile first Flexbox Grid
Stars: ✭ 39 (+178.57%)
Mutual labels:  grid
grid-garden
Solutions to CSS Grid Garden
Stars: ✭ 79 (+464.29%)
Mutual labels:  grid
game-template
Cross-platform project template using Electron and Angular with the Phaser game engine. Project has Flexbox integrated for easy and responsive organization of components around the Phaser canvas.
Stars: ✭ 16 (+14.29%)
Mutual labels:  front-end
Kamp-frontend
𝐾𝑎𝑚𝑝 𝑃𝑟𝑜𝑗𝑒𝑐𝑡 𝐹𝑟𝑜𝑛𝑡𝑒𝑛𝑑
Stars: ✭ 3 (-78.57%)
Mutual labels:  front-end

Dsure Front-end Development Framework

Ultimate Personal Learning Edition 2014

Note: This procedure only learning and exchange.

UIUX Lab @uiux_lab

Author URI

Module

  • Base Structure
  • Base Stylesheets
  • Text
  • Buttons
  • Forms
  • Tables
  • Grids
  • Layouts
  • Icons
  • Images
  • Dividing Line
  • Paginators
  • Navigation
  • Classification
  • Striking
  • Search Box
  • Tags

Browser compatibility:

Tested under:

  • Safari 4+
  • Chrome 4+
  • Firefox 3.5+
  • Opera 10.15+
  • Internet Explorer 6+
  • Other

Typical uses:

Improve the efficiency of CSS/HTML website based development and responsive layout.

Browser Support:

IE6 +, Firefox, Safari, Opera, Chrome and more

Features:

  • Compatible with more browsers and adapt to the china/foreign websites
  • 18 color-scheme embedded in each label
  • 12 grids with percentage of layout
  • Pure CSS development framework which based on HTML and CSS3.
  • Do not include the additional javascript plug-ins.
  • 384 web vector icons and adjusted freely.
  • Easy to change the button control with a rich combination.

How to use?

Check out: http://www.c945.com/d-s/dsure

Note:

If use flat style when the core CSS file is dsure.flat.css not dsure.css.

How does it work?

<!doctype html><!-- Template OK -->
<!--[if lt IE 7 ]> <html dir="ltr" lang="zh-CN" xml:lang="zh-CN" class="no-js ie ie6"> <![endif]-->
<!--[if IE 7 ]>    <html dir="ltr" lang="zh-CN" xml:lang="zh-CN" class="no-js ie ie7"> <![endif]-->
<!--[if IE 8 ]>    <html dir="ltr" lang="zh-CN" xml:lang="zh-CN" class="no-js ie ie8"> <![endif]-->
<!--[if IE 9 ]>    <html dir="ltr" lang="zh-CN" xml:lang="zh-CN" class="no-js ie ie9"> <![endif]-->
<!--[if !IE]><!--> <html dir="ltr" lang="zh-CN" xml:lang="zh-CN" class="no-js"> <!--<![endif]-->

<head>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="renderer" content="webkit|ie-comp|ie-stand">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Site Name</title>
    

    <!-- Dsure  Development Framework  begin  -->
        <link rel="stylesheet" type="text/css" href="dsure/dsure.flat.css" />
        <script src="dsure/dsure.modernizr.js"></script>
        <!--[if lt IE 7 ]>  
            <script src="dsure/dsure.png.js"></script>  
            <script>  
            DD_belatedPNG.fix('img, a, span, h1, h2, h3, em, section, header');
            document.execCommand("BackgroundImageCache", false, true);
            </script>  
        <![endif]-->  
    <!-- /Dsure Development Framework  end   -->
    
    <!-- Other extended .css&.js file  begin  -->
         
         ...
         
         
    <!-- /Other extended .css&.js file  end   -->
    

    <!-- Dsure  Development Framework  begin  -->
        <!--[if lt IE 9]>  
            <script src="dsure/dsure.respond.js"></script>  
        <![endif]-->  
    <!-- /Dsure Development Framework  end   -->


</head>
<body>

    ....

</body>
</html>

Licensing

This Product is released under a Creative Commons Attribution 3.0 License

License text may be found here: http://creativecommons.org/licenses/by-nc/3.0/deed.zh

Credits:

https://icomoon.io/

http://modernizr.com/

https://github.com/scottjehl/Respond/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].