Giter Club home page Giter Club logo

cjdsie / wirefy Goto Github PK

View Code? Open in Web Editor NEW
755.0 755.0 100.0 7.61 MB

Wirefy is a browser based responsive wireframe tool, which allows you to create functional wireframes using standard elements. Think of it as the foundation for your content to be built on. This allows you to focus on the content rather than the design to get faster sign off. Wirefy is not a one-solution answer.

Home Page: http://getwirefy.com

License: MIT License

JavaScript 30.23% CSS 68.06% HTML 1.55% Ruby 0.16%

wirefy's People

Contributors

bergal avatar cjdsie avatar timgluz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wirefy's Issues

IE78

I think that Wirefy is great!

However, I tested the actual website http://cjdsie.github.com/wirefy/ in IE8 and it seems that if the site does not work as expected when you resize the browser.

My question:
Is this because the website where you introduce "Wirefy" is not built using wirefy or are there any other issues with the framework?

As I said, it is a really great system but I would like to know if the framework does also work in IE 8 (preferably in IE7 too) before I start digging into it.

Thank you.

Base.css conflict

Looks like the base.css file was committed in a conflicted state.

unable to get it working on MacOS 10.9.4

I have ruby1.9, npm and grunt installed via MacPorts + I have XCode too.

kip:wirefy smysore$ sudo port select --set ruby ruby19
kip:wirefy smysore$ echo $PATH
/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/smysore/bin/ec2-api-tools-1.6.6.2/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin
kip:wirefy smysore$ which npm
/opt/local/bin/npm
kip:wirefy smysore$ grunt
kip:wirefy smysore$ grunt --force
Running "sass:dist" (sass) task
Warning: You need to have Ruby and Sass installed and in your PATH for
this task to work. More info:
https://github.com/gruntjs/grunt-contrib-sass Used --force, continuing.
kip:wirefy smysore$ /opt/local/bin/grunt --force
Running "sass:dist" (sass) task
Warning: You need to have Ruby and Sass installed and in your PATH for
this task to work. More info:
https://github.com/gruntjs/grunt-contrib-sass Used --force, continuing.
kip:wirefy smysore$ 

What else am I missing to get this working on MacOS X? Thanks!

padding: 0 auto;

in the layout.scss/css files you have an invalid property value of "auto" in your padding.

/* #Site Styles
================================================== */
.container {
margin: 0 auto;
padding: 0 auto;
max-width: 100%;
width: 80%;
padding-top: 2%; }

Tab.js code - prevent default

Having a bit of an issue with the tab.js code and wondered if it was just me or whether anyone else has had the same issue.

I have 2 tabs, when I click the inactive tab, works fine, then back to the first tab, and the page jumps down to the beginning of the content.

How do I prevent this default behaviour?

Thanks

grunt issue

PS D:\学习\cjdsie-wirefy-5e9d906\wirefy> grunt Running "sass:dist" (sass) task Error: Invalid GBK character "\xE2" on line 24 of sass/base/_variables.scss from line 20 of sass/wirefy.scss Use --trace for backtrace. File "css/wirefy.css" created. Warning: Use --force to continue.

I just clone the code and build as your specification.

Column Margin & Width

This may be user error, but when using a 4 column layout for example, the columns don't seem to be quite wide enough to span the entire grid. Why is this?

  <section class="doc-section">
    <div class="example-grid sixteen">
        <div class="four columns alpha">Four</div>
        <div class="four columns">Four</div>
        <div class="four columns">Four</div>
        <div class="four columns omega">Four</div>
    </div>
    </section>

question - class namings

Hi,
is there any reason behind naming columns/spans with numbers as words (one, two, thirteen)?
The tool itself looks great but this seems counter productive - it's easy to make a typo, when changing width (It's a wireframe - I do that a lot) you have to rewrite whole word instead of just a number. Why not stick with common span-1/span1?

RSS icon

Hi there,
The RSS icon isn't included in the css and when I add it using the code from Font Awesome, it doesn't seem to work. The css I'm adding from the downloaded Font Awesome files is: .icon-rss:before {content:"\f09e";}

Can you help with this?

Thanks,
Paige

Grunt running "sass:dist" (sass) task Error

Fresh new install not running due to error:

