Printer Friendly Version Print this thread
Email this thread to a friend eMail this thread to a friend
Related Forum Posts
  1. How google give page rank to web site (In: Google)
  2. How do I tell when MSN has cached my page? (In: MSN Search Engine)
Featured Web Site Template

Hundreds More at Free Site Templates.com!

Web Site Partners
Sponsored Links
Jet City Software
 
Whos Here ?
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
Moderator(s): Prowler, jcokos
Member Message

jo23
Joined: Feb 09, 2004
# Posts: 15

View the profile for jo23 Send jo23 a private message

Posted: 06/07/2004 12:40 am
Edit Message Delete Message Reply to this message

We have a Customer Support page at
http://www.name_of_site.com/supreq.php?r=1024&t=support
The dynamic bit is r=1024 for a resolution of 1024x768 (we detect the users resolution and send them to the optimized page for their resolution). So if their resolution was 800x600 the link would be
http://www.xcase.com/supreq.php?r=800&t=support
or for 1280x1024:
http://www.xcase.com/supreq.php?r=1280&t=support
THE QUESTION:
We want to add a link in an html email that we will send to our users, where we write "Please contact SUPPORT" and the word SUPPORT will link to the above page. What link to do we use i.e. is there one link that will be able to link to the above page, whichever resolution the user has?



successco
Joined: May 13, 2004
# Posts: 26

View the profile for successco Send successco a private message

Posted: 06/07/2004 01:37 am
Edit Message Delete Message Reply to this message

What about having two HTML mail versions, one for each screen resolution and then just using an if / else statement inside the php for sending either one or the other?



Code: [copy]





Not sure if this actually helps, but trying anyway. :)




jo23
Joined: Feb 09, 2004
# Posts: 15

View the profile for jo23 Send jo23 a private message

Posted: 06/07/2004 05:21 am
Edit Message Delete Message Reply to this message

Thanks for the reply. However I am not sure that will do the trick. What I need to know is how to link to a page called supreq.php from within a simple html page. For example I would usually just write http://www.mysite.com/supreq.php and the person would click on that and go to the php page. However since that php page is dynamic and has 3 different flavors, depending on the users resolution, I need to use a link like:
http://www.mysite.com/<each users specific flavor of> supreq.php
My question is whether there is some way of writing a single link like this that will go to the correct page whatever the users particular flavor (resolution) is.



davaddavad
Joined: Aug 02, 2001
# Posts: 928

View the profile for davaddavad Send davaddavad a private message

Posted: 06/07/2004 01:27 pm
Edit Message Delete Message Reply to this message

you could use a drop down option form box to let the user pick their own resolution in html other wise you need server side solution such as the php example as above. hth dave



NEntropy
Joined: Dec 08, 1999
# Posts: 1117

View the profile for NEntropy Send NEntropy a private message

Posted: 06/08/2004 09:02 pm
Edit Message Delete Message Reply to this message

Maybe use a javascript code that will redirect to the correct page?



sirnitti
Joined: Feb 02, 2007
# Posts: 1

View the profile for sirnitti Send sirnitti a private message

Posted: 02/02/2007 12:14 pm
Edit Message Delete Message Reply to this message

Given the fact that the formula for PageRank (see definition below) is PR(a) = (1-d) + [ PR(T1) / C(T1) + … + PR(Tn) / C(Tn) ], the more outbound links your sites has the higher the divider --C(T1), resulting in a lower page rank, unless you have overwhelming inbound links or links from other sites to yours.

However, it is good practice to internal link or crosslink within your site. Make sure these links are relevant links from one subject to another related subjects. For example, link the Fruit Page to the Apple and Orange pages. Do not link Food Page to the Text Book Page. This is considered non-related linking, which is a bad, bad thing since Google is all about relevance or so the theory states.

Lets talk about external or outbound links. They are good too, but keep in mind the more links you have out to another site the lower your PageRank is. Do the math. The higher the denominator the smaller the value. But then who care, PageRank is only a multiplier of the Relevance-Ranking Algorithm right;-) If all other things are right, then what is it in a multiplier.


What is PageRank

Page Rank is the “sum of the PageRanks of all pages that link to it (its incoming links), divided by the number of links on each of those pages (its outgoing links) (Rael Dornfest—“Google Hacks, 3rd Ed) In depth book on how the back-end of Google technology works. Best I read yet.




g1smd
Moderator
Joined: Jul 28, 2002
# Posts: 10181

View the profile for g1smd Send g1smd a private message

Posted: 02/03/2007 03:40 am
Edit Message Delete Message Reply to this message

You must keep both of those URLs out of Google's index, and strive to only get the canonical www.domain.com/supreq.php?t=support format listed.

The other formats are duplicate content and a user arriving at the 1024 resolution page directly from a search results page, but who has only 800 resolution, has still been inconvenienced despite your plans to serve separate content.

You should investigate CSS for styling, and base sizing on percentages. Having multiple URLs for the same content is a very very bad idea.




You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
  1. You have not yet logged in, or registered properly as a member
  2. You are a member, but no longer have posting rights.
  3. This is a private forum, for which you do not have permissions.

If you are a recent member, it's possible that you simply have not yet confirmed your account. Please check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions contained within.

If you cannot find this message, click here to Re-Send it.

If you are still experiencing problem, please read the Login Assistance Article for some advice on what may be causing your login not to work properly.

Switch to Advanced Editor and ... Create a New Topic or Reply to this Thread

New posts Forum is locked
© 1995  ·  iWeb, Inc  ·  DBA JimWorld Productions