What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Website Help

Pages: (2): « First « 1 [ 2 ] Last »
Website Help
Author: Message:
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: Website Help
quote:
Originally posted by Sunshine
Why are you forcing reload? I personally don't like the flashing of that...
So that people have an up-to-date version of site cached.

quote:
Originally posted by Sunshine
I do agree on the page beeing too long tho (people most likely wil stop scrolling/reading halfway through)...maybe you can archive Old Blog Posts and Website Updates so it'll show a list with links instead of the whole posts.
They're just there. I dont even read them myself, and there isnt anything important there.
[Image: unled1uo.png]
Joined this forum 6560 days, 22 hours, 35 minutes, 4 seconds ago.



02-09-2007 11:18 PM
Profile PM Web Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: Website Help
ppl know how to refresh...

Urgent advice: Encode your mailto link...i had mine hidden behind my name on mine and spambots still managed to grab my addy...i used http://www.syronex.com/antispam/ to encode mine..but ofcourse my addy is still in the database of those spammies :( (no, i don't wish to alter my addy..i will bounce the messages hopin my addy will be deleted from their db).

This post was edited on 02-09-2007 at 11:24 PM by Sunshine.
[Image: 25dr3o9]
02-09-2007 11:22 PM
Profile E-Mail PM Web Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: Website Help
quote:
Originally posted by Sunshine
ppl know how to refresh...

Urgent advice: Encode your mailto link...i had mine hidden behind my name on mine and spambots still managed to grab my addy...i used http://www.syronex.com/antispam/ to encode mine..but ofcourse my addy is still in hthe database of those spammies :( (no, i don't wish to alter my addy).
Code obtained. I will update as soon as I get to it.

Though, I am looking for a reasoning for this.
quote:
Originally posted by Nagamasa
A few pages (i.e., Fonts) do not align properly with the other pages, yet the code is the same in Firefox, but is correctly aligned in IE7.
[Image: unled1uo.png]
Joined this forum 6560 days, 22 hours, 35 minutes, 4 seconds ago.



02-09-2007 11:39 PM
Profile PM Web Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: Website Help
It would help if you told wich pages. Also it's fairly impossible to make a site look exactly the same in all browsers as the rendering is different (feel free to compare my site in various browsers and you will notice slight differences even tho i try to make them as cross-browser compatible as possible). Just make sure the tags are nested properly and play with margins if you have to. I just converted my site from a table layout to a div layout (with minor design difference) and had quite a few problems with the rendering differences too (i designed my own, not used a template or a fancy designing program).

This post was edited on 02-09-2007 at 11:55 PM by Sunshine.
[Image: 25dr3o9]
02-09-2007 11:54 PM
Profile E-Mail PM Web Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: Website Help
quote:
Originally posted by Sunshine
Also it's fairly impossible to make a site look exactly the same in all browsers as the rendering is different (feel free to compare my site in various browsers and you will notice slight differences even tho i try to make them as cross-browser compatible as possible).
No, I mean that in Mozilla Firefox, pages shift. Compare school and index and information, and you see it move...it looks ugly...

Sorry for making you confused!
[Image: unled1uo.png]
Joined this forum 6560 days, 22 hours, 35 minutes, 4 seconds ago.



02-10-2007 12:03 AM
Profile PM Web Find Quote Report
Rolando
Veteran Member
*****

Avatar
Santasend

Posts: 1325
Reputation: 52
33 / Male / Flag
Joined: Feb 2006
RE: Website Help
You should make the Pictures link open in a new window, naga.
[Image: sigxmascopy.png]
02-10-2007 12:05 AM
Profile PM Find Quote Report
Eddie
Veteran Member
*****


Posts: 2078
Reputation: 30
32 / Male / Flag
Joined: Oct 2005
Status: Away
RE: Website Help
quote:
Originally posted by q25
You should make the Pictures link open in a new window, naga.
yes i agree, and also links should also open in a new window, well i think it would work better that way :) otherwise its great in my opinion.

Edit: 800 Posts :D

This post was edited on 02-10-2007 at 03:29 AM by Eddie.
02-10-2007 03:29 AM
Profile PM Web Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: Website Help
quote:
Originally posted by Nagamasa
No, I mean that in Mozilla Firefox, pages shift. Compare school and index and information, and you see it move...it looks ugly...

Sorry for making you confused!
I see what you mean now, the header images aren't at the same hight on all pages. They move in IE too..theres also something wrong with the image on the School page (in IE, a white line).

Index
code:
<!--
blockquote {
background: #f7f7f7;
padding: 10px;
margin: 5px 0;
}
all other pages
code:
<!--
blockquote {
background: #f7f7f7;
padding: 15px;
margin: 5px 0;
}
See the difference? ;)

This post was edited on 02-10-2007 at 11:48 AM by Sunshine.
[Image: 25dr3o9]
02-10-2007 11:42 AM
Profile E-Mail PM Web Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Website Help
The whole refresh thing is really annoying. You could use the .php extension which would resolve the cache issues *-).
[Image: sig.png]
02-10-2007 12:43 PM
Profile PM Web Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: Website Help
quote:
Originally posted by q25
You should make the Pictures link open in a new window, naga.
Done!
quote:
Originally posted by hmaster
The whole refresh thing is really annoying. You could use the .php extension which would resolve the cache issues *-).
Too noob to do it...unless someone wants to do it for me.
quote:
Originally posted by Sunshine

See the difference? ;)
I know that...but thats because I modified it on Wednesday...and this was happening before that...I'll fix it.
quote:
Originally posted by Sunshine
I see what you mean now, the header images aren't at the same hight on all pages.
I'll see what I can do with the images...but cant I stretch/shrink it to a height desired?
quote:
Originally posted by Sunshine
School page (in IE, a white line).
Appearing fine in Firefox.

EDIT: I need help with the javascript coding, as I cannot get the Contact Me button the same as the other 2 links...

This post was edited on 02-10-2007 at 10:13 PM by Nagamasa.
[Image: unled1uo.png]
Joined this forum 6560 days, 22 hours, 35 minutes, 4 seconds ago.



02-10-2007 03:42 PM
Profile PM Web Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On