Jump to content

Elevator_Hazard

Members
  • Posts

    48
  • Joined

  • Last visited

Elevator_Hazard's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Regarding the question about frontpage users, I have used it at school (recently in fact, before I knew html), and I still knew enough to look at the html and see that it was not very good. I also looked at the sub-website of my school for a section of the 8th grade (I was in 8th grade this year) and couldn't help but laugh. but it is a lifesaver for some people, especially teachers who don't have time or don't want to learn html. And it would be hard to program frontpage to recognize patterns regarding position and such to make a css class for it, but they should at least make a css thing that converted a tag's attributes to css and allow you to name the class it creates (do they?).As far as my favorite editor, I like PSPad, and Kate which comes with linux, but that is probably because of the ftp stuff Kubuntu had... I also like my very own AHTMLPad Latest Version because it is pretty simple. I am also proud that someone said they would make AHTMLPad their prefered html editor . Well, enough advertising of that, because to be honest I only use my AHTMLPad for HTML2txt conversion, ftp uploads, and when I take screenshots of new versions and the rest of my html editing is done with PSPad or gedit (ubuntu text editor now that I got ubuntu instead of kubuntu) or just the web site that hosts my site's little feature to edit the html, since I don't have my own domain (I wish I did but they aren't free and I don't have enough reason for my own domain, I guess)
  2. Update...If you run the program you will notice. Go to link and see it's updates. Enjoy
  3. That first bug with trying to run the converter again is a simple on. Its an error with autohotkey (the programing language I'm using) and it means that there are two of those windows because the other one is just on hide and is not actualy destroyed, so I will fix that.I will work on the templates, it will be simple.As far as syntax highlighting goes, the text area is just a simple edit control, and the only other control that I could even possibly use from a dll would be a Rich Text Edit, and syntax highlighting for that is quite slow I think, maybe there is a scintilla or somethings but I doubt it.The bug with the color picker is that the function returns -1 I'm assuming when its canceled and I should have put something to check for that and close that window.As for the last bug, its mainly for just typing somewhere else or viewing somewhere else, not really to use for much else.1. An installer? This scripting was mainly to test myself and show to the autohotkey community, that's also why the .ahk scripting are there, it is all the uncompiled code. 2 and 3. easily doable.4. I guess I could tweak it5. Sure, I've also recently added contacts menu and a recent files area in file menu, but not a revert, I might work on that.6. Word Wrap.... Sure7. Meh... I would need to worry about another timer other than the statusbar's, but I guess I could.8. I will just eliminate the window and have it Control, EditPaste what was highlighted using some sort of clipboard manipulation to get the highlighted text then revert the clipboard to its previous contents.9. Error in my code, talked about it above10. I'm ok with it being there for now.11. Yea it just does Run, http://exampleurl.com so that you run the thing in your default browser. Check-menu is something I've never used, but now is a good time to try. But I don't know how to detect an individual's browser's they have. Maybe have them give a path but that's a bit troublesome12. talked about13. talked about14. Nothing, its a default with autohotkey's traymenu. I haven't added anything to it so it isn't custom.15. I could record tabs and such but it is inefficient.16. Just double press the corrosponding number, I use it as a guideline.17. I would love to do that, but as explained above is very hard.When I update the program and you use it next, a window will appear showing you that an update is available, as well as the features of the new version and the link to get to there.
  4. Look at my editor and post comments in this link: http://w3schools.invisionzone.com/index.php?showtopic=11497Its not professional, of course, but I like it because I made it.
  5. Ok I'm updating just the link that I give you so just read about the program there, but respond here. I have made a little program and has many features and is useful for html.Here is the link:http://www.autohotkey.com/forum/viewtopic.php?t=16786If any of you are interested in learning autohotkey, go here.Please do reply. Also do not move the actual .exe program, make a shortcut, because it won't work very well and you will probably get errors. Enjoy.
  6. Yes I've looked on IE, I hate it now because of that.
  7. http://www.autohotkey.net/~Elevator_Hazard...plate1HTML.htmlTell me what you think. Its quite wide but that's because of the css I'm showing that is in it.... Its on an external style sheet and some of the links are long for the images so the template is a bit wide.
  8. The autohotkey forums do this. Why shouldn't we? We have an even greater need. The big cheeses of this site should add in a little website called w3schools.net or something for space to upload files, create websites, and such. You could easily make it better by actualy letting it be a .css file too, unlike freewebs :)Of course, this might cost too much money...But its a nice success on http://www.autohotkey.com/forum for uploading programs and having webspace for people.
  9. Well... Is anyone else having this problem? Well, I had a slight problem with the site not working earlier today... I just had to refresh. It was crappy looking, no dropdown bar, just white background, and no banner, the links were all on a list... Maybe its not working for a lot of people....
  10. I need it in a fixed location for all links you hover over. But I might be able to edit it how I please. Thanks.
  11. I'm making a template for who knows what and I would like it so that when you hover over a link, (they are on table cells and change colors when hovered over) information will appear in a box somewhere else. Like say you hover on the Link1, the box like... to the right of the link bar will then be filled with info on the link... I'm thinking I could do this through hiding a cell and/or using z-index. Maybe not. please help
  12. Perhaps you have images blocked from www.photobucket.com... Also, dot.tk is pretty annoying I've heard... They say its crappy and is a virus generator. You can do http://www.freewebs.com/hazardzone101 for my site as well. I think.
  13. I have made two websites. I guess it isn't entirely necessary for the autohotkey.net one, but I didn't want to use file share websites to show people on the autohotkey forums my programs... Anyway I want to know what you think of them, they are both under some contruction, and hazardzone.tk just got a new style sheet I made.Here they are:1:www.hazardzone.tk2:www.autohotkey.net/~Elevator_HazardAlso you can check out the programs I made if you want Autohotkey is a great way to learn how to program other things.
  14. Here is the problem I can't make it work... It works fine before I upload it too! I took the tryit off of w3schools and changed its things so it should work from anywhere on web but it doesn't work. I did get a little thing put into the html code displaying that this form is unoporational... and in the code it had a comment or something about provisional users, but I deleted it because I'm stupid... I shoulda left it up...Pleaes help
×
×
  • Create New...