trollster
-
Help me learn JS and JQ
First do the JS course from Codecademy. Then refer other tutorials and sources for jQuery. One of them is thenewboston on YouTube.
-
WordPress Media upload into a specific folders?
You need to modify the path in the plugin and wp admin to do that. That is again to modify the code. Can be a tricky task if you are new to it.
-
Need help choosing a hosting company.
HostGator anyday! 1and1, GoDaddy, Expertrio, Arvixe are some other options you might consider.
-
JS Tutorials or Book suggestions required
Start learning JavaScript from Codecademy. It covers all the basics beautifully, simultaneously you can also refer SitePoint. Their references are quite good. w3schools is good upto a point too. Amongst the books, JavaScript the complete reference …
-
Dynamic drop down lists, which logic is more semantic?
Check this out if you haven't: Dynamic Dropdown I personally followed the first method from the above link. Yeah, it turned out to be a bit lengthy because I had to do for 3 levels. But it was worth it because I had to store files under each o…