Jump to content

jeffreyappel

Members
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by jeffreyappel

  1. yes move the small one so that outer div will wrap it.
  2. First thing first.You can use in a way lke Mother.child. Hence, First use the class "tab-container" and then any item under this class.so i should look like this: .tab-container#tab4 Good Luck
  3. All i can give you some example that would useful to solve this. <script> function myFunction() { document.getElementById("myIMG").style.verticalAlign = "top"; } </script> Also try this: img { vertical-align: text-top; } Ok.All best.
  4. I would like to explain a bit more: ! is a NOT sign. Its a logical operator.you could place this before any test value to INVERT it. Here, in your text, isset will returns true if value is not set, other wise return false.
  5. First do some real php tasks.It could be small or simple, reflecting your level of skills on php coding. Showcase it in sites where people come to buy such small solutions(there are many sites in the web).Again just like brotherZ, i would like to suggest you to try in the freelance sites where you can produce portfolio of your jobs which would be a great Advertisement of your expertise level.
  6. People create uppercase or mix case URLs mainly for branding or SEO purpose.Sometimes they do this for better readability.Generally it should throw exceptions while user request with URLs not matching the case. But this is avoided by adding some rules in either in .htaccess file or using RewriteMap in httpd.conf^.Second one is less complex and works faster.
  7. If I'm starting to learn programming, should I learn git on the early stages?
  8. Nice tips abdul202 . I use try to use next algorithm while learning: - read the theory from one source - give it some time - then read from another source the same information and repeat until I get it. The next good thing is coding mini but real application which will help me in my daily routine.
  9. I also had a problem with cUrl. In my case it was to setting appropriate headers, i had to simulate a real user to make things work.
  10. Jacques1 thanks for advice, MDN looks pretty cool, but I don't know where to start from. I think I will use it as a handbook
  11. Thanks for encouraging, your words really motivate me:)
  12. Thank you, good thing about w3 is that content is very structured and step by step. Such format is very good when you have only 20-30 minutes a day to learn and you don't have to waste hours to find particular topic about coding. I would like to to find some others schools but with appropriate quality
  13. Because newbies usually don't want to go extra mile and examine another opportunities
  14. Do you think that w3schools is so bad in all of theit courses including SQL, PHP etc. ?
  15. I'm personally use: https://www.codeschool.com paid with free try http://www.codecademy.com free http://www.w3schools.com free https://learnable.com/ paid with free try
  16. I'm also not very young(nearly 30 years) for starting coding, but I enjoy it very much, and the only problem for me is lack of time.
  17. I'm a beginner in web development but I found w3 as a good manual in JavaScript also.
  18. They make lots of money without providing a good level of quality, why do people continue to use their services so?
  19. I wonder how many 13 years and passionate about php young people are here? Nate, I wish you best luck and many interesting projects:)
  20. You can try https://github.com/google/google-api-php-client
  21. Just tried your code in my local openserver, the validation works well.
  22. I want that my script remotely download a file on the server from another server and save it remotly on the server. For example my script is located on http://mydomain.com/download_script.php The file I want to download is on http://otherdomain.com/file.zip Then I want to save it to http://mydomain.com/file.zip ----------- to the local server folder I found a way how to parse HTML code remotly, but haven't found how to download files, please help me to find the right function.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.