From 897b1bc37445421a3404ace1c02b529b0ea843e5 Mon Sep 17 00:00:00 2001 From: dylan Date: Mon, 25 Oct 2010 01:57:32 -0400 Subject: [PATCH] added drawcss, showdivs function --- includes/style.css | 8 ++++++++ includes/tabs.js | 6 ++++++ index.php | 14 +++++++++++++- 3 files changed, 27 insertions(+), 1 deletion(-) 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
  • -- 2.30.2