Search the web
Sign In
New User? Sign Up
cightml
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9689 - 9718 of 11114   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9689
Thanks Mike. I'll pass it on and see how it goes. Cheers, Gary http://www.garybadger.com/ Michael Welsh wrote: >On 31/10/2005, at 10:12 PM, Gary Badger...
Gary Badger
garybadger67
Offline Send Email
Nov 1, 2005
10:19 am
9690
Hi folks Anyone tried registering a domain for 2 years or more see any significant improvement in google search ranks/index? Thanks Dave...
Dave
dajatech
Offline Send Email
Nov 2, 2005
4:02 pm
9691
... To get higher in Google, you need more sites linking to yours Simon...
Simon Welsh
kickme286
Offline Send Email
Nov 2, 2005
6:39 pm
9692
... Yup. I went down. Though that's because I gave up on SEO (the art of getting high in Google). -- http://yomcat.geek.nz...
Michael Welsh
yomcat@...
Send Email
Nov 2, 2005
7:59 pm
9693
And so the reason for my suspicion. The godaddy folks are trying to encourage everyone to opt for 2 years registration and said Google encourages it for that...
Dave
dajatech
Offline Send Email
Nov 2, 2005
10:59 pm
9694
... Well, it does have some good sense behind it. I think they just don't want to change your domain name. That will affect your ranking drastically. So, as...
Michael Welsh
yomcat@...
Send Email
Nov 3, 2005
2:45 am
9695
A valid domain name is a valid domain name. Google rankings get high sometimes and then the name gets snatched. A registrar will make a lot more on two year...
Don Passenger
dpasseng
Offline Send Email
Nov 3, 2005
3:10 am
9696
Hi folks When working with index.php files do permissions need to be set to them after publishing them to the server? Thanks Dave...
Dave
dajatech
Offline Send Email
Nov 8, 2005
2:57 pm
9697
... Should not have to be, so no. The server has to be configured to parse any file with a .php extension....
Don - htmlfixit.com
dpasseng
Offline Send Email
Nov 8, 2005
5:16 pm
9698
Thanks Don I've only worked with cgi. I understand that the extension can also be renamed to .htm[l] but I would imagine some of the non html functions would...
Dave
dajatech
Offline Send Email
Nov 8, 2005
9:10 pm
9699
Hi! In my CSS for my website, for <h1> I have font-family: Bubblegum, Cheri, 'Cheri Liney', 'Fontdinerdotcom Sparkly', Fontdinerdotcom, Juniper, 'Comic Sans...
Stephanie Zylstra
girls_rule1213
Offline Send Email
Nov 12, 2005
3:54 am
9700
Hi Is there an easy way I can attempt to write my own simple programs for free? I have notetab lite, windows command prompt, office 97 and am running windows...
Stephanie Zylstra
girls_rule1213
Offline Send Email
Nov 12, 2005
4:42 am
9701
Hi, Are these web programs or PC programs. If web and you are running XP professional, then you can install Internet Information Server and use VBScript for...
David Colliver
david.colliver@...
Send Email
Nov 12, 2005
10:48 am
9702
... basic is (or was) a very powerful programme - 20 years ago I wrote a 23,000 line programme using it - but it is probably considered oldfashioned by now. ...
DW
derekboyd_99
Offline Send Email
Nov 12, 2005
10:59 am
9703
It depends on what you are trying to do. If you are learning to program, then learn something more current like php, perl, c++, java, javascript, etc. When...
Don Passenger
dpasseng
Offline Send Email
Nov 12, 2005
2:00 pm
9704
Well, BASIC is a very old language. Anything written would run in a DOS window and look old fashioned. The modern version of BASIC is VisBASIC. It is a ...
Gordon Reeder
gordonreeder
Offline Send Email
Nov 13, 2005
4:21 am
9705
... I am trying to develop a windows program, what exactly for I don't know yet, I am just trying to learn it. I don't know what programs to use or anything....
Stephanie Zylstra
girls_rule1213
Offline Send Email
Nov 13, 2005
8:37 am
9706
Hi Stephanie, I don't know of any PHP systems where you can write windows programs direct. ASP is as easy as PHP to learn. Once you know one language, they are...
David Colliver
david.colliver@...
Send Email
Nov 13, 2005
10:17 am
9707
Hi: Are you wanting to write programs for the Windows environment or DOS? Good suggestions have been mentioned for the Windows platform. I use to mess around...
Gmail
biloxiretiree
Offline Send Email
Nov 13, 2005
1:00 pm
9708
visual basic is what you want I think? I know nothing about it. I know my kid programs in it....
Don Passenger
dpasseng
Offline Send Email
Nov 13, 2005
2:28 pm
9709
Hi! I am trying to make a very simple hangman game, mostly so I can learn a bit more php. So far I have come up with this code: <?php echo...
Stephanie Zylstra
girls_rule1213
Offline Send Email
Nov 19, 2005
7:36 am
9710
Hi Stephanie, It appears that you have the basics of a script. You of course can improve this significantly. For example, you need a list of random words to...
Don Passenger
dpasseng
Offline Send Email
Nov 19, 2005
3:34 pm
9711
round two ... using the point of not including unneccesary stuff in the php .. http://htmlfixit.com/resource/temp/php_hangman_game/hangman2.php I didn't do the...
Don Passenger
dpasseng
Offline Send Email
Nov 19, 2005
3:44 pm
9712
... From: Don Passenger To: cightml@yahoogroups.com Sent: Saturday, November 19, 2005 9:31 AM Subject: Re: [cightml] php game Hi Stephanie, It appears that you...
Ed
horsefly_38866
Offline Send Email
Nov 19, 2005
6:16 pm
9713
... From: Ed To: cightml@yahoogroups.com Sent: Saturday, November 19, 2005 12:08 PM Subject: Re: [cightml] php game ... From: Don Passenger To:...
Ed
horsefly_38866
Offline Send Email
Nov 19, 2005
7:18 pm
9714
s ... From: Ed To: cightml@yahoogroups.com Sent: Saturday, November 19, 2005 12:08 PM Subject: Re: [cightml] php game ... From: Don Passenger To:...
Ed
horsefly_38866
Offline Send Email
Nov 19, 2005
7:20 pm
9715
You have another option.. if you know PHP, you can learn Perl easily enough since PHP was based on it. And it is a scripting language that is as good at GUI...
Franki
frankhauptle
Offline Send Email
Nov 20, 2005
3:14 pm
9716
Hi folks Can I use entity names in the title tag? I know the results will show up in the browser but my concern are the search engines and overall code...
Dave
dajatech
Offline Send Email
Nov 20, 2005
8:30 pm
9717
Hi Don, Whilst I agree in principle with the not using PHP to write the HTML out, it isn't true for all languages. For example, any pages with .asp or .aspx ...
David Colliver
david.colliver@...
Send Email
Nov 21, 2005
7:44 pm
9718
interesting thoughts indeed I think however that for something this size I would still prefer to keep my php separate for many reasons: 1. the risk of a...
Don - htmlfixit.com
dpasseng
Offline Send Email
Nov 21, 2005
8:54 pm
Messages 9689 - 9718 of 11114   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help