Code Masters...

Things that don't fit anywhere else...

Code Masters...

Postby Dean in Eureka, CA » Fri Aug 25, 2006 2:26 pm

Hmmm...
I was updating Nanny's Niche', getting things in order for the 2008 IRG 2.0 and I noticed that my links in the header for bg's teardrops.us, Grant's Destinations and Mike's T&TTT are gone. :(
I don't know if I did this, or if it happened during the server change that was made earlier in late July.
(It was probably me...)
I found the right file to edit, but I could sure use some coaching on the code side of things as to what needs to be edited in and just where the heck to put it... :oops:

Thanks in advance
User avatar
Dean in Eureka, CA
The Fogcrawler
 
Posts: 4997
Images: 69
Joined: Thu May 11, 2006 8:44 pm

Postby curiouswill » Fri Aug 25, 2006 2:29 pm

I dunno how to fix that (not experienced with that board providers) but my suggestion would be to make a sticky with the links for a temporary replacement and let everyone on the board knows about it.

This would be useful to keep until u have that link header issue cleared up :D

:EDIT:
could you tell me what code is this file in? if it is in HTML, javascript,CSS, or similar internet related codes; I migh be able to help you out by looking it up in the right place and explain what u need to do. PM me with info if u wanna me to check it out anyway. (try to copy and paste the code to the PM so I can look it up and maybe if possible I'll be able to edit and send u a revised one to copy and paste into your file)

:SECOND EDIT:
I won't be able to respond in a few hours cause I gotta go over to taco bell and finish filling out the employment form then once that is done I have to go out to another side of town to partipicate in the SCA heavy combat weekly practice meet.
User avatar
curiouswill
Teardrop Master
 
Posts: 128
Joined: Mon Sep 26, 2005 6:30 pm
Location: Colorado Springs, CO

Postby Dean in Eureka, CA » Fri Aug 25, 2006 2:58 pm

Good idea Will.
Here's a section of the code where I believe the editing needs to take place...


align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;
<!-- BEGIN switch_user_logged_out -->
&nbsp;<a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a>&nbsp;
<!-- END switch_user_logged_out -->
</span></td>
</tr>
<tr>
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
</tr>
</table></td>
</tr>
</table>

<br />



Good Luck with the job situation at Taco Bell!!! :thumbsup:
User avatar
Dean in Eureka, CA
The Fogcrawler
 
Posts: 4997
Images: 69
Joined: Thu May 11, 2006 8:44 pm
Top

Postby Dean in Eureka, CA » Fri Aug 25, 2006 5:23 pm

Problemo Solved!!!
Jack told me about the View Source feature...
Image
Jack U Da Man!!! :thumbsup:
User avatar
Dean in Eureka, CA
The Fogcrawler
 
Posts: 4997
Images: 69
Joined: Thu May 11, 2006 8:44 pm
Top

Postby Dean in Eureka, CA » Fri Aug 25, 2006 5:29 pm

Will,
Jack just gave me a shove in the right direction... :lol:

Jack,
About that outta sequence stuff...
Will's post says 3:29, he posted it about the same time I did at 3:23.

EDIT: This post too crowded in front of his... Weird.
User avatar
Dean in Eureka, CA
The Fogcrawler
 
Posts: 4997
Images: 69
Joined: Thu May 11, 2006 8:44 pm
Top

Postby curiouswill » Fri Aug 25, 2006 5:29 pm

i'm back cause the thunderstorm out there are cancelling the SCA meet (i think cause I'm not gonna check it out and risk breaking my hearing aid anyway).

Look like the links is back. did somebody figured it out and helped you fix the code or was it a issue wit the server or something?
User avatar
curiouswill
Teardrop Master
 
Posts: 128
Joined: Mon Sep 26, 2005 6:30 pm
Location: Colorado Springs, CO
Top

Postby nubwon » Fri Aug 25, 2006 6:55 pm

align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a>&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>&nbsp;
<!-- BEGIN switch_user_logged_out -->
&nbsp;<a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a>&nbsp;
<!-- END switch_user_logged_out -->
</span></td>
</tr>
<tr>
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
</tr>
</table></td>
</tr>
</table>

<br />

HUH???????? :? :duh
If your gonna be dumb, you gotta be tuff...
User avatar
nubwon
Teardrop Master
 
Posts: 178
Joined: Fri Oct 22, 2004 6:45 pm
Location: Louisiana
Top

Postby madjack » Fri Aug 25, 2006 7:09 pm

hey NUB...my thoughts perzacktly...reminds me of those chicken scratch "art" works :lol: .......................... 8)
...I have come to believe that, conflict resolution, through violence, is never acceptable.....................mj
User avatar
madjack
Site Admin
 
Posts: 15128
Images: 177
Joined: Thu Dec 02, 2004 5:27 pm
Location: Central Louisiana
Top

Postby Joseph » Sat Aug 26, 2006 12:52 am

madjack wrote:hey NUB...my thoughts perzacktly...reminds me of those chicken scratch "art" works

