home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Ask a Tech Support Question (free)!

Test request, and a question

Reply
Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 2368
Discussions: 200,942, Posts: 2,379,330, Members: 246,305
Old July 4th, 2006, 07:09 PM   Digg it!   #1 (permalink)
Member
 
daedreem's Avatar
 
Join Date: Jan 2006
Location: Texas, Y'all.
Posts: 139
Test request, and a question

With the assistance of Large Nostril and others from this forum, I am working on a system of Dynamic Link or information content.

When I was first testing the coding I was given, it would not work on either my PC or my husbands, but I was able to get it running on mine, and my husband recently re-installed Windows, and it now works for him.

I would like to have as many people test my testing page as possible before I take the new system live, to make sure the general public will not have difficulties in accessing my content.

Please visit My TEST page and give me a critique on the appearance and usability?

-Also, in addition to the Linking system, I've added something new site wide, and wondered if anyone can suggest a better way to do it.
Since so much of my content is Images, for instance images stating "child abuse prevention", and I do not want to add long strings of text describing not only every image itself, but the kind of content the link image is directed too, I was worried about what to do to make my site pull up search results... What I just did to fix this as invisibly as possible, I added keywords in size 1 font the same color as my background in a 3rd column on the page I'd originally added just to make the page center correctly.
The problem with this, is it is already rather long, and as I add in new keywords, will get even longer, stretching my page length out further.
Is there any way to make these keywords be read by the search-bots, but not print on the screen at all?
daedreem is offline   Reply With Quote
Old July 4th, 2006, 11:22 PM     #2 (permalink)
Perfetc Member
 
VHockey86's Avatar
 
Join Date: Jan 2003
Location: Maryland Suburbia
Posts: 4,334
You could use the META tag with keywords to help with SEO, but some search engines claim they do not support the tag anymore. I know yahoo still officially supports it.

Do some reading on SEO (search engine optimization) and you'll probably fine a solution that works better than littering your page with tiny text.

In terms of the actual site...I seem to be missing the big picture. You say "dynamic linking system", but what exactly are you trying to achieve? All I noticed were some link pictures that resized when you clicked on them.
VHockey86 is offline   Reply With Quote
Old July 4th, 2006, 11:34 PM     #3 (permalink)
Anime Otaku
 
RobRich's Avatar
 
Join Date: Oct 2001
Location: Tampa, FL USA
Posts: 108,970
Blog Entries: 15
I broke your code with just a few mouse clicks. You need to validate the HTML coding. Some images and links are defined with [url] and [IMG] tags, which are not valid HTML. You need to change those to <A HREF=""> and <IMG SRC=""> tags.

By search results, are you referring to search engines like Yahoo! and Google. If so, you can insert "hidden" image descriptions by using an <IMG> tag attribute - <IMG SRC="image_file_name" ALT="image_file_description"> to be exact. The text string describes the image, plus serves as a placeholder reference for the image - important for text browsers or people that surf with images disabled.

http://www.htmlhelp.com/reference/html40/special/img.html

Robert Richmond
RobRich is offline   Reply With Quote
Old July 5th, 2006, 02:41 AM     #4 (permalink)
Member
 
daedreem's Avatar
 
Join Date: Jan 2006
Location: Texas, Y'all.
Posts: 139
Quote:
Originally Posted by RobRich
I broke your code with just a few mouse clicks. You need to validate the HTML coding. Some images and links are defined with [url] and [IMG] tags, which are not valid HTML. You need to change those to <A HREF=""> and <IMG SRC=""> tags.

By search results, are you referring to search engines like Yahoo! and Google. If so, you can insert "hidden" image descriptions by using an <IMG> tag attribute - <IMG SRC="image_file_name" ALT="image_file_description"> to be exact. The text string describes the image, plus serves as a placeholder reference for the image - important for text browsers or people that surf with images disabled.

http://www.htmlhelp.com/reference/html40/special/img.html

Robert Richmond

Um.. RobRich.. the only BB code on that page is what I put there specifically in the bottom section, for people to copy out the content...
Are you talking of the images below this section?

Quote:
Want to help me spread the word? Link to this site!
Choose one of the following graphics, then click to display the codes.
Choose HTML, Bulletin Board Code,
~ or ~
if you are enrolled in the Cafe Press Affiliate program, choose the affiliate friendly version HTML, Bulletin Board Code

What happens here, is when you click an image, it shows you the necessary coding to display the image and link on your own site, blog, or forum... Where it shows the coding there is SUPPOSED to show as coding... not graphical.

