Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills

Notices

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming

Reply
 
Thread Tools Display Modes
Old 01-23-2009, 12:33 PM   #1 (permalink)
Family Member
 
Join Date: Sep 2008
Location: Bucharest, Romania
Posts: 1,370
bluedragon is on a distinguished road
Default Useless content filling the Web

Here's something I don't understand: there are so many topics on which, if you do a google search for a specific issue, you find nothing but crap.
For example, I researched for 4 hours now hot to make a simple 3-column css layout and kept running into useless pages. I finally found one that really taught me how to do it.
I researched for 1 hour how to make the background of my header fit its div, cause I'm gonna use a fluid layout. I finally ended up figuring it out myself, cause none of the pages I found on google actually were about that.
My problem is with websites content in general.
Is there no way for someone who creates useful advice on the internet, rank higher than everybody who creates deceiving webpages just to promote god knows what? I thought Search Engines were able to detect off-page criteria. For example, if 99% of visitors who run into a website, exit 2 seconds later because they realize it isn't what they were looking for, doesn't that site's rank go down? How come pages full of crap are able to rank in top-5 google results?

Last edited by bluedragon; 01-23-2009 at 12:36 PM.
bluedragon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-23-2009, 04:40 PM   #2 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 160
TheIronStar is on a distinguished road
Default

Because search engines can be gamed; note that taking such action is considered a basic business practice by many who have economic interest in a web site.

As for the relative usefulness of the various web sites out there, it could very well be that a user's personal utility function regarding any set of web sites could be Pareto-esque.
TheIronStar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-25-2009, 07:28 AM   #3 (permalink)
Senior Member
 
Join Date: Jan 2009
Posts: 708
Eric Roosevelt is on a distinguished road
Default

If a website has a high search engine ranking it usually just means that the webmaster is good at promoting his website. You shouldn't necessarily be clicking on the top five results. Sometimes it takes a bit of patience to find the best websites.
Eric Roosevelt is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-25-2009, 10:44 AM   #4 (permalink)
Banned
 
Join Date: Mar 2007
Posts: 93
Byron is on a distinguished road
Default

You're right! This is the result of darkworkers putting out inferior content just in order to gain traffic and money.

It's the equivalent of spam.

It's unfortunate that much of the content on the web is of low quality.


Remember back in the day, when the web was the new thing, and everything on it was by the ahead of the curve?


The web is now in the 'mass' phase, and includes the content generated by predators and snakes whose aim is to capitalize on the format.



In the future, there will definitely more categorization, in order to keep the clean content from the commercial, and the search systems will be updated to accommodate better distinction in quality of content.
Byron is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-25-2009, 12:47 PM   #5 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 326
ragtag will become famous soon enoughragtag will become famous soon enough
Default

I googled "css 3 column layout how to" and found an okay page on 3 column css layout. Viewing the source code of other pages can also be handy, although for big pages it can get pretty complex to understand what's gonig on.

When doing web coding I tend to have a few pages I use instead of google. The w3c pages for css and html (e.g. CSS Tutorial ) and php.net for php. Some of it might not be so easy for a beginner to grasp, but all the documentation you need should be there.

Yes there is lots of useless info on the web, but it's not really that hard to wade through or simply ignore. When it comes to coding it can also be hard to find stuff that's right for your level. While a beginner might need an entire article to explain something, a more advanced user might understand it from reading just a few lines. For the advanced user the article would be a waste of time, while for the beginner a short one paragraph explanation wouldn't make sense.
ragtag is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-25-2009, 03:52 PM   #6 (permalink)
Family Member
 
Join Date: Sep 2008
Location: Bucharest, Romania
Posts: 1,370
bluedragon is on a distinguished road
Default

I could make a page that would help both beginners and advanced - or send each one to another appropriate page But I'm not writing about css. I finally found a model I could just adapt, but others either didn't work, or pointed me to others to get the complete picture, or said they worked but only if you don't need a certain something etc I consider myself a very fast learner in terms of computer staff, and I still wasted 3 hours trying to make a 3 column template like the one currently on my site. anyway
bluedragon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-25-2009, 04:04 PM   #7 (permalink)
Senior Member
 
