Recent content by pythonfan37

  1. P

    Is pagerank still important in google and yahoo SEO?

    Google has not updated page rank in a while now. It will likely be obsolete very soon. I would go by Moz's domain/page authority instead.
  2. P

    DigitalOcean vs Linode vs EC2

    So I am currently using Amazon EC2 for my website development site, and I was wondering if anyone has experience with these three services, as they seem to be the leaders in cloud hosting. From my own personal research, DigitalOcean and Linode seem to be the cheapest, while EC2 seems to be...
  3. P

    Difference between "echo" and "print" in PHP ?

    They are pretty much the same, but echo has no return value, while print has a return value of 1.
  4. P

    which text editor is user friendly for coding in php ?

    My personal favorites for syntax highlighting (I think that's what you're asking) are Brackets, TextWrangler, Atom and Sublime.
  5. P

    what are the learning sites for php and html?

    You could always give Codecademy a try, if you're into the whole interactive learning thing.
  6. P

    Is Using In Line CSS hurt SEO results

    Please don't listen to these users. The only difference between inline and external css is that it will get cached with external, but not inline. So it will certainly not go any faster to use inline instead. In fact, it will even go slower with external, as this is an extra http request...
Back
Top