I see you are using jquery so I guess your best bet is to use Ajax to make a request to the server again and using the data returned to update tab 2 without reposting the entire page. Let me know if...
I would suggest looking into jquery to do this. Lot's of examples are on the jquery site. It's a lib which lets you do what you want to do with minimal effort. If you need more help with it let me...
You should look into a separate video stream provider and a normal provider for your website. Placing your video's at a specialized company is easier because the often also provide conversion...
SEO is not an exact science, it reallly is a combination of a lot of different strategies. There are companies making good money advising how to improve SEO for their websites. So I would say there...
@Advocatus My personal preference for wordpress is that there is an active community. A lot of extensions and templates available. WordPress is easier to manage than Joomla is, cutting down on your...
Most websites offer a sort of password recovery system. If you forget your password you can get a new one sent to you on the email address you've used to register. Or they provide a sort of 'secret...
What spufi said. Just make sure you've fired up xampp right. Open xampp and check if apache and mysql are up and running. After that open up a browser and go to Http://localhost/. Then you should see...
Hello there.. The thing you are asking is not unlike: "I don't know how to swim but I want to be an olympic champion. Can anyone tell me how to do that?" That being said it's no rocket science....
I guess you are trying to provide feedback to the user as he/she fills out the form by coloring the fields. Then also safeguarding against submitting the form while there are still form fields that...
Totally agree with the poster above. There are a lot of JS/CSS compression tools out there which also provide a function to compress and combine files of the same type, but that's a more advanced...
I think the easiest way to do that is to use Yahoo Query Languag (YQL) This javascript lib allows you to retrieve pages from other websites in different formats. One of the being JSON. Once you've...
Photoshop and Dreamweaver are good choices by any means. But webdevelopment also is about knowing good sources for problems you might encounter. Here are a few of my favourites:
...
The one and only tool for css debugging is "firebug" for firefox. Install it and after installation press F12 (brings up firebug window) and then choose "inspect" and click on the element on you...