Join Date: Jan 2009
Posts: 708
Eric Roosevelt is on a distinguished road
Default

Quote:
Originally Posted by Byron View Post
In the future, there will definitely more categorization, in order to keep the clean content from the commercial, and the search systems will be updated to accommodate better distinction in quality of content.
I sure hope so. However, we should perhaps give the search engines a bit of credit. After all, I can find some things faster on the internet than I can find things on my own hard drive. But again, I think there is some work to be done, and I agree that things will probably improve as the internet continues to grow. They have to improve.
Eric Roosevelt is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-26-2009, 06:36 PM   #8 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Berlin, Germany
Posts: 8,749
Brutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud of
Default

Quote:
For example, if 99% of visitors who run into a website, exit 2 seconds later because they realize it isn't what they were looking for, doesn't that site's rank go down?
Google doesn't know how long people stay on a website. A lot of privacy advocates would call them evil if they tried to track things like that via Google Chrome or the Google Search toolbar.

Another aspect is that Googling is a skill that takes time to learn. Adding additional keywords and removing certain keywords can help you to filter out the right pages.
Brutha is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-26-2009, 07:53 PM   #9 (permalink)
Banned
 
Join Date: Jun 2008
Posts: 3,001
Daffy Duck will become famous soon enoughDaffy Duck will become famous soon enough
Default

I did a Google search for "3 column css site" and these were my top three results:

1. CSS Templates, Free CSS Website Templates, SSI-Developer.net

2. Max Design - Sample CSS Page Layouts

3. The Perfect 3 Column Liquid Layout: No CSS hacks. SEO friendly. iPhone compatible.

All of them seem helpful to me. What terms did you try? Brutha is correct -- Googling is a skill, actually.
Daffy Duck is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-26-2009, 08:10 PM   #10 (permalink)
Family Member
 
Join Date: Sep 2008
Location: Bucharest, Romania
Posts: 1,370
bluedragon is on a distinguished road
Default

Not if you're trying to create a 3-column liquid layout like mine, with fixed width left and right columns and liquid header and footer.
What happened is - many seemed helpful to me too, until I learned and applied one of them and got myself a 3-column layout where all the text crossed over from one column to the other. I thought I was wrong, and the simply copied the css from the example given and made a .css file, and realized that even for them, text simply was not contained within the columns. In other words, it was useless. I finally found one that worked, and all it took to apply it was 4 minutes. That - is what I call useful. The other pages were not able, in 4 hours, to convey to me what they were about and what they served for - they looked like the real deal, but they weren't it. Try other tricky google searches, and you'll see. I encountered situations like this many times before.
Quote:
Originally Posted by Brutha View Post
Google doesn't know how long people stay on a website. A lot of privacy advocates would call them evil if they tried to track things like that via Google Chrome or the Google Search toolbar.
strange, because this is one of the key points the SBI action guide makes - that you need to have good quality content, otherwise visitors leave you site quickly, and "Google sees that!". They value content the most, because they "understand" that Off-Page Criteria (visitor behavior) is more important even than on-page criteria (SEO tweaking - the excessive kind). I'm not saying the SBI team couldn't be wrong.
bluedragon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-27-2009, 12:17 AM   #11 (permalink)
Senior Member
 
Join Date: Nov 2008
Posts: 166
LordSappington is on a distinguished road
Default

Getting a 3 column liquid layout that is cross-browser is sort of the holy grail of CSS. It's really, really hard to do. It's damn near impossible to do cleanly if you want to support Internet Explorer. So you were trying to find something that probably doesn't exist. I suspect the one you found would probably break down if you tried anything fancy inside of it. I once spent hours trying to find one that worked and wasn't one giant hack. I never did. I personally blame Microsoft for their horrible CSS implementation, not the overzealous web designers who work this type of thing out. By the way: A List Apart is by far the best CSS resources there is on the web.

