ikthius
-
will redoing a website hurt your page rank on Google?
"TheDoc" said:Having said that, there is absolutely no way to guarantee a consistent page rank. Google does its own thing. It is impossible to promise anything. If anyone has told him otherwise, he's been misinformed. Yip, if he …
-
Automatic Wordpress Upgrade
your host might not let it happen automatically, you might have to download it and then upload it....... I have upgraded online once, but had to manually upgrade on a couple of others
-
Colorize phpBB
I think it would be cool if there could be a few options to the themes of the boards, sometimes you just need a small change to make a difference - for yourself not everyone - a few early boards I was a member of had drop downs that you could have d…
-
will redoing a website hurt your page rank on Google?
seriously he is worrying over nothing..... as long as it is the same site, roughly same-ish content, clean code, links in/out, good use of meta, title, great SEO practices, he should gain from a fresher better site. if he is really that worried te…
-
will redoing a website hurt your page rank on Google?
"TheDoc" said:It depends on what you mean by "redoing" the website. You can completely redesign a website and have the Google rank stay the exact same if you don't change the content. If you change the content, however, th…
-
Recent blog posts displaying page title
I think it depends on how you have set it up. do they all have the same sidebar or different sidebars? is you whole site in wordpress or only some parts?
-
Recent blog posts displaying page title
again, sorry, but what is your actual question? is it On my sidebar, recent posts section, why does my latest post title show in the list? I think that is your question, but you have not made it clear...... although if it is, it is your latest po…
-
Pricing
my first payment was £1000 but I spent hours on it, lost many days, and had to learn wordpress for the client, at their request. the guy was great, he actually told me to bill them for learning wordpress because it was a request by them because the…
-
will redoing a website hurt your page rank on Google?
as long as the SEO is same or better, then his page rank will stay same or better..... as long as it is coded nice, clean, with lots of links in/out proper uses or title meta etc. you should know it all anyway. his rank is all about the SEO not wh…
-
Recent blog posts displaying page title
was there a question???
-
[Solved] PHP Form not linking to thank you page
no problem.... glad you got it working
-
What are your design weaknesses or flaws?
"Matt" said:New flaw: I apparently have an aura that makes clients not want to talk to me. For some reason, they say do X and then leave and I don't hear back from them for about a month. its not you I get that all the time..... I go…
-
What do you call php variables like this: $this->hello
I found this online..... function FillList ($sql, $selected=0) { $row = array(); $cnt = 0; $this->query_fill=new Query ($sql, $this->conn); $result=$this->query_fill->subExecute(); while ($row = mysql_fetch_row($result)) { $id = $row[…
-
What do you call php variables like this: $this->hello
not sure you have it right but.... your variable is a variable, but it is looking for a logical answer, therefore it should be looking for a boolean value
-
[Solved] PHP Form not linking to thank you page
do this instead: print \"\";
-
Band Website customization
I pulled that from the net, and never tested..... any language you look at when it comes to time, more often than not you will have something like now() today() etc, but they are just functions that call upon time(), date() etc. you really want to…
-
What are your design weaknesses or flaws?
My main flaws are: I can't use Gimp or Photoshop to save myself, even tutorials on the net aren't good as they say do this.... wait a minute I don't have that option... where do I go now? other than that, I am learning PHP slowly b…
-
Band Website customization
have you tried searching google for this??? you will find lots of useful hints about the time/date functions not sure if this works $now = time(); $plus7 = 7*24*60*60; // 7 days $now = $now + $plus7; echo 'Current Date + 7: '.date(…
-
Safari & Chrome latest downloads
a fix....... I went into my header and added: padding-left:1px; it works perfectly in: IE8 FF 3.5.2 Safari 4.0.3 Chrome 2.0.172.43 I don't know why this happened, but I have never encountered this before.
-
Safari & Chrome latest downloads
anywhere I have been it was always suggested to make even pixelled elements odd, but the only thing that really worked was making my bg image 1 px less, but still does not look/fit 100% in safari
-
Safari & Chrome latest downloads
I have found that when a page goes on long enough to make the scroll bar at the right hand side appear, this is when the header moves slightly more than the rest, although the code is: margin-right:auto; margin-left:auto; text-align:center; //for ie
-
[Solved] Right Side bar drops with each new post
"amnesiacen" said:I've been trying for the past week and I still can't seem to get the right sidebar to stay at the top. The top of the right sidebar is supposed to be level with the top of the nav bar on the left. The only way …
-
[Solved]Wordpress embed a page in a page
template??? you do know that the loop is just trying to get the raw data from the database?!?!?!?!?! your template is mainly how you are styling the page, not just on CSS but how you set out your page.
-
Safari & Chrome latest downloads
what system you got? if it is windows, then uninstall ff, get rid of the directory in program files then go to your documents & settings>user>app data>mozilla>FF delete this.... if you have any more users in documents & setting…
-
Help with Rounded Corner box
ok I stole your code and played..... because you have a height & width on your main wrapper you have to keep to it. anyway, here is a cleaner version so you can understand it...... code is cleaner and is more descriptive body { bac…
-
Wordpress: Sidebar widget help
yes you can position it all with css.... here is the best thing you can do. go to your wordpress page and view > source then scroll down until you get to your sidebar code. and then take a note of all the elements you want/need to style. eve…
-
[Solved] header is displaced in Chrome/safari
was this displaced by only a pixel or 2???
-
Safari & Chrome latest downloads
"cybershot" said:my problems have been with firefox. Ever since I downloaded the new version, It has been crashing and forgeting passwords and freezing up on me. I have to restart my computer when that happens. I am going to stop using it …
-
Need help! Link works o.k. at first, then 404 not found
I edited your post for you to include your code in the [ code] [ /code] tags :- I have added a space after the first square bracket so you can see what it should look like, or use the code tags which is under the subject part of your reply page. I …