473,789 Members | 2,446 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I've created a small online app to draw diagrams in ASCII...

Yes, I know, this is sort of commercial.. but how else to get people
to, what I think, is a handy online applicaton?

I created this app because I hate do document :) (Don't we all?)
Sometimes I wanted to make a small diagram to depict what a piece of
PHP-code does, a database relationship diagram, or, wel... But to do
that in ASCII is hard, and not very much fun to do! So, I created this
online app that allows you to draw simple diagrams in ASCII-chars
only, so that you can save them in your comments in code. (You can
also save them in Google Docs, or, well, where ever you want!).

I showed it to some friends of mine; they like it. I needed a way to
get it known to more people.. so, there we go:

http://www.asciidrawer.com

Thats it.... Please don't shout at me for posting it here, but let me
know if you like it?

greetings,
Paul

Jun 5 '07 #1
12 2105
On Jun 5, 2:55 pm, "pwieg...@gmail .com" <pwieg...@gmail .comwrote:
Yes, I know, this is sort of commercial.. but how else to get people
to, what I think, is a handy online applicaton?

I created this app because I hate do document :) (Don't we all?)
Sometimes I wanted to make a small diagram to depict what a piece of
PHP-code does, a database relationship diagram, or, wel... But to do
that in ASCII is hard, and not very much fun to do! So, I created this
online app that allows you to draw simple diagrams in ASCII-chars
only, so that you can save them in your comments in code. (You can
also save them in Google Docs, or, well, where ever you want!).

I showed it to some friends of mine; they like it. I needed a way to
get it known to more people.. so, there we go:

http://www.asciidrawer.com

Thats it.... Please don't shout at me for posting it here, but let me
know if you like it?

greetings,
Paul
It would be nice to be able to move the cursor by clicking. Do you
mean this is to make flow charts?

-Mike PII

Jun 5 '07 #2
On Jun 6, 1:54 am, Mike P2 <sumguyovrt...@ gmail.comwrote:
On Jun 5, 2:55 pm, "pwieg...@gmail .com" <pwieg...@gmail .comwrote:
Yes, I know, this is sort of commercial.. but how else to get people
to, what I think, is a handy online applicaton?
I created this app because I hate do document :) (Don't we all?)
Sometimes I wanted to make a small diagram to depict what a piece of
PHP-code does, a database relationship diagram, or, wel... But to do
that in ASCII is hard, and not very much fun to do! So, I created this
online app that allows you to draw simple diagrams in ASCII-chars
only, so that you can save them in your comments in code. (You can
also save them in Google Docs, or, well, where ever you want!).
I showed it to some friends of mine; they like it. I needed a way to
get it known to more people.. so, there we go:
http://www.asciidrawer.com
Thats it.... Please don't shout at me for posting it here, but let me
know if you like it?
greetings,
Paul

It would be nice to be able to move the cursor by clicking. Do you
mean this is to make flow charts?
Well, that is one of those idea's I was looking for! I will try and
implement it...

Yes, it is meant to draw small charts, and, for instance databaase
relationship diagrams.
I've even used it myself to draw a design of a screen and share it on
Google Docs.
I use it myself all the time :)

Do you think it could be usefull?

thanks for taking the time to answer!

Paul

Jun 6 '07 #3
pw******@gmail. com wrote:
Yes, I know, this is sort of commercial.. but how else to get people
to, what I think, is a handy online applicaton?