Last edited by LordSappington; 01-27-2009 at 01:21 PM.
LordSappington is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-27-2009, 02:11 AM   #12 (permalink)
Banned
 
Join Date: Jun 2008
Posts: 3,001
Daffy Duck will become famous soon enoughDaffy Duck will become famous soon enough
Default

Quote:
Originally Posted by bluedragon View Post
Not if you're trying to create a 3-column liquid layout like mine, with fixed width left and right columns and liquid header and footer.
Ah, I see. Maybe it was one of those problems that is too specific. I have to do a lot of Googling with my job and I run into that issue sometimes. But sometimes we get lucky!
Daffy Duck is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-27-2009, 02:35 AM   #13 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Toronto, Canuckland
Posts: 1,737
RT Wolf is on a distinguished road
Default

Yea, maybe it's just a really hard problem.

But beyond that, you can help! Google just introduced those buttons next to each search link. I think they're only available when you're logged in with a g account. You can use those search links to X out the links that were useless and to promote the links that were helpful. There's also a link at the bottom of google search pages sayin somin like "didn't find what you were looking for? Help us do better!" or somin.

As I understand it, google also uses cross linking to figure out what's better. You could add a link to the site which finally gave you the right answer everywhere, such as in this thread or on your own site.

Stop complaining, do something about it.
RT Wolf is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-27-2009, 04:22 AM   #14 (permalink)
Family Member
 
Join Date: Sep 2008
Location: Bucharest, Romania
Posts: 1,370
bluedragon is on a distinguished road
Default

Bud I didn't know HOW to do something about it. Now I know

I'm glad that I've found a holy grail? It seems to be working pretty well.
bluedragon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-27-2009, 11:21 AM   #15 (permalink)
Junior Member
 
Join Date: Jan 2009
Posts: 7
Jeperry is on a distinguished road
Default

Hi,

Excellent and full with information thread.

Specially that to Daffy Duck for your links.

Links are very useful to create a Css based normal site.

Thanks
Jeperry
Jeperry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-27-2009, 03:11 PM   #16 (permalink)
Senior Member
 
Join Date: Nov 2006
Location: Brazil/USA
Posts: 257
Patricia is on a distinguished road
Default

One of the factors that affects how a page/website ranks on Google is how many other websites link to it. This is a way to measure the popularity/relevance of each website on each given topic and, supposedly, usefulness of its content, given the keyword(s) being searched.

The page rank (PR)of the website where the link originates from also plays a factor. What this means is: if a website that is already considered relevant (has a high PR) links to another, this link has more weight than a link originating from a low PR website.

Still, it is true that knowing how to run an optimal Google seach makes a lot of difference.
Patricia is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-28-2009, 08:03 PM   #17 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 375
MartialDev is on a distinguished road
Default

Quote:
Originally Posted by Byron View Post
You're right! This is the result of darkworkers putting out inferior content just in order to gain traffic and money.
Perhaps it was the result of lightworkers, who were so anxious to spread their limited knowledge and "benefit the common good", they had no time to actually create something useful?
MartialDev is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-29-2009, 06:58 AM   #18 (permalink)
Family Member
 
Join Date: Sep 2008
Location: Bucharest, Romania
Posts: 1,370
bluedragon is on a distinguished road
Default

Hey, I found the Holy Grail!
It's here... The Perfect 3 Column Liquid Layout: No CSS hacks. SEO friendly. iPhone compatible.
See, the problem with my layout was that I needed to insert the contents of my left and right columns before the center column. That messed up my SEO, at least according to SBI, because the article keyword couldn't be in the first 90 characters of the html /body.
This solves the problem now.
I take everything I said back
Quote:
Perhaps it was the result of lightworkers, who were so anxious to spread their limited knowledge and "benefit the common good", they had no time to actually create something useful?
Yes, that's exactly what happened
bluedragon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-29-2009, 03:44 PM   #19 (permalink)
Family Member
 
Join Date: Dec 2008
Location: Philippines
Posts: 1,421
magi13 will become famous soon enough
Default

