From: dylan Date: Mon, 25 Oct 2010 05:57:32 +0000 (-0400) Subject: added drawcss, showdivs function X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=897b1bc37445421a3404ace1c02b529b0ea843e5;hp=9ee0f3050a7ac673f88812fcdd71fe434ff42a47;p=dylansserver.git added drawcss, showdivs function --- diff --git a/includes/style.css b/includes/style.css index a84482e..d1f72b2 100644 --- a/includes/style.css +++ b/includes/style.css @@ -107,3 +107,11 @@ a { .readoo_entry{ font:1.6em arial; } + +.drawcss_entry{ + font:1.6em "lucida console"; +} + +.shownDiv{ + border:1px solid black; +} diff --git a/includes/tabs.js b/includes/tabs.js index 4cec99c..7c7f269 100644 --- a/includes/tabs.js +++ b/includes/tabs.js @@ -15,5 +15,11 @@ $(document).ready(function() { $(activeTab).addClass("active_tab"); return false; }); + $('#showdivs').click(function() { + var divs = document.getElementsByTagName('div'); + for(i=0;i
-

3D printing is a form of additive manufacturing technology where a three dimensional object is created by successive layers of @@ -62,6 +61,14 @@ here's the repo for the source code.
+
+ drawcss

+ writing markup for website wireframes always seemed silly.

+ this is a tool to draw them (it's not done).

+ check out the invisible divs this page is built on.

+ then get the code. +
+
readoo helps you find search keywords to target.

@@ -91,6 +98,11 @@

  • +
  • drawcss
  • + +

  • +
  • readoo