I created this app because I hate do document :) (Don't we all?)
Sometimes I wanted to make a small diagram to depict what a piece of
PHP-code does, a database relationship diagram, or, wel... But to do
that in ASCII is hard, and not very much fun to do! So, I created this
online app that allows you to draw simple diagrams in ASCII-chars
only, so that you can save them in your comments in code. (You can
also save them in Google Docs, or, well, where ever you want!).

I showed it to some friends of mine; they like it. I needed a way to
get it known to more people.. so, there we go:

http://www.asciidrawer.com

Thats it.... Please don't shout at me for posting it here, but let me
know if you like it?
I definitely think you need to button up your JavaScript.

It didn't work for me in Firefox 1.5.0.11, Internet Explorer 6, or Opera
9.10.

--
-Lost
Remove the extra words to reply by e-mail. Don't e-mail me. I am
kidding. No I am not.
Jun 6 '07 #4
>
It would be nice to be able to move the cursor by clicking. Do you
mean this is to make flow charts?
I've just implemented this idea! You can now click on the screen, and
the cursor will go there... thanks for this great idea!

Paul

Jun 6 '07 #5
On 6 jun, 08:08, -Lost <maventheextraw o...@techie.com wrote:
pwieg...@gmail. com wrote:
Yes, I know, this is sort of commercial.. but how else to get people
to, what I think, is a handy online applicaton?
I created this app because I hate do document :) (Don't we all?)
Sometimes I wanted to make a small diagram to depict what a piece of
PHP-code does, a database relationship diagram, or, wel... But to do
that in ASCII is hard, and not very much fun to do! So, I created this
online app that allows you to draw simple diagrams in ASCII-chars
only, so that you can save them in your comments in code. (You can
also save them in Google Docs, or, well, where ever you want!).
I showed it to some friends of mine; they like it. I needed a way to
get it known to more people.. so, there we go:
>
I definitely think you need to button up your JavaScript.

It didn't work for me in Firefox 1.5.0.11, Internet Explorer 6, or Opera
9.10.
I knew about Opera, but it works for my in IE 6 (6.2800.1106), and FF
1.5 :-(((
(Note: on a slow computer, it might take 5 seconds or so to build the
screen...)
Can you tell me what happens? Do you get an JS-error?

thanks for the feedback!

Paul
Jun 6 '07 #6
Hi Paul,

Great tool. What a way to efficiently document an application.

Greeetz

Jun 6 '07 #7
Some more things:

-vertical bar color needs to change back on backspace as it does when
navigating with arrows

-would be nice if it would use the symbol instead of the number when
holding shift and pressing a number key to the left of backspace (on
US keyboards I mean). probably would also be nice to add localization
for other countries' standard keyboards, a lot of work...

-alt+[number combination] support to directly enter ASCII values would
be cool (like String.fromChar Code() does)

-home and end keys put into practice

By the way, your draw mode is fun...it's like like etch-a-sketch

-Mike PII

Jun 6 '07 #8

Hi Mike,
-vertical bar color needs to change back on backspace as it does when
navigating with arrows
This was supposed to happen.. Definitely a bug!
-would be nice if it would use the symbol instead of the number when
holding shift and pressing a number key to the left of backspace (on
US keyboards I mean). probably would also be nice to add localization
for other countries' standard keyboards, a lot of work...
Teah, keyboardhandlin g sucks in JS. I'm thinking about starting a
little OSS side-project to try and solve this. Stopping events from
propagating for instance is a drag, esp. in IE. This needs solving on
a larger bases than just this little programm....
-alt+[number combination] support to directly enter ASCII values would
be cool (like String.fromChar Code() does)
I'm gonna try that :-)
-home and end keys put into practice
Good idea, this can be done easily....
By the way, your draw mode is fun...it's like like etch-a-sketch
Thank you! Your constructive criticism is helping me improve greatly!

Paul

Jun 7 '07 #9
pw******@gmail. com wrote:
On 6 jun, 08:08, -Lost <maventheextraw o...@techie.com wrote:
>pwieg...@gmail .com wrote:
>>Yes, I know, this is sort of commercial.. but how else to get people
to, what I think, is a handy online applicaton?
I created this app because I hate do document :) (Don't we all?)
Sometimes I wanted to make a small diagram to depict what a piece of
PHP-code does, a database relationship diagram, or, wel... But to do
that in ASCII is hard, and not very much fun to do! So, I created this
online app that allows you to draw simple diagrams in ASCII-chars
only, so that you can save them in your comments in code. (You can
also save them in Google Docs, or, well, where ever you want!).
I showed it to some friends of mine; they like it. I needed a way to
get it known to more people.. so, there we go:
>I definitely think you need to button up your JavaScript.

It didn't work for me in Firefox 1.5.0.11, Internet Explorer 6, or Opera
9.10.

I knew about Opera, but it works for my in IE 6 (6.2800.1106), and FF
1.5 :-(((
(Note: on a slow computer, it might take 5 seconds or so to build the
screen...)
Then that should tell you something right there.
Can you tell me what happens? Do you get an JS-error?
Sure I can.

I see aa[x], and aa[fa] has no properties.

Or aa[] is null or not an object.

If I remember correctly [x] is dealing with your ROW and COLUMN
inserting/removing. The [fa] problem occurred when I hit the line
button and the delete everything button.

If I click one of the delete methods before doing *anything* it gives me
a single line running through the vertical center with *78*
(seventy-eight!) "undefined" s.

I noticed today, after having the page loaded in my browser forever. I
actually forgot about it whilst I tried to read your attempt at
obfuscated code. Or was that merely an attempt to minify?

Speaking of minifying, it strikes me really funny that your code is
exactly 500 lines. Well, assuming your beginning braces for functions
and conditionals start on the same line as them.
thanks for the feedback!
Anytime. I would like to offer a few more items for digestion though.

Why not use DOM methods to create and insert the elements you need
instead of relying on the non-standard innerHTML to create *EVERYTHING*?

You realize that you exclude a *WIDE* range of browsers because of the
methods you employ?

Oh, and the only thing that I have *ever* seen work, is the new feature
you added to pinpoint where you click.

I think that's it for now...

--
-Lost
Remove the extra words to reply by e-mail. Don't e-mail me. I am
kidding. No I am not.
Jun 7 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
7333
by: sams | last post by:
Is there a flow draw tool/API in Java to map out a simple application flow? Tks Sam
9
4714
by: syd | last post by:
I don't even know where to begin. This is just bizarre. I just picked up the Gnuplot.py module (a light interface to gnuplot commands) and was messing around with it today. I've got a tiny script, but it only works from the command line about half the time! In the python interpreter, 100%. Ipython, 100%. I'm not kidding. #!/bin/env python import Gnuplot
4
6608
by: luc wastiaux | last post by:
Hello, my boss is looking for a tool that would enable her to draw web interfaces easily, like visio does for other types of diagrams. What she wants this for is , I assume, to give me an exact sketch of what she wants me to develop. thanks for any suggestions. -- luc wastiaux - dustpuppy@airpost.net
3
9749
by: faustino Dina | last post by:
Hi, I was looking on the SDK but I can't find how to draw text in angles different from 0 and 90. Is it possible? If not, does exist some 3rd party library allowing this? Any hint is welcomed Thanks in advance Faustino
21
3078
by: DraguVaso | last post by:
Hi, I have an inherited DataGrid, that does lots of extra stuff. For exemple drawing a backgroundimage in every cell. The problem is that it's taking too much time (using gdi+), so I want to do it using DirectX. I downloaded already the DSK etc, but I can't find how I need to draw an image on a given position. I don't need stuff to write advanced 3D-games, just painting that image. Can anybody help me with this? I'm already looking for...
0
982
by: david | last post by:
I want draw the statistical curve diagrams (such as density, probability) on web page or window form. I know how to use OWC10 for simple chart, but I do not know how to set the parameters for curves. Any body knows it. Thanks David
6
4706
by: Paul McGuire | last post by:
Back in the mid-90's, Kees Blom generated a set of railroad syntax diagrams for Python (http://python.project.cwi.nl/search/hypermail/python-1994q3/0286.html). This pre-dates any Python awareness on my part, but I'm sure this would have been version 1.3 or something. For those who are not familiar with railroad syntax diagrams, they show a grammar's syntax using arrows and blocks, instead of BNF - here's an excerpt from the Python...
4
9976
by: babyinc | last post by:
Please help me. I am totally beginner of C++ and my tutor give us these huge program to solve within 20 days. As a MSc student I am really gonna cry. Please anyone can help me. sumon1in1@yahoo.com Here is added assignment: http://eent3.lsbu.ac.uk/staff/dimitrsa/OOPN/Assignment/OOPN_assignment_2006-07.pdf • Your Application Example: You can either select to design one of the following recommended fractals: 1. Peano curve 2. Hilbert...
2
2860
by: slapsh0t11 | last post by:
So, I've been working on this Game of Life (http://www.bitstorm.org/gameoflife/) project, and all the code has been written. However, it will not run. First, I will post the error message and the fragment of code I think to be the cause of the problem. Then, I will post the code to all 3 of my java files in their entirety should you wish to reference them. Any help would be much appreciated. Also, if it would help fix my error, I would...
0
9506
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10404
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10193
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10136
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9016
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7525
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5415
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5548
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4089
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.