Quote:
Originally Posted by bluedragon View Post
Here's something I don't understand: there are so many topics on which, if you do a google search for a specific issue, you find nothing but crap.
For example, I researched for 4 hours now hot to make a simple 3-column css layout and kept running into useless pages. I finally found one that really taught me how to do it.
I researched for 1 hour how to make the background of my header fit its div, cause I'm gonna use a fluid layout. I finally ended up figuring it out myself, cause none of the pages I found on google actually were about that.
My problem is with websites content in general.
Is there no way for someone who creates useful advice on the internet, rank higher than everybody who creates deceiving webpages just to promote god knows what? I thought Search Engines were able to detect off-page criteria. For example, if 99% of visitors who run into a website, exit 2 seconds later because they realize it isn't what they were looking for, doesn't that site's rank go down? How come pages full of crap are able to rank in top-5 google results?
^^, you just have to know the right key words to use. ^^,
You also have to understand that it is just a program with limitations.

This is a funny topic.
magi13 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-29-2009, 03:46 PM   #20 (permalink)
Banned
 
Join Date: Jun 2008
Posts: 3,001
Daffy Duck will become famous soon enoughDaffy Duck will become famous soon enough
Default

Which could take seconds, minutes, days, weeks, or even years.
Daffy Duck is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-31-2009, 10:12 PM   #21 (permalink)
Senior Member
 
Join Date: Apr 2007
Posts: 361
Asmoday is a splendid one to beholdAsmoday is a splendid one to beholdAsmoday is a splendid one to beholdAsmoday is a splendid one to beholdAsmoday is a splendid one to beholdAsmoday is a splendid one to beholdAsmoday is a splendid one to behold
Default

Quote:
Originally Posted by Byron View Post
You're right! This is the result of darkworkers putting out inferior content just in order to gain traffic and money.

It's the equivalent of spam.

It's unfortunate that much of the content on the web is of low quality.


Remember back in the day, when the web was the new thing, and everything on it was by the ahead of the curve?


The web is now in the 'mass' phase, and includes the content generated by predators and snakes whose aim is to capitalize on the format.



In the future, there will definitely more categorization, in order to keep the clean content from the commercial, and the search systems will be updated to accommodate better distinction in quality of content.
Why is it if some jackwad decides to spam the web they MUST be a Darkworker? Could it be possible that they're just an average joe writing drivel and making sure we see it? Thanks. After all, I am not spamming the web, and I am trying to make quality content -- even if you may disagree with my view. And, its not like Lightworkers aren't loading up the web with their fair share of useless crappola. Fortunately, the website is down, but here's some quotes to provide an example, ahem:

REVIEW: planetaryascension.net
Asmoday is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-03-2009, 09:52 PM   #22 (permalink)
Junior Member
 
Join Date: Feb 2009
Posts: 16
elsasq is on a distinguished road
Lightbulb

Yea....
Some internet marketers write crappy articles to send traffic to their main sites. I admit, sometimes I do that kind of stuff, but I always try to provide quality contents in my own expertise But hey, doesn't it mean that everyone should learn SEO?

Last edited by elsasq; 02-03-2009 at 09:58 PM.
elsasq is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-03-2009, 11:59 PM   #23 (permalink)
Family Member
 
Join Date: Dec 2008
Location: Philippines
Posts: 1,421
magi13 will become famous soon enough
Default

^^, conspiracy or no conspiracy, using the right keywords you'll get the right results when using any or all search engines.

>,< patience, I guess I'm the only one here who never has problems with sweet old search engines.
magi13 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
help! Virus filling up hard drive Thorsbolt Technology & Technical Skills 7 01-15-2009 07:18 PM
Useless husband ruining my life Sisyphus2 Social & Relationships 26 09-11-2008 04:27 PM
And I believe I'm useless Rose of Cairo Emotional Mastery 51 07-11-2008 01:32 PM
All thoughts, including good ones, are useless Cantando Intention-Manifestation 19 10-16-2007 11:47 PM
Filling out surveys, for money? dorothy hanna Business & Financial 8 10-06-2007 11:12 AM


All times are GMT. The time now is 08:41 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC