View previous topic :: View next topic |
Author |
Message |
Up2Admin I'm a spammer
Reputation: 126
Joined: 17 Oct 2007 Posts: 6548 Location: Texas
|
Posted: Sun Feb 20, 2011 10:13 am Post subject: Anyone else like the new Google navigation menu? |
|
|
I like it, nice and up2date with web design.
_________________
|
|
Back to top |
|
 |
Strelok Expert Cheater
Reputation: 2
Joined: 23 May 2009 Posts: 204
|
Posted: Sun Feb 20, 2011 11:13 am Post subject: Re: Anyone else like the new Google navigation menu? |
|
|
Up2Admin wrote: | I like it, nice and up2date with web design. |
it looks a bit nicer
before it was a multibillionfucking dollar a day company with a website that a 10 year old can make after a 5 minute tutorial
now you need to spend at least 5 minutes on that tut...
:l
well except for maybe the map and translator
_________________
Official Microsoft support page wrote: | This issue occurs because of a problem |
Pingaz |
|
Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Sun Feb 20, 2011 11:51 am Post subject: Re: Anyone else like the new Google navigation menu? |
|
|
Strelok wrote: | Up2Admin wrote: | I like it, nice and up2date with web design. |
it looks a bit nicer
before it was a multibillionfucking dollar a day company with a website that a 10 year old can make after a 5 minute tutorial
now you need to spend at least 5 minutes on that tut...
:l
well except for maybe the map and translator |
Haha, you think that?
|
|
Back to top |
|
 |
Up2Admin I'm a spammer
Reputation: 126
Joined: 17 Oct 2007 Posts: 6548 Location: Texas
|
Posted: Sun Feb 20, 2011 1:35 pm Post subject: Re: Anyone else like the new Google navigation menu? |
|
|
Strelok wrote: | Up2Admin wrote: | I like it, nice and up2date with web design. |
it looks a bit nicer
before it was a multibillionfucking dollar a day company with a website that a 10 year old can make after a 5 minute tutorial
now you need to spend at least 5 minutes on that tut...
:l
well except for maybe the map and translator | Erm... maybe the theme, but even that would take at least and hour to complete.
I can't imagine a 10 year old coding a search-engine though.
_________________
|
|
Back to top |
|
 |
Strelok Expert Cheater
Reputation: 2
Joined: 23 May 2009 Posts: 204
|
Posted: Sun Feb 20, 2011 1:49 pm Post subject: Re: Anyone else like the new Google navigation menu? |
|
|
Up2Admin wrote: | Strelok wrote: | Up2Admin wrote: | I like it, nice and up2date with web design. |
it looks a bit nicer
before it was a multibillionfucking dollar a day company with a website that a 10 year old can make after a 5 minute tutorial
now you need to spend at least 5 minutes on that tut...
:l
well except for maybe the map and translator | Erm... maybe the theme, but even that would take at least and hour to complete.
I can't imagine a 10 year old coding a search-engine though. |
im talking about the website not the search engine :>
_________________
Official Microsoft support page wrote: | This issue occurs because of a problem |
Pingaz |
|
Back to top |
|
 |
Butters Grandmaster Cheater Supreme
Reputation: 71
Joined: 17 Mar 2007 Posts: 1373
|
Posted: Sun Feb 20, 2011 1:59 pm Post subject: Re: Anyone else like the new Google navigation menu? |
|
|
Strelok wrote: | Up2Admin wrote: | Strelok wrote: | Up2Admin wrote: | I like it, nice and up2date with web design. |
it looks a bit nicer
before it was a multibillionfucking dollar a day company with a website that a 10 year old can make after a 5 minute tutorial
now you need to spend at least 5 minutes on that tut...
:l
well except for maybe the map and translator | Erm... maybe the theme, but even that would take at least and hour to complete.
I can't imagine a 10 year old coding a search-engine though. |
im talking about the website not the search engine :> | You're talking about the design of the website.
|
|
Back to top |
|
 |
PunkMilitia Grandmaster Cheater Supreme
Reputation: -1
Joined: 14 Jun 2007 Posts: 1270 Location: South England.
|
Posted: Sun Feb 20, 2011 2:00 pm Post subject: |
|
|
Oh god. I wish I could make a sandwhich with googles of awesomeness inside.
|
|
Back to top |
|
 |
Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
Posted: Sun Feb 20, 2011 2:28 pm Post subject: |
|
|
Create a simple crawler (in Python)
Store results in database
Use something like Fulltext or Sphinx to search the database
Output results
There's the basic framework for a search engine.
_________________
|
|
Back to top |
|
 |
Aviar³ Grandmaster Cheater
Reputation: 50
Joined: 03 Jan 2008 Posts: 655 Location: Canada
|
Posted: Sun Feb 20, 2011 2:30 pm Post subject: |
|
|
F3ar wrote: | Create a simple crawler (in Python)
Store results in database
Use something like Fulltext or Sphinx to search the database
Output results
There's the basic framework for a search engine. |
Not a successful one, but sure.
_________________
This is the inception of deception, checking the depth of your perception.
 |
|
Back to top |
|
 |
Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
Posted: Sun Feb 20, 2011 2:31 pm Post subject: |
|
|
Aviar³ wrote: | F3ar wrote: | Create a simple crawler (in Python)
Store results in database
Use something like Fulltext or Sphinx to search the database
Output results
There's the basic framework for a search engine. |
Not a successful one, but sure. | >basic
_________________
|
|
Back to top |
|
 |
Aviar³ Grandmaster Cheater
Reputation: 50
Joined: 03 Jan 2008 Posts: 655 Location: Canada
|
Posted: Sun Feb 20, 2011 2:32 pm Post subject: |
|
|
F3ar wrote: | Aviar³ wrote: | F3ar wrote: | Create a simple crawler (in Python)
Store results in database
Use something like Fulltext or Sphinx to search the database
Output results
There's the basic framework for a search engine. |
Not a successful one, but sure. | >basic |
>elementary
_________________
This is the inception of deception, checking the depth of your perception.
 |
|
Back to top |
|
 |
Up2Admin I'm a spammer
Reputation: 126
Joined: 17 Oct 2007 Posts: 6548 Location: Texas
|
Posted: Sun Feb 20, 2011 2:54 pm Post subject: |
|
|
F3ar wrote: | Create a simple crawler (in Python)
Store results in database
Use something like Fulltext or Sphinx to search the database
Output results
There's the basic framework for a search engine. | Average 10 year old would have difficulty doing the first thing.
_________________
|
|
Back to top |
|
 |
Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
|
Back to top |
|
 |
Up2Admin I'm a spammer
Reputation: 126
Joined: 17 Oct 2007 Posts: 6548 Location: Texas
|
Posted: Sun Feb 20, 2011 3:59 pm Post subject: |
|
|
Average 10 year old would still have difficulty doing the first thing.
_________________
|
|
Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Sun Feb 20, 2011 5:12 pm Post subject: |
|
|
I don't get what changed, it looks the same to me.
|
|
Back to top |
|
 |
|