Essence
The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem. Read more.
Dimensions
The 12-column grid is divided into portions that are 60 pixels wide. The 16-column grid consists of 40 pixel increments. Each column has 10 pixels of margin on the left and right, which create 20 pixel wide gutters between columns. View demo.
Purpose
The premise of the system is ideally suited to rapid prototyping, but it would work equally well when integrated into a production environment. There are printable sketch sheets, design layouts, and a CSS file that have identical measurements.
Open Design Alliance (ODA) — a member-driven, nonprofit organization of over 1,000 software developers in 40 countries — develops the Teigha® software development platform for CAD and other technical graphics applications.
ODA members obtain the Teigha software development platform for an annual membership fee. Combined with the ODA’s relationships with well-known third party component vendors, ODA members are able to quickly design, build, and deliver technical applications for their customers.
The Teigha software development platform is available on a large number of operating systems such as Microsoft® Windows®, Apple® Mac OS®, various Unix systems, and Linux. ODA members can use the C++, .NET, and ActiveX interfaces to develop their own applications. Teigha is able to exchange data through .dwg, .dgn, .stl and .pdf files.
Eclipse Icon Archive Tool
The Eclipse Icon Archive Tool allows an Eclipse user to browse and export icons from the Eclipse Project. Download the plug-in and place it into the Eclipse plug-in directory. The plug-in and documentation is available on the download page.
Das war mal rapidrabb.it (o.ä.). Mir scheint, so ziemlich jedes zweite innovative Online-Enterprise-Angebot ist irgendwie mit dem HPI verbandelt.
Die GUI Design Software für
klickbare Wireframes
So schnell und einfach wie Rapid Paper Prototyping, aber online, klickbar und mit viel mehr Funktionen!
Gecode/J is a Java interface for the Gecode C++ constraint programming library. It allows you to
model and solve
constraint problems in Java.
explore the search tree
with Gist, the Graphical Interactive Search Tool. Either using the built-in depth-first search strategy, or manually and interactively. Solutions and choice nodes can be inspected by clicking on them, and visualized using custom actions.
implement propagators
in Java. Whether for prototyping, for teaching, or just for fun. The propagators are integrated fully, so in your model you can mix them freely with the built-in propagators provided by Gecode.
implement branchings
for custom heuristics. Just like propagators, custom branchings fully integrate into Gecode/J.
implement search engines
using copying and recomputation. As search is fully programmable, you can write your own search engine, e.g. for LDS or A* search. In fact, Gist is implemented entirely in Java using the Gecode/J interface.