Search results

  1. B

    what would be a better choice for creating a website ASP.NET VS PHP !?

    They both do essentially the exact same thing. ASP.NET may be a little bit easier to learn (Not Much), but PHP is more widely available. Even as a C# programmer for the most part, I still choose to use PHP over ASP.NET. w3schools.com is a good place to start with PHP.
  2. B

    How to get the address bar in PHP?

    $_SERVER['REQUEST_URI'];
  3. B

    Differences: Ajax and Flash?

    Ajax is a concept. Flash is a plug-in that most people have, which Adobe distributes (Formerly Macromedia Flash) The two have virtually nothing in common. Adobe Flex is used to make desktop/web applications. Although Flex is capable of doing just about anything Flash can do, Flash is more...
  4. B

    If the hoster supports PHP, do they support CSS and HTML, too?

    CSS and HTML depends on the client's browser(Firefox, Internet Explorer, etc), and has little to do with your host. PHP runs on your server(Host's server), and depends on the Host's server setup. Just because you can put HTML in a .php file doesn't mean that the two are "Part" of each other...
  5. B

    What were the parents of most militant dictators like?

    I'd guess they're usually orphaned, and learn their values from "The state"
  6. B

    i learned html!!! where can i learn css?

    yeh w3schools is the way to go, look for the CSS link.
  7. B

    Vertical line in html??

    above answer is right idea, use css.
  8. B

    html code for hovering images?

    use css or javascript css is better performance, but a little more tricky for image swaps.
  9. B

    What to Begin With: Programming, HTML, or CSS?

    HTML and CSS, then JavaScript and PHP/mySQL. I'd say start with PHP instead of python. There is way more useful information for noobs on the net for it.
  10. B

    i want to start web development...plz give me suggestion what is the best and...

    they are both good. PHP is dominating ASP right now only because ASP.NET is relatively new. You can't go wrong with either one.
  11. B

    Which is the best for future ASP.NET or php?

    PHP is a lot more popular, but in the future I think they will be equal. I think PHP will always be around because it's free, and ASP is not. Even if you can code ASP for free, your ISP still needs to purchase it for their server..
  12. B

    Does Panasonic make good laptops?

    I was thinking of getting a Toughbook, but didn't know if they are any good?
  13. B

    Why Apple? PCs are better in every way?

    Just don't understand how people still buy Apple computers. 1) They are sometimes up to three times more expensive. 2) Apple uses ancient hardware that is also up to three times as expensive to upgrade. 3) Applications are more sparse (and expensive) than PC. 4) Apples have a mouse with one...
Back
Top