~/Downloads/wirefy$ grunt
Running "sass:dist" (sass) task
Syntax error: Invalid CSS after "  @each $property": expected "in", was ", $value in $de..."
        on line 20 of sass/helpers/_ie-support.scss
        from line 35 of sass/wirefy.scss
  Use --trace for backtrace.
File "css/wirefy.css" created.
Warning:  Use --force to continue.

Aborted due to warnings.

sass failing with sass 3.2.19

./node_modules/.bin/grunt --force
Running "sass:dist" (sass) task
Syntax error: Invalid CSS after "...on-med: em(12) ": expected selector or at-rule, was "!global;"
        on line 13 of sass/modules/_buttons.scss
        from line 45 of sass/wirefy.scss
  Use --trace for backtrace.
File "css/wirefy.css" created.

This is grunt sass version

├─┬ [email protected]
│ ├── [email protected]
│ └── [email protected]

Double float left entry

Going through the CSS i found this:

.menu2 ul {
  float: left;
  float: left; }

Is that a deliberate thing? I wasn't sure if its a technique I've never heard of or a mistake.

Juan

Using the select tag

First when i found this framework, i thought this is the best thing i have ever found for front end development, but when i am using the html select tag the output is coming very bad, i can see only upper half of the options element. i am attaching a image

Firefox 22.0, 23.0 on PC incompatible with helper.js?

Firefox on my PC has a problem with something in helper.js. HTML links do not function - I see the "hover" effect, but Firefox does nothing when I click on a link. I see this problem for getwirefy.com, and a site I just prototyped with wirefy.

If I delete reference to helper.js, the links function properly.

H1 in sidebar.html template too large

I'd suggest taking another look at templates/sidebar.html in smaller screens (I get horizontal scroll bar). Even at over 1024 screen width the h1 'Content Title' is too large in my opinion. It should fit on one line.

Hi there.

I was recommended this project by NLnet because they felt I built something similar and best choice to bring in more people. Here is my project which I shared with NLnet https://github.com/imvetri/ui-editor

I would be glad to have someone to collaborate with to work on similar ideas.

[enhancement] Add missing bower.json.

Hey, maintainer(s) of cjdsie/wirefy!

We at VersionEye are working hard to keep up the quality of the bower's registry.

We just finished our initial analysis of the quality of the Bower.io registry:

7530 - registered packages, 224 of them doesnt exists anymore;

We analysed 7306 existing packages and 1070 of them don't have bower.json on the master branch ( that's where a Bower client pulls a data ).

Sadly, your library cjdsie/wirefy is one of them.

Can you spare 15 minutes to help us to make Bower better?

Just add a new file bower.json and change attributes.

{
  "name": "cjdsie/wirefy",
  "version": "1.0.0",
  "main": "path/to/main.css",
  "description": "please add it",
  "license": "Eclipse",
  "ignore": [
    ".jshintrc",
    "**/*.txt"
  ],
  "dependencies": {
    "<dependency_name>": "<semantic_version>",
    "<dependency_name>": "<Local_folder>",
    "<dependency_name>": "<package>"
  },
  "devDependencies": {
    "<test-framework-name>": "<version>"
  }
}

Read more about bower.json on the official spefication and nodejs semver library has great examples of proper versioning.

NB! Please validate your bower.json with jsonlint before commiting your updates.

Thank you!

Timo,
twitter: @versioneye
email: [email protected]
VersionEye - no more legacy software!

Documentation

Hello,

Your idea is very good and much appreciated - thanks!
I must say that I was fooling around with your project and it lacks a bit of documentation (menu, slider...).
I think it would help a lot to do a wiki.

Column Margin & Width

This may be user error, but when using a 4 column layout for example, the columns don't seem to be quite wide enough to span the entire grid. Why is this?

  <section class="doc-section">
    <div class="example-grid sixteen">
        <div class="four columns alpha">Four</div>
        <div class="four columns">Four</div>
        <div class="four columns">Four</div>
        <div class="four columns omega">Four</div>
    </div>
    </section>

Margin on body?

Hi,

Wirefy looks great, having a little play around with it. One thing I've noticed, for example adding a solid colour to the body background, is that there seems to be a margin of 5/6px all the way round?? Have tried to pin it down in the styles, but no luck??

thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.