Jump to content

administrator

Administrators
  • Posts

    3,255
  • Joined

  • Last visited

  • Days Won

    457

Everything posted by administrator

  1. Ahh .. yes. Congratulations! In all honesty, understanding traditional CSS layouts with floats is one of the hardest things to master in many respects.
  2. Hi, If you don't see code for a particular lesson, it is because the code in contained in the next lesson source files. Let me know if that helps. Stef
  3. I prefer MySQl simply because I am used to it. But posgres people would say otherwise. Both are good databases but I think MySQL has better tools around the core database.
  4. Hi, Every web designer has their own preferred method of doing things. Some use Photoshop while others who are more comfortable with code, will start with some web template, and then tweak the structure and design from there.
  5. Hi, Dreamweaver CS3 is very, very old and would produce outdated code. So you want to avoid it. If you don't want to learn how to code, then you could look at the latest version of Dreamweaver. That said, better to learn the basics of web development (HTML, CSS, JS and PHP: https://shop.killervideostore.com/) or just use a turnkey solution (ex: shopify) that will cost you a monthly fee.
  6. Much appreciated!
  7. Hey! Thanks for posting this! And please, keep me in the loop, if you like, in terms of what needs to be changed. Much appreciated!
  8. Glad I could help and thanks for picking up the course. Stef
  9. Hi, Sorry for this particular course is in need of an update. I plan on addressing this in the new year. That said, once you get past the Paypal and PHP SDK, you should be good to go. Stef
  10. administrator

    test

    You've posted.
  11. Depends where you live. But generally, as a freelancer, there are major tax advantages.
  12. Hi, 1. Depends on the time it takes to the portion of the work. That said, most of the time, the backend development is worth more. 2. Farming out the work is very common. 3. Depends on the scope of the project. 4.Keep it loose. Not binding relationships until you really know your partner.
  13. I am not sure what the question is. Also, you are using really old code that should be avoided: font color attribute and the center tag specifically. Stef
  14. You could do it with some JavaScript DOM programming. Where you would use JS to insert tags and CSS in the page where you would want it. But you will need to under JavaScript DOM programming. It isn't that hard, and if you want to learn, my course package teaches that: https://shop.killervideostore.com/ Stef
  15. Not as far as I know.
  16. Just use PHP session and if people are not in session, bump them from the pages you want to protect. Check out the simple login system in the project courses. Stef
  17. Hi, Sometimes people have trouble downloading. Please email me directly and I will arrange a special download: stefan at killersites.com
  18. Glad to meet you! Stef
  19. Hmmm .... send me an entire screenshot.
  20. You have to type in the XAMPP local URL. So if you created an index.php page, it would be: http://localhost/index.php
  21. Hi, Just tell them what the cost is and reference the website. If they are in business, they must know they have to spend some money. They are not students eating ramen noodles. Sure. Just be up front ... tell them that you want to create a DO account to produce the work, so they can keep their server information private for now. At one point, the code you write will have to be uploaded to their account. That said, once you get to that point, you should have established some trust. Stef
  22. Look in the PDF ... near the top. Stef
  23. It's a HTTP 500 error ... which means the whole web server went nuts. So, first thing is to strip all PHP from the page to get the page loading at least. Then step by step, add the PHP to see what breaks it. Stef
  24. Hi, You have to save the page as an .html document first. Then the auto completion will work. Stef
  25. Hi, Very few will want to go through your code to debug it. So please try to narrow it down - cut it up into chunks to isolate the error.
×
×
  • Create New...