Wanted to toss something out there and get peoples' opinions. When I first started building websites 7 years ago, I designed everything so it was no wider than...
Hi Dean, As far as I can tell, it's between 60% and 70% that are using 1024 x 768 or higher, and it's growing every day. If you use Google Analytics, they...
Has anyone read anything about SEO and Google algorithm changes lately? Something that might effect our rankings? Or has anyone else had a major decrease in...
Hi Dean, --"When I first started building websites 7 years ago, I designed everything so it was no wider than 640 pixels. A couple years ago, I upped that to...
... From what I understand, Google is almost *always* tweaking the algorithm it uses. A site that I maintain that had a PageRank of 4 last month is currently...
... I'm using dual 1920 x 1200 displays. But I hardly think you or I are representative of the average web surfer :) The problem with fluid layouts is that...
... I've never been much of a fan of fixed-width designs. It always felt too much to me like I was saying (as a designer) that there is one "right" screen...
... Ask Google to evaluate your site to find out why the drastic change. PageRank changes take a while to propagate - if you've had a sudden drop, it may not...
... These days I always use a style sheet for screen only. So anyone printing one of my pages is going to get a fluid design that fits on a printed page. So...
Ive got a problem when people view certain pages.. (they have IFRAME access to a page on my server ... ) I know people can turn Javascript on/off.. - Is it the...
Hi all, Just thought I'd bring this to the attention of anyone thinking of hosting their site with www.UKHost4u.com I applied for a months hosting (to try out...
Nope. Iframes are just HTML. So any browser which is modern enough to support iframes should display them. That said, there's not much reason to use them...
Hi was hoping on of you migh be able to help. I need a short bit of PHP code that calls up a PHP file based on the category in the URL so that way the right...
Hi scottish2, You could use:- include ($categories . '/file.php'); where $categories is a folder. include ($categories_file . '.php'); where it's a filename...
Michael, My page ranking number is the same 5/10. It's the ranking of business coach, small business coach, small business consultant where I was coming up ...
... I've discovered that its a PHP issue with the $_SERVER 'referer' variable.. - (see copy of email I sent to a forum) - Below.... Does the DIV solve this...
... Sorry I don't have that info. on hand. I do know they bury the form really deep on their site so that it is hard to find. I've used it once and heard of...
Bob First 3/4 of what you said was Greek. I don't know PHP at all that is why I have been asking for code to help me with the site so I can get what I need to...
... Well, it was PHP. Not Greek. But I completely understand where you are coming from. PHP is a struggle for me at times. And I'm an uber geek programmer....
Well just wanted to stress that it wasn't understandable to me. Being I only speak English Greek would be a mystery to me too lol ... From: Thomas Hruska To:...
... <Crosses fingers and hopes he noticed that there was more to the message than just the goofy comment...> ... -- Thomas Hruska CubicleSoft President Ph:...
Hi scottish2, You can use a variable for the directory and/or a file, or the file extension. $filename = 'page1.php'; include ($filename); The above would...
Hi Bob, You couldn't explain it any plainer. Kudos. The single/double quotes issue in PHP dazzles many a noob, and you countered that one too, all in one go....
Well not true the easier way is to give me the needed code. Then I will know what I am suppose to use in such a case but without knowing PHP as I said several...
Hi Dean, --"there's not much reason to use them except in rare cases." -- Maybe not all that rare. I gave a few sites where the site index takes up more than...
... I agree with you there. For applications like photo galleries that you want to update without the user having to leave the page, iframes are great....
Hi scottish2, Sorry, I thought you were being modest when you said you didn't know any php at all. Put Thomas's code in your "topics.php" page, yes I noticed...
late here so will mess with this tomorrow and no wasn't being modest I am honest that I know 0 PHP. Only bit I know is what little code I have gotten and even...