As far as the Image 'alt' tags, as I stated I wasnt more keywords than would fit comfortably in an 'alt' field... I already have the actual alt tags in place with the names of the stores the picture link goes too... I just want google to know more than "GAMER d20 STORE", etc.

Vhockey mentioned the Meta Tags, but as he mentioned, some search engines claim they only pull searchable content from the page itself now, and ignore the keywords in the Meta tags. That's why I'm trying the 'fine print' thing.


-What I'm calling Dynamic linking, is catagories of products (top level image) that when clicked on drops down the subcatagory of product (second level image, and larger to be seen easier), with a link to the actual store.

If you click the second image, you will reach my products.
(i'll be changing many of the images later to show more product verses just more wording)

Perhaps my name for it is confusing, but I'm calling it dynamic linking, because as you make a selection, the content changes... which i think would be described as 'dynamic' .. and then you have links.

Of course the second half of the test page is still dynamic, but has no links, so is perhaps a misnomer.

Thanks for the help guys... and please reply again!

Last edited by daedreem : July 5th, 2006 at 02:49 AM.
daedreem is offline   Reply With Quote
Old July 13th, 2006, 07:35 PM     #5 (permalink)
Member
 
daedreem's Avatar
 
Join Date: Jan 2006
Location: Texas, Y'all.
Posts: 139
No replies folks?
daedreem is offline   Reply With Quote
Old July 14th, 2006, 12:26 PM     #6 (permalink)
Anime Otaku
 
RobRich's Avatar
 
Join Date: Oct 2001
Location: Tampa, FL USA
Posts: 108,970
Blog Entries: 15
If the BB code is there for a reason, then your page is fine. All I did was skim the format, not really the content. I suggest increasing the content width and using a more uniform text format, but that is a personal preference.

As for increasing GoogleRank beyond using basic META and ALT tags, you getting into SEO (search engine optimization), which I do not publicly discuss in any great deal due to a non-disclosure agreement I currently have in effect. For example:

http://search.yahoo.com/search?p=sit...&cop=&ei=UTF-8

Compare the number of indexed pages versus most other similar size technical community sites.
RobRich is offline   Reply With Quote
Old July 14th, 2006, 03:50 PM     #7 (permalink)
Member
 
daedreem's Avatar
 
Join Date: Jan 2006
Location: Texas, Y'all.
Posts: 139
Yeah... that's a lot of listings.. LOL

Well, I guess 'll have to see whether or not my page improves a bit with google then... I currently only have 2 pages shown when searching my domain.
daedreem is offline   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads
Thread Thread Starter Forum Replies Last Post
Request: One On One Help J1mmy Webmastering and Programming 0 March 25th, 2006 07:31 PM
drug test question teengeek88 IMO Community 33 July 14th, 2005 07:24 PM
Memory test question??Help..Pls one918 General Tech Discussion 5 December 10th, 2003 03:34 PM
A Request ms2001 Webmastering and Programming 0 May 5th, 2003 12:41 PM
Modem test ? Test number? amdkt7 General Tech Discussion 12 April 7th, 2002 02:28 PM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Making Health Care Worse (159)
The disrespect of Obama by Russian .. (14)
Wireless Televisions. (11)
windows 7 problem (7)
CPU fan stops spinning randomly (8)
Regular Build (6)
Is the PSU I received dead? (11)
Print spooler problem (15)
HIS HD5770 graphic card question (15)
windows vista security holes (9)
Install XP pro and a Vista laptop ?.. (11)
Foreign voltage (10)
Dept. of HS: NSA 'Helped' Develop V.. (15)
A good PSU? (10)
Recent Discussions
BSOD On Startup (ntoskrnl.exe) (2)
Print spooler problem (15)
Laptop with wireless problem. (1)
Wireless Televisions. (11)
Have you switched yet? (86)
Asus P4G8X Mobo (5)
screen resolution vs monitor size (2)
radeon x850xt platinum & shader 3 (4)
sms storage to PC (0)
Regular Build (6)
Open With ..... Win7 (0)
java code for fibonacci (1)
[F@H SPAM 11/16/09] ! 1/2 months to r.. (35)
windows 7 problem (7)
CPU fan stops spinning randomly (8)
Partition Magic caused HDD problem (3)
Is the PSU I received dead? (11)
Point and Shoot Camera Suggestions. (2)
Modern Warfare 2 freeze (13)
wireless user (1)
World's largest Monopoly Game using G.. (332)
Ideal cheap graph card for PC-Gaming? (17)
BIOS won't read disk when I try to fl.. (0)
Install XP pro and a Vista laptop ?? (11)
Graphics Card Upgrade Question (1)


All times are GMT -4. The time now is 05:28 PM.
TechIMO Copyright 2009 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28