Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
5answers
5k views

HTML5 Boilerplate with blueprint css

I'm thinking of combining these two technologies for a new project. Is this bad idea? Are there any recommended alternative grid systems to use with html5 boilerplate?
11
votes
3answers
1k views

OSGi: Does Blueprint replace Declarative Services?

The new R4.2 spec for OSGi describes the Blueprint service, for dependency injection and service wiring. Does Blueprint replace Declarative Services (which is still part of the spec, as well), or are ...
4
votes
1answer
224 views

Compass Blueprint Liquid starting point

I'm trying to move to a liquid grid using the compass/blueprint/liquid (http://compass-style.org/reference/blueprint/liquid/) however Im getting stuck with the very basic stuff. Can someone point me ...
3
votes
1answer
145 views

Blueprint / Yii table colors

I am having two issues similar to the question previously posed on table colors with Blueprint CSS (alternating rows): 1) I was able to override the zebra colors by changing both the th, td, caption ...
3
votes
2answers
478 views

Best method for adding compass to a django project

What's the preferred or best method for integrating compass with susy or blueprint into a django project?
3
votes
0answers
148 views

Blueprint CSS framework (compress.rb) will not “compile” some changes

I use Sass to compose my CSS, and Blueprint as my framework. Since I'm using these tools for a Django application, my workflow is: Edit scss file in emacs while sass --watch is running Save the file ...
3
votes
3answers
3k views

Best way to learn how to combine Blueprintcss and Compass/Sass?

I would like to apply Blueprintcss and Compass/Sass to a Rails project. Should I learn Blueprint first or Compass/Sass first or are there any guides on how to use the two of these together? Also, ...
2
votes
1answer
290 views

Using Sass + Compass + Blueprint in Rails 3.1 App

I am struggling BIG TIME with getting this framework set up correctly. Has anyone successfully been able to get this working? If so, I would love any and all feedback. Thanks! I'm following the ...
2
votes
1answer
517 views

Using flask/blueprint for some static pages

So I am just a little confused on how to build pages with flask without having to state each view. How would I make a blue print that would pickup on the pages i want to load? say these are my ...
2
votes
2answers
183 views

Does Blueprint prevent a 100% background-size for images in CSS?

I'm trying to create a website with a background-size:100% 100% css rule. It's an image that sits behind the content and is designed in such a way that no matter the dimensions of the browser window ...
2
votes
2answers
290 views

Using compass + blueprint in rails. How to get visual grid overlay

I am sure I saw at one point a technique to overlay a grid on top of the page when using blueprint + compass. Any idea on how to turn this on.
2
votes
6answers
922 views

CSS Frameworks like 960 and Blueprint?

This is at the framework level, not dealing directly with CSS, so posting to SO. I just learned about the existence of CSS frameworks. 960 Grid System seems pretty awesome, then I found Blueprint, ...
2
votes
1answer
2k views

Compass blueprint mixins undefined

I am trying to get compass/sass/haml working using blueprint but not having any luck with the blueprint mixins +column(24) just results in Sass syntax error undefined mixin column I'm sure I am ...
2
votes
2answers
2k views

using blueprint css within a jquery ui tab

I'm using blueprint to do a complex form layout that involves jquery-ui tabs, but when I try to use the blueprint span-x divs within the jquery-ui tabs, the formatting gets all screwy.... <div ...
1
vote
1answer
38 views

Sticky footer does not work with IE8

I have a page with a sticky footer. Works fine with Firefox but not with IE8. The page is built on Blueprint and I used the margin-top: -48px; technique. #wrapper { position: relative; ...
1
vote
1answer
429 views

Compass/Sass, Blueprint with ASP.NET/MVC

I would like to use Compass/Sass with Blueprint or 960 with ASP.NET MVC. I am aware of Paul Bett's wonderful NuGet Package SassAndCoffee ...
1
vote
3answers
98 views

Why doesn't this @font-face style apply to my HTML?

I am hoping someone can please point out what's not working about this font-face implementation. I've testing this using the body tag so there's no question as to whether the issue is with the HTML ...
1
vote
1answer
256 views