Kinda like a gal I used to know. She'd dip her ducks in paint & have 'em walk across the canvas. Sold 'em for amazingly big bucks, around $350 a pop.

She called it...







...wait for it...







Art Ducko.

Joseph
User avatar
Joseph
Teardrop Pirate
 
Posts: 1774
Joined: Fri Apr 16, 2004 5:21 am
Location: Excelsior Springs, MO
Top

Postby mikeschn » Sat Aug 26, 2006 6:02 am

Dean in Eureka, CA wrote:Will,
Jack just gave me a shove in the right direction... :lol:

Jack,
About that outta sequence stuff...
Will's post says 3:29, he posted it about the same time I did at 3:23.

EDIT: This post too crowded in front of his... Weird.


Okay, I see you got your code problem fixed.

I am going to submit a trouble ticket today for this out of sequence problem. Got a couple more examples handy?

Mike...
The quality is remembered long after the price is forgotten, so build your teardrop with the best materials...
User avatar
mikeschn
Site Admin
 
Posts: 19202
Images: 475
Joined: Tue Apr 13, 2004 11:01 am
Location: MI
Top

Postby Dean in Eureka, CA » Sat Aug 26, 2006 11:47 am

Mike,
Joseph pointed one out in Off Topic/Cali? with a refernce to the time stamp also...
I think there's another one in MJ's SCG thread too.

Ya know... I find that the html code stuff is actually pretty interesting. It's sorta like learning a foriegn lanuage, but not as tough because some of the stuff is in English.
User avatar
Dean in Eureka, CA
The Fogcrawler
 
Posts: 4997
Images: 69
Joined: Thu May 11, 2006 8:44 pm
Top

Postby curiouswill » Sat Aug 26, 2006 2:53 pm

I've just noticed the post mix-up. oh well.


Dean in Eureka, CA wrote:Ya know... I find that the html code stuff is actually pretty interesting. It's sorta like learning a foriegn lanuage, but not as tough because some of the stuff is in English.


Yeah HTML is pretty interesting to learn and i'm currently trying to get a graphic tablet so I can develop a web design graphic for my site so I can create my own custom button with some really good looking graphic. In the mean time my site still look amateurish.

But if you compare learning html to using a WYSIWYG (What You See Is What You Get) program (like a drag and drop web site creator) you could say that using your own code is like having no chaperone and thus having all the freedom to design your site exactly the way you like it to having a chaperone (the program) that limits your choices and only accrept certain way of arrangement. (hope you understand what I mean)

HTML are more similar to a cipher rather than another language cause you only need to know a few tags then you should be able to figure out a whole list of combinations on your own and to be able to use english inside it. (plus if you know html, you would then be able to understand a few other programming language as a side bonus such as CSS, Javascript, and similar web based language)

BTW my site is http://www.freewebs.com/radscientist
I need to add a section to the "about me" page so I can include my TTT plans and my other plans too.


(if anybody want, I can PM them a list of links to a couple good sites for learning HTML on your own (My HTML class in Colorado Technical University suggested those sites as a extra resource of reliable knowledge)
User avatar
curiouswill
Teardrop Master
 
Posts: 128
Joined: Mon Sep 26, 2005 6:30 pm
Location: Colorado Springs, CO
Top

Postby Nitetimes » Sat Aug 26, 2006 3:32 pm

You can pretty much do what you want if you have a basic understanding of HTML. I've been using it for years. You really don't even need to know a whole lot of it to get a nice looking site.
I did this one with basic HTML and Photo Impact.
They wanted clean and simple and that's what I gave them.
But you can go nuts with it too, I did this one for my brother years ago, needs updated really bad.
You can make them too busy to the point where a site becomes annoying.
Rich


Image
ImageImage
-
The strongest reason for the people to retain the right to
keep and bear arms is, as a last resort, to protect themselves
against tyranny in government.
- Thomas Jefferson -
Personally, I carry a gun because I'm too young to die and too old to take a butt kickin'.
User avatar
Nitetimes
7000 Club
7000 Club
 
Posts: 7909
Images: 194
Joined: Sat Feb 12, 2005 12:44 am
Location: Butler,PA
Top

Postby asianflava » Sat Aug 26, 2006 4:05 pm

I haven't done it in a long time but what I used to do was use a WYSIWYG page builder then toggle between the page view and the HTML view. I would get it close with the WYSIWYG interface then tweak it in with the HTML. Doing this also helped me get familiar with the HTML tags. The sad thing is, I've probably forgotten all of it.
User avatar
asianflava
8000 Club
8000 Club
 
Posts: 8412
Images: 45
Joined: Mon Aug 02, 2004 5:11 am
Location: CO, Longmont
Top

Postby bg » Sat Aug 26, 2006 5:27 pm

Dean, I'm guilty for removing the header links when I upgraded the pamplingrove forum.
Bobby(, Kim & Wayne)
bg
500 Club
 
Posts: 985
Images: 8
Joined: Fri Aug 20, 2004 11:11 pm
Location: Saginaw, TX
Top

Next

Return to Off Topic

Who is online

Users browsing this forum: Bing [Bot] and 2 guests