Jump to content

administrator

Administrators
  • Posts

    3,092
  • Joined

  • Last visited

  • Days Won

    375

Everything posted by administrator

  1. Hi, You don't need to further your Javascript, if you want to learn PHP or build a forum. Given that you know a little DOM, I would be moving into PHP: www.killerphp.com ... And I would also look at JQuery for your continued exploration of Javascript. JQuery is a very popular Javascript/Ajax library that makes creating all kinds of Web 2.0 widgets really easy - there is no sense to building these things from scratch. That brings me to my next point: don't build a forum for scratch! There are so many free open source forums out there, that it would be a classic case of 'reinventing the wheel', if you started to build a new forum. I wrote about this on my PHP blog: how to build a content management system Hope that helps. Stefan
  2. There is one thing I can tell you ... Firefox on the Mac is terrible. ... Crashes all the time. Stefan
  3. Hmmm, I looked at that, but the people who wrote this forum seem to recommend against it. That said, the old forum made us wait 3 seconds, so this is much faster. Stefan
  4. We do have 'New Posts' and 'Active Topics' as the top of the page that should satisfy that ... no? Please remind me in the new year to look into putting the top 5 'active topics': http://www.killersites.com/forums/search/recent/ ... on the home page. Stefan
  5. H JBall, Yes. That is something I'm going to take care of over the next couple of weeks. As you probably know, we are in the middle of a total re-skin of all the killersites web sites. As we update the pages, these old links will be updated. Thanks for pointing this out. Stefan
  6. Welcome to the board. You will need to post the relevant php code snippet ... showing us the rendered output of a PHP page is not going to help much. ... That is one reason why I removed your links. Stefan
  7. Hi, I just wanted to announce that the old forum is now in read-only mode. ... At least I think it should be! If any of you catch anything going on in the old forum let me know. Stefan
  8. No problem. Man, what a nice smiley-face!
  9. No, I just missed the meaning of the post. I modified the title just a touch so it is more easily understood at first glance. Stefan
  10. You can find a small collection of Photoshop videos on idea22.com. But most of our Photoshop videos will be posted right in this forum: http://www.killersites.com/community/index.php?/forum/33-photoshop-cs2-cs3-and-cs4-videos/ In time we should be putting new videos on Photoshop... especially as it relates to web design. Stefan
  11. Hi, Can you provide a little more context to your post? Stefa
  12. It will soon be done. If I can find the time today or tomorrow, I will be updating everything. Stefan
  13. Thanks. This is part of the process of tweaking the forum. I'm trying to find the balance between lessening spam versus keeping the forum usable. Stefan
  14. I cover Dreamweaver behaviors in my video tutorial on Dreamweaver CS3 Stefan
  15. Hi, As was said before, Actionscript is different, but they are both based on the same language, so learning Actionscript will help you with Javascript and vice versa. You can learn basic Actionscript 2 here: www.killeractionscript.com And you can learn the basics of Javascript here: Javascript Tutorial Stefan
  16. Susie, can you edit your post? Stefan
  17. Try it now. I've increased your access level. Stefan
  18. We are working on a bunch of new additions/updates to killersites.com that are still yet to come. The forum was just one step in the process ... and we aren't finished with it yet! Thanks for the kinds remarks. Stefan
  19. Adding new forums later on is really no big deal. Let's try the basic categories first and then see how the post flow. Stefan
  20. I would have to agree. I think until we see a lot of interest in a particular CMS, I am inclined to have only a Blogs/CMS forum. But, with the exception of Wordpress because of the videos we have on Wordpress .. with more coming out soon. Now, I am not sure about the following: - Tips and Tricks - HTML/CSS layouts ... Should these be separate forums or combined into one? I just want to make two general points about the forums: 1. You never want a dead/empty forum. 2. I have deleted dead and empty forums in the past. You have to move slowly when coming out with new forums. Stefan
  21. Hi, First, I moved this to the Javascript forum because this is all about Javascript. But it is also a little about Dreamweaver because you are using Dreamweaver generated Javascript code. - You have to call both functions in the same event-handler. An example of an even-handler is: onClick. An example of a function is: MM_showHideLayers('pic2','','show') So in your case, you would have: onClick="MM_showHideLayers('pic2','','show'); MM_showHideLayers('pic','','hide')" Now, did you notice the semicolon between the function names? ; That is like a period between sentences. You need to add that if you are calling/using multiple functions with a single event. In this case, the event was: onClick. I hope that helps, Stefan
×
×
  • Create New...