Scary :(
Printable View
Scary :(
If he stays up for longer than four hours, you should see a doctor.
Had I encountered the animal, the conversation would have gone kind of like this:
Me: What are you doing with those?!?!
Animal: I'm gonna eat them!
Me: Why?
Animal: They're dead.
Me: They were never alive.
Animal: Well, then that means they are dead. Anyways, they smell dead.
Me: Ah, right. Well, carrion then.
That was a fun two days!
dday9.
I want to know more about your IDE.
I haven't gotten much of it yet, but basically it will generate the basic HTML code needed to start such as DOCTYPE(if applicable because of earlier HTML versions), html, head, and body tags. Then from there in the CSS files, you will "link" the CSS file to the HTML file and then you can use a combobox to chose which tag you want to style.. This will automatically generate either the tag, id, or class(with it's respective prefix if applicable) and the curly brackets. In the JavaScript file, again, you will "link" it to it's corresponding HTML file and then you can chose the tag in one combobox and then it's event. This will automatically generate the event in a unobtrusive manner.
Plus I'm using the Fast Colored TextBox for syntax highlighting.
Eventually I hope to include an intellisense when while you're typing the class, id, or tag name will automatically appear.
That will obviously be later on down the road though.
Plus it will be %100 open source when it's finished. So if you find something that you don't like then you can simply code it in yourself.
Or you can add custom features too.
And always I'm up for suggestions.
I have been using Dreamweaver for years. I have yet to find anything that beats it. I only use the Code window, file browser and site manager. Its such a powerful program, but I have no need for anything else.
I've never used Dreamweaver before, but from what I understand it's really the best thing out there right now.
Well I've finished up most of it. All I have left is linking the CSS/JS files to the HTML file to where you can chose a tag within the HTML file.
I'm married... I don't know if she'd go for that.
I've actually added a "Quick Html" option:
The dialog:
Attachment 112557
The Results:
Attachment 112559