Blueprint CSS - High level rules for using it

I started using Blueprint CSS at about 8AM EDT this morning and I find myself having the following questions: When do I use the container class? How should I think of container conceptually? Do ...
1
vote
1answer
150 views

Blueprint: Fieldset breaks the grid?

I just started with Blueprint, so don't bash me :-) Here's my code, a simple two columns layout: <body> <div class="container showgrid"> <div class="span-24 last"> ...
1
vote
3answers
563 views

CSS: What's up with all these frameworks and others?

I'm digging into the world of CSS and I'm having some difficulties understanding the use of everything that exists. There is LESS, SASS, COMPASS, BLUEPRINT, HAML, etc. Which ones should I use ...
1
vote
1answer
552 views

Service reference in OSGi/blueprint not working properly

I currently have two OSGi bundles (bundle1 and bundle2) both both exposing services through a blueprint in an EBA. In bundle2's blueprint.xml i want to reference a service from bundle1 and Inject it ...
1
vote
1answer
132 views

Current java desktop blueprint / state-of-art?

I've been away from Java programming (except some Android dev) and desktop apps but now I want to develop a Java desktop app as a personal project. So I wonder, what's the current blueprint for this ...
1
vote
1answer
39 views

Seeking pointers to approaches and methodologies for system analysis and design

I have found quite a few material (books and other stuff online) on how to make UML diagrams. So now I understand UML and the diagramming (with a tool). However, where I am stuck is the approach / ...
1
vote
1answer
293 views

Neo4J indexing using Blueprint API

any one used TinkerPop's Blueprints API with Neo4J or OrientDB
1
vote
2answers
632 views

Blueprint CSS boxes

I am currently testing out Blueprint to create the layout for a site. So far it has been going great, but now I've run into a problem I'm wondering if there is any elegant solution to. I am using the ...
1
vote
1answer
640 views

How to remove space between columns in BluePrint CSS framework?

I am using blueprint css framework when using the following code: <div class="container showgrid"> <div class="span-12">left column</div> <div class="span-12 ...
1
vote
1answer
185 views

Is there a way to make Blueprint CSS grid fluid?

Is there any tool to recalculate px values in % ?
1
vote
2answers
1k views

How to order rows (or divs) vertically using blueprint css?

I have the following html code (in the given order) <div id="content">...</div> <div id="footer">...</div> <div id="header">...</div> And of course, I want to ...
0
votes
2answers
28 views

Blueprint CSS3, 3 column layout

I want to create a Blueprint CSS3 layout. with 3 columns. I have the following: <div id="hd" class="span-24 last"> <div class=" span-7"> 1 </div> ...
0
votes
1answer
17 views

Why blueprint framework defines margin-bottom on headers and text sizes?

Why Blueprint CSS framework defines quite big margin-bottom style property on headers (h1,h2,...) and on small and large classes? It looks quite weird - for example, on small text it gives a hole ...
0
votes
1answer
31 views

jquery tabs with blueprintcss unexpected results and failures

a couple of queries with jquery... I'm trying to create a tabbed panel, initially I tried using jquery tabs ui but could not get it to exist with blueprint. Whenever I used a 'span-xx' class within ...
0
votes
1answer
29 views

Stretch div 100% within Blueprint container

I want to use the Blueprint CSS framework for this site I'm working on: http://jsfiddle.net/timkl/uaSe3/ It allows me to layout my website in a nice 24 column grid. However I want the background on ...
0
votes
2answers
44 views

Blueprint site completely different in IE compared to Firefox/Chrome

I'm using the Blueprint CSS framework to develop my website to ensure cross-browser compatability...except, it looks completely different in IE. The site is http://rtwilson.com/academic-new/ and ...
0
votes
1answer
24 views

Do I need to use BluePrint's ie.css if I use JQuery?

I am still new to JQuery and BluePrint. BluePrint recommends adding the following lines in HTML pages headers to tackle Internet Explorer related issues: <!--[if lt IE 8]> <link ...
0
votes
1answer
88 views

