This is a discussion on "Image Map Editor needs testing" within the Graphics and 3D section. This forum, and the thread "Image Map Editor needs testing are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Image Map Editor needs testing
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
Image Map Editor needs testing
A while ago a friend of mine was working on a website for the RPG Final Fantasy. He was using html image maps to interlink the maps, outline areas, and place shops/quests/etc. After watching him try out a large number of crappy freeware image mappers and using up the trial periods on a couple better image mappers that costed way too much, I decided to try and write a decent freeware version myself. After a couple weeks of coding and beta-testing I now have a first release version finished.
It's written in C# (requires the .NET Framework 2.0) and I'm releasing it under the terms of the GNU General Public License. I'd appreciate it if you all could check it out, test it, and give me feedback about bugs, improvement suggestions, and (compliments). It is available for download at http://www.c010depunkk.com/?page=ImageMapEditor. I hope it will be useful for at least a few people, so enjoy.
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
|
|
||||
|
Re: Image Map Editor needs testing
Interesting. Image maps are a rather out of date, though.
|
|
||||
|
Re: Image Map Editor needs testing
huh? check out http://www.ff12maps.com and say that again. Are there alternatives using css or javascript?
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
||||
|
Re: Image Map Editor needs testing
|
|
||||
|
Re: Image Map Editor needs testing
yea, yea. Stu and his divs.
Hello, people, i wanted feedback on the program, not the concept. Comments about the fact that image maps are out of date don't really help me. Even if you can't believe it, there are people who use this kind of thing and I'm trying to help them. TX!
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
||||
|
Re: Image Map Editor needs testing
Yea, ok man. No stress.
By the way, if you want a program that does a specific task then feel free to contact me and i'll give it a bash.
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
|||
|
Re: Image Map Editor needs testing
can you get a program to make me a website just by thinking about it ? couse some of the ideas i have are great but when i jot them down they never look as good ... lol ill pay you all the money i have *pulls out wallette* here have 23p
|
|
||||
|
Re: Image Map Editor needs testing
Haha, I'd pay top dollar for that, too.
|
|
||||
|
Re: Image Map Editor needs testing
While I like that you did this and some will indeed find it useful, most apps i.e. Homesite, Dreamweaver etc have image map tools already integrated. Now if you could make one to do image maps with css stylee I would be all up on promoting that.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: Image Map Editor needs testing
do you have an example for me? All I'd have to do is change the code where I generate the html. But, as far as I can tell, css image maps only support rectangles. Right? Wrong?
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
||||
|
Re: Image Map Editor needs testing
Yeah, for all general purposes, rectangles only. You could technically have a whole bunch of small rectangles to make a circle, but that would just be stupid.
|
|
||||
|
Re: Image Map Editor needs testing
Ok, I'll give it a bash and add a mode for generating the current map as an image map with css. I'd appreciate some examples of validated code.
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
||||
|
Re: Image Map Editor needs testing
Basically, you would need just a few things. You'd need the size of the container "the image" in terms of image maps and the sizes and positions of the rectangles inside it. This is a basic example:
|
|
||||
|
Re: Image Map Editor needs testing
A lot of people use the <dl> and <dt> tags to make css image maps. Which version better?
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
Last edited by c010depunkk; Apr 24th, 2007 at 12:55. |
|
||||
|
Re: Image Map Editor needs testing
Unordered lists would be okay, but I cannot imagine a definition list ever being used in an image map...
|
|
||||
|
Re: Image Map Editor needs testing
Which characters are illegal in a css class name?
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
||||
|
Re: Image Map Editor needs testing
eh http://www.newguyinennis.com/samples/imagemap-sample/ not the end all but functional, I should modify/update it.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: Image Map Editor needs testing
I don't believe you can start a class or ID with a number. I also don't use capital letters, but some people do. Just stick to lowercase letters.
|
|
|||
|
Re: Image Map Editor needs testing
It's ok lol can't find anything wrong with it apart from some of the help contents won't load but probably just my computer lol apart from that it is good.
|
![]() |
| Tags |
| image map editor |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| graphics editor | goldy | Graphics and 3D | 13 | Sep 4th, 2007 02:10 |
| looking for a php editor | ppgpilot | PHP Forum | 5 | Nov 6th, 2006 15:26 |
| JavaScript editor | snowbydave | JavaScript Forum | 1 | Oct 27th, 2006 05:16 |
| Editor with ASP??? | simontheu | Classic ASP | 10 | Sep 7th, 2004 07:27 |