geommunity.net ?? / Cache Page creation

Discussion about anything geocaching tech related! GPS Units, PDA's, Paperless Caching, etc. (For NWOGEO web issues, please use "Website Related Forums".)

Moderator: Steering Committee

User avatar
Flooder
Regular Poster (100 - 199 posts)
Posts: 134
Joined: Tue 2005-10-25, 00:00:00
Location: Wish I was in Aroostook County

geommunity.net ?? / Cache Page creation

Post by Flooder »

It's been a while since I have created a cache, but when I did I liked using the Cache Editor 2.0 that geommunity.net had.

I didn't poke around their site for anything else but they now appear to be dead.

I am sure that the computer nerds all use Front Page or something to create their pages. Even though I probably fit that category I'd rather use something overly simple. What is everyone else doing? Hand coded html? Some other WYSIWYG editor?
[url=http://www.geocaching.com/profile/?A=346139:36g34h2k][img:36g34h2k]http://www.geocaching.com/stats/img.aspx?txt=Does+it+work+now?&uid=91b64d94-7f7f-4f21-b54c-21a22984e3f5&bg=2[/img:36g34h2k][/url:36g34h2k]
User avatar
Mr.BBD
Mega Poster (500 - 999 posts)
Posts: 511
Joined: Thu 2005-08-11, 00:00:00

Re: geommunity.net ?? / Cache Page creation

Post by Mr.BBD »

HTML? WYSIWYG?

KISS, just fill in the blanks.
[url=http://www.geocaching.com/profile/?A=223411:24w1fwsy][img:24w1fwsy]http://img.groundspeak.com/stats/img.aspx?txt=88-83+OH-MI&uid=819531db-4c7c-4812-849a-890a3ca03d7a&bg=1[/img:24w1fwsy][/url:24w1fwsy]
User avatar
ScouterJoe
Super Level Poster (1k - 1999 posts)
Posts: 1216
Joined: Wed 2006-04-26, 00:00:00

Re: geommunity.net ?? / Cache Page creation

Post by ScouterJoe »

Me too, I just fill it in. If I knew how to do more, I might, but I suspect I'm just a bit to lazy for that.
Image
User avatar
GizmoGuy411
Uber Level Poster (2k - 2999 posts)
Posts: 2085
Joined: Sat 2003-05-03, 00:00:00
Location: Midwest U.S.A
Contact:

Re: geommunity.net ?? / Cache Page creation

Post by GizmoGuy411 »

Yep... FrontPage here most of the time. It allows me to edit directly in code or in WYSIWYG.

I also used to use Mozilla's Composer, which is now dead. It has been taken over by SeaMonkey Compozer.

Curious that you ask, because I JUST today downloaded the SeaMonkey Suite to check out the Composer part of the suite. http://www.mozilla.org/projects/seamonkey/

I've been toying with the idea of having an "HTML for Geocachers" class, and would need a free WYSIWYG HTML editor such as Composer for everyone.

Update: The Mozilla Composer and then the SeaMonkey Composer was supplanted by the NVU Editor, and then by the KompoZer HTML Editor.
Last edited by GizmoGuy411 on Wed 2009-10-07, 07:19:29, edited 4 times in total.
Image
User avatar
Flooder
Regular Poster (100 - 199 posts)
Posts: 134
Joined: Tue 2005-10-25, 00:00:00
Location: Wish I was in Aroostook County

Re: geommunity.net ?? / Cache Page creation

Post by Flooder »

I'll give Sea Monkey a ride. Hopefully there aren't gender switches like those "horses".
[url=http://www.geocaching.com/profile/?A=346139:36g34h2k][img:36g34h2k]http://www.geocaching.com/stats/img.aspx?txt=Does+it+work+now?&uid=91b64d94-7f7f-4f21-b54c-21a22984e3f5&bg=2[/img:36g34h2k][/url:36g34h2k]
User avatar
GizmoGuy411
Uber Level Poster (2k - 2999 posts)
Posts: 2085
Joined: Sat 2003-05-03, 00:00:00
Location: Midwest U.S.A
Contact:

Re: geommunity.net ?? / Cache Page creation

Post by GizmoGuy411 »

Some considerations when using HTML code at GC (geocaching.com) and when using HTML Editor programs.

Don't worry about stripping out the unused HTML Elements created by a WYSIWYG editor. Just copy the entire code and paste it. GC will ignore what it does not want or like.

The <div> and <span> HTML Elements however, can make a mess of your cache page. If your editor can turn them off, do so. If not, review any attributes declared within them and move the attributes to be part of other existing HTML Elements as necessary, before deleting them.

The <embed> HTML Element is now ignored. So no cute background music anymore.

The <iframe> HTML Element is ignored. So no cute scrolling windows inside of windows.

Other HTML Elements that could compromise the security and integrity of the GC site are also ignored.

HTML Tables work fine. Just watch how you define the widths. Try to avoid using pixel values and use percentages instead if you really need to control column/cell widths. If possible, simply remove any width attributes that your editor inserts.


The <body> HTML Element is now entirely ignored by GC, so the previously used "background" attribute will no longer work. Instead, the GC cache edit page now has a place where you can enter the address for a background image. However background images only appear around the very outside edges of a cache page. Interesting special effects such as colorized pages, and watermarks can be included with the cache page itself by enclosing part or all of the cache page within an HTML <table> Element.

Use the bgcolor=" " attribute, for a colorized background or the background=" " attribute for a watermark within tables to create these effects. These attributes can be used within the <table> Element or just with individual table cells (<td> Elements) with most modern browsers. Table attributes and cell can be used together, with cell attributes taking presedence over table attributes. Note that background attributes may fail with some non IE browsers.

Avoid copying HTML code from your existing GC pages back to your editor or to other cache pages, as you can get strange results. Instead, keep a master copy on your own computer, and always work from that copy. (Especially since the CTRL-A (select all), CTRL-C (copy), then CTRL-A (select all), CTRL-P (paste) sequence works so great anyway.)

Because 80%+ users use Microsoft IE, you don't need to worry too much about browser compatibility, except for IE based (such as AOL and MSN) and Mozilla Firefox (including SeaMonkey) browsers.

Also remember that Smart Phone and PDA uses may hate you for using HTML as they may not display your cache pages very well.

Here is a tiny free program that comes in very handy for making things fit right:
Image
Link: JR Screen Ruler


Update: The Mozilla Composer and then the SeaMonkey Composer was supplanted by the NVU Editor, and then by the KompoZer HTML Editor.
Last edited by GizmoGuy411 on Wed 2009-10-07, 07:54:40, edited 17 times in total.
Image
User avatar
yogi57
Super Level Poster (1k - 1999 posts)
Posts: 1275
Joined: Wed 2003-04-30, 00:00:00
Location: Leipsic, Ohio

Re: geommunity.net ?? / Cache Page creation

Post by yogi57 »

GizmoGuy411 wrote:Yep... FrontPage here most of the time. It allows me to edit directly in code or in WYSIWYG.

I also used to use Mozilla's Composer, which is now dead. It has been taken over by SeaMonkey.

Curious that you ask, because I JUST today downloaded the SeaMonkey Suite to check out the Composer part of the suite. http://www.mozilla.org/projects/seamonkey/

I've been toying with the idea of having an "HTML for Geocachers" class, and would need a free WYSIWYG HTML editor such as Composer for everyone.
Composer is dead? What shall I do now?
Last edited by yogi57 on Fri 2007-04-13, 08:51:43, edited 1 time in total.
Image
User avatar
EASYRN1
Moderate Poster (50 - 99 posts)
Posts: 68
Joined: Mon 2005-10-31, 00:00:00

Re: geommunity.net ?? / Cache Page creation

Post by EASYRN1 »

Mr. Incredible in Ft. Wayne has some awesome cache pages, he turned me onto to NVU, it's a WYSIWYG, with three layers done up automatically. I tried it several times with some sucess. Just copy and paste into the blanks on the GC page.
here's a link..
http://www.nvu.com/index.php
[url=http://www.geocaching.com/profile/?u=easyrn1:1zylpsmr][img:1zylpsmr]http://img.groundspeak.com/stats/img.aspx?txt=Shadrack+Benham+Was+Here!&uid=b00f9a8e-bf79-4457-9072-382cfef5641b&bg=1[/img:1zylpsmr][/url:1zylpsmr]
User avatar
GizmoGuy411
Uber Level Poster (2k - 2999 posts)
Posts: 2085
Joined: Sat 2003-05-03, 00:00:00
Location: Midwest U.S.A
Contact:

Re: geommunity.net ?? / Cache Page creation

Post by GizmoGuy411 »

EASYRN1 wrote:Mr. Incredible in Ft. Wayne has some awesome cache pages, he turned me onto to NVU, it's a WYSIWYG, with three layers done up automatically. I tried it several times with some success. Just copy and paste into the blanks on the GC page.
here's a link..
http://www.nvu.com/index.php
While SeaMonkey's Composer also has the various layer views, overall Nvu is much better.

After testing both, I noticed that Nvu looked very familiar. As it turns out, Nvu is based on the original Mozilla Composer. While SeaMonkey adopted Composer as part of their suite, it does not look too much different than the original Mozilla Composer.

Nvu on the other hand adopted only the Composer component and has enhanced it considerably. To add to its credibility, one of the original programmers for Mozilla Composer is now on the Nvu team.

Thanks for the heads-up on this EASY RN! If I ever do a class, Nvu will be my choice for a free WYSIWYG HTML editor.


Update: The Mozilla Composer and then the SeaMonkey Composer was supplanted by the NVU Editor, and then by the KompoZer HTML Editor.
Last edited by GizmoGuy411 on Wed 2009-10-07, 07:23:57, edited 2 times in total.
Image
User avatar
cheechgang
Obsessed Lvl Poster (3k+ posts)
Posts: 5721
Joined: Fri 2004-03-26, 00:00:00
Location: Monclova Township, OH

Re: geommunity.net ?? / Cache Page creation

Post by cheechgang »

GizmoGuy411 wrote: If I ever do a class, Nvu will be my choice for a free WYSIWYG HTML editor.
I know at least one person who would be interested in the class.
Image
Proud to be
Streak, GeoArt, Power Trail, and Lab Cache free
User avatar
EASYRN1
Moderate Poster (50 - 99 posts)
Posts: 68
Joined: Mon 2005-10-31, 00:00:00

Re: geommunity.net ?? / Cache Page creation

Post by EASYRN1 »

It is really easy to use. The first layer is whatever you want, font, color, pics, just like a document. Then the 2nd layer is html code, done automatically, and the 3rd is source code, automatically. I just do the page the way I want it, then copy the whole source code page and paste into gc.com page. You do have to replace the images source code location, by either uploading a copy to the page, or specifying a web page for the image. It's an easy way to get some color and range on your page.
Last edited by EASYRN1 on Fri 2007-04-13, 00:05:06, edited 1 time in total.
[url=http://www.geocaching.com/profile/?u=easyrn1:1zylpsmr][img:1zylpsmr]http://img.groundspeak.com/stats/img.aspx?txt=Shadrack+Benham+Was+Here!&uid=b00f9a8e-bf79-4457-9072-382cfef5641b&bg=1[/img:1zylpsmr][/url:1zylpsmr]
User avatar
ScouterJoe
Super Level Poster (1k - 1999 posts)
Posts: 1216
Joined: Wed 2006-04-26, 00:00:00

Re: geommunity.net ?? / Cache Page creation

Post by ScouterJoe »

cheechgang wrote:
GizmoGuy411 wrote: If I ever do a class, Nvu will be my choice for a free WYSIWYG HTML editor.
I know at least one person who would be interested in the class.
Make that two. Unless of course you were talking about me to start with.
Image
User avatar
istrum2
Infrequent Poster (1 - 49 posts)
Posts: 4
Joined: Thu 2007-11-08, 00:00:00

Re: geommunity.net ?? / Cache Page creation

Post by istrum2 »

OK, folks. I'm assuming you're all writing in English here, but I'm not sure. I want to know how to go into my cache homepage and just change the text -- color, font, etc. I don't know what HTML or any of those other things is. Is there a simple answer to a simple question here?!?!? Thanks!!
User avatar
GizmoGuy411
Uber Level Poster (2k - 2999 posts)
Posts: 2085
Joined: Sat 2003-05-03, 00:00:00
Location: Midwest U.S.A
Contact:

Re: geommunity.net ?? / Cache Page creation

Post by GizmoGuy411 »

istrum2 wrote:OK, folks. I'm assuming you're all writing in English here, but I'm not sure. I want to know how to go into my cache homepage and just change the text -- color, font, etc. I don't know what HTML or any of those other things is. Is there a simple answer to a simple question here?!?!? Thanks!!
See my reply here: http://nwogeo.org/Forums/viewtopic/p=23445.html#23445
(Link Fixed 10/14/08)
Last edited by GizmoGuy411 on Tue 2008-10-14, 15:28:54, edited 1 time in total.
Image
User avatar
BlackBrownDog
Obsessed Lvl Poster (3k+ posts)
Posts: 3181
Joined: Tue 2004-04-27, 00:00:00
Location: Elmore, Ohio

Re: geommunity.net ?? / Cache Page creation

Post by BlackBrownDog »

Gimzo: I'm coming up that the page you referred to doesn't exist.
Image
Locked