kansasakki Posted April 27, 2011 Share Posted April 27, 2011 such as javascriptfreaks or ajax freaks. This is a great site with gigs of information and great community help. I guess I am hoping to find a bit of help with the javascripting side as well. Thanks! Kansas Quote Link to comment https://forums.phpfreaks.com/topic/234813-does-phpfreaks-have-any-sister-sites/ Share on other sites More sharing options...
Pikachu2000 Posted April 27, 2011 Share Posted April 27, 2011 Just recently restarted LinuxFreaks.com . . . EDIT: Make that LinuxForum.com. (Brainfart) Quote Link to comment https://forums.phpfreaks.com/topic/234813-does-phpfreaks-have-any-sister-sites/#findComment-1206720 Share on other sites More sharing options...
salathe Posted April 27, 2011 Share Posted April 27, 2011 You're also more than welcome to post lots of threads in our own JavaScript Help board. Quote Link to comment https://forums.phpfreaks.com/topic/234813-does-phpfreaks-have-any-sister-sites/#findComment-1206757 Share on other sites More sharing options...
kansasakki Posted April 27, 2011 Author Share Posted April 27, 2011 I have tried posting a couple different questions in the javascript forum. but no luck with any answers yet. No biggie. The PHP coding help forum just seems to get quite a few more responses, which makes sense. The community here really seems to be a great group. I have been helped more times by this forum than I can count just by reading other topics. Some of it is over my head, some I get quite readily. Great site. Thanks Kansas Quote Link to comment https://forums.phpfreaks.com/topic/234813-does-phpfreaks-have-any-sister-sites/#findComment-1206988 Share on other sites More sharing options...
gizmola Posted May 11, 2011 Share Posted May 11, 2011 Back in around 2005 we did have ajaxfreaks and mysqlfreaks. At some point the sites were done away with, which is a shame because there was some good content associated with each. I'm not really sure why they decided to merge things, but that all happened years ago. Ajax is really just a small part of javascript. Not as many people read the javascript board, but I think our coverage there is pretty good, however, if you're not having much luck there are a lot of other forums out there that focus or have subboards about javascript that might try. Sitepoint has a pretty active forum, and some good expertise there thanks to their books on the topic: http://www.sitepoint.com/forums/javascript-15/ Quote Link to comment https://forums.phpfreaks.com/topic/234813-does-phpfreaks-have-any-sister-sites/#findComment-1213724 Share on other sites More sharing options...
fenway Posted May 11, 2011 Share Posted May 11, 2011 mysqlfreaks was hacked -- most, if not all, of the content I contributed was lost -- along with many other valuable members. We were homeless, so we moved here. Quote Link to comment https://forums.phpfreaks.com/topic/234813-does-phpfreaks-have-any-sister-sites/#findComment-1213799 Share on other sites More sharing options...
.josh Posted May 11, 2011 Share Posted May 11, 2011 Ajax is really just a small part of javascript. Not as many people read the javascript board, but I think our coverage there is pretty good, however, if you're not having much luck ... If nobody is answering your question, I would also advise that you step back and take a look at the question you asked. 9/10 times I see a question going unanswered not because people don't know the answer, but because the poster doesn't know how to properly ask a question. They tend to assume many things, short of the audience being psychic (and they expect even that sometimes!). Pretend you are someone else reading it and have no prior knowledge of the context for which you are working in. Did you provide enough back-story and detail? Did you provide enough relevant code? Did you clearly and accurately explain the situation, what you are doing, what is not working, what you expect? Etc.. This is especially important with Javascript, because there are literally a billion different things that could be causing something to go wrong. With php, there's only so many things that could be the culprit. The script is being run on one server and doesn't care about multiple browsers etc.. It is a single script running and the only other scripts that might be an issue are what you specifically include in php. But with Javascript...you have to worry about different browsers and browser versions. Even javascript syntax itself varies from browser to browser! You have to worry about random addons/extensions/plugins adversely affecting something. You have to worry about whatever other script includes are on the page, like frameworks, etc.. Quote Link to comment https://forums.phpfreaks.com/topic/234813-does-phpfreaks-have-any-sister-sites/#findComment-1213810 Share on other sites More sharing options...
kansasakki Posted May 11, 2011 Author Share Posted May 11, 2011 If nobody is answering your question, I would also advise that you step back and take a look at the question you asked. 9/10 times I see a question going unanswered not because people don't know the answer, but because the poster doesn't know how to properly ask a question. They tend to assume many things, short of the audience being psychic (and they expect even that sometimes!). Pretend you are someone else reading it and have no prior knowledge of the context for which you are working in. Did you provide enough back-story and detail? Did you provide enough relevant code? Did you clearly and accurately explain the situation, what you are doing, what is not working, what you expect? Etc.. This is especially important with Javascript, because there are literally a billion different things that could be causing something to go wrong. With php, there's only so many things that could be the culprit. The script is being run on one server and doesn't care about multiple browsers etc.. It is a single script running and the only other scripts that might be an issue are what you specifically include in php. But with Javascript...you have to worry about different browsers and browser versions. Even javascript syntax itself varies from browser to browser! You have to worry about random addons/extensions/plugins adversely affecting something. You have to worry about whatever other script includes are on the page, like frameworks, etc.. CV, you make some really good points. I did not realize that javascript might run different in different browsers, but hey everything else is rendered different in the browsers, whey not js??? just follows the norm. I did find solutions to my questions, and yeah I was in a bit of a panic when I posed them with a deadline looming. I am putting myself between a rock and a hard place right now. Learning html, css, php, mysql, etc.... as I completing projects. I like programming overall, I really like the php and back end stuff more than the web display. This site is a VALUABLE resource to beginning php programmers like myself. CV, Gizmola, Thorpe, and many others are very gracious in offering any advice. I hope I can eventually give back to the community here, what I have gotten. Thanks Kansas Quote Link to comment https://forums.phpfreaks.com/topic/234813-does-phpfreaks-have-any-sister-sites/#findComment-1213820 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.