How to pass class's self through a flask.Blueprint.route decorator?

I am writing my website's backend using Flask and Python 2.7, and have run into a bit of a problem. I like to use classes to enclose my functions, it makes things neat for me and helps me keep ...
0
votes
0answers
100 views

Does Aries managed-service-factory also manage properties?

I'm using Apache Aries 0.2 in Servicemix 4.3.1 and creating a cm:managed-service-factory. Creation of the services with .cfg files works fine (except for #ARIES-584), but the properties from the .cfg ...
0
votes
1answer
59 views

Blueprint CSS - right edge of divs not lining up when removing margin from middle columns

When using the Blueprint CSS framework, I wanted to remove the margin between all columns. Unfortunately, when I remove these margins, any div that spans all columns now appears wider than the total ...
0
votes
1answer
37 views

Blueprint Stackoverflow page wide header

Since Blueprint has a 24-column system, I was wondering how I could achieve a page wide header. I am referring to something like StackOverflow's header at the top of the page. Notice how the grey ...
0
votes
1answer
46 views

What happened to Microsoft Blueprints? And what should I use instead?

Microsoft had this project called Blueprints as a replacement for Guidance Automation but then, all of a sudden, it dissappeared. So my question is - what can I use instead?
0
votes
0answers
32 views

How to expand the height of the page in blueprint?

Is there a way using blueprint.css to have a div that automatically expands to the height of the page? I know how to do it in pure CSS but nothing I've found suggests how to do it with blueprint and ...
0
votes
1answer
17 views

Yahoo Blueprint Apps

Since yahoo! closed support of all blueprint apps, is there any method to convert existing blueprint custom tags to standard html/x-html code? Any information on this regard will be helpful. Thanks
0
votes
1answer
83 views

Compass + Blueprint non semantic classes

I've been using compass with blueprint for a while now and one thing I can't figure out is why it generates all the basic blueprint css classes. Like these: #container .span-3 { width: 110px; } ...
0
votes
1answer
31 views

General question about using a CSS grid for positioning

I'm trying to implement the Blueprint CSS grid in my website. As an example, let's say I'm using a grid with 10 columns. The text on the far left is <h1>, and the text on the far right is ...
0
votes
1answer
89 views

Disable blueprint CSS for a div

I'm working on a webpage that involves using the Blueprint CSS Framework, as this framework focuses on all aspects of a webpage I can not achieve some things that would normally be quite simple. ...
0
votes
1answer
404 views

Compass Blueprint mixins not compiling?

I'm trying to get Blueprint (SCSS-Syntax) working with my Rails (3.1) project. To keep it simple at first I set up a plain HTML file (outside my rails project) with some basic blueprint syntax, after ...
0
votes
1answer
89 views

Last column input width of 100% overflows container with Blueprint CSS

How do I correct for an <input> tag with a width: 100% in the last column of a Blueprint CSS layout extending over the right edge of the container? I have tried applying a right margin to the ...
0
votes
2answers
279 views

The Java Petstore 2.0 Blueprint

I am currently trying to find the jave ee 5 blueprint of the pet store 2.0. The pages which have been linked by sun aren't valid anymore. I also tried to find the pages at oracle. ...
0
votes
1answer
137 views

Problem with floating in Rails 3.1 and Blueprint

I have problem with transfer layout to Rails project, in other catalog all is okey, site working nice, but when I do it in Rails, when I add "span-n", or "column" or some other it spoils ; / First it ...
0
votes
2answers
304 views

Blueprint CSS compress.rb errors

I'm trying to use the Ruby compressor for custom layout and I was just using the examples bundled with Blueprint. I installed both Bundler and ChunkyPNG, this is what I've got: D:\bp\lib>ruby ...
0
votes
1answer
156 views

Compass Scss + Blueprint : setting overflow

I am using blueprint via Compass but have no scroll bars on longer pages, it seems the default overflow is set to 'hidden'. This is the default so I am guessing there is some method/structure everyone ...

1 2