www.facebook.com | www.twitter.com jQuery Fade Rollover Hover Effect – Dreamweaver CS5 Linking to jQuery Tutorial that I mentioned in this
Full ReviewQuestion by Ratchet: How do I translate home videos to HTML script to embed in my website?
I have alot of home videos I want to put on my website, and it seems that the easiest way to do it would be to embed it onto my website using HTML script. Problem is, I have no clue how to convert in into HTML script. Could someone please tell me how?
Best answer:
Answer by therootlife
If you have mpeg or avi or a similar movie, you can try using this code :
Edit the variables to how you see fit
Give your answer to this question below!
Full ReviewQuestion by Stew d: How do I generate html script by using a form?
I have a template for my ebay auctions. I want to make a form that I can type in the variable information (ie title, description, images) and generate the html script to include those variables.
Best answer:
Answer by Albee
There are many different ways depending on which technologies you are using (e.g. java, php etc.). But essentially you create an html form for your inputs which will submit to a server side script that you have on your server.
This server side script will pull out the variable values from your form submission and then replace them in your template. You may do this simply by using String handling and some regex, this would be the quick and dirty way (in general this completely depends on what server side technologies are in play). You may pretty easily do this with Java using a templating engine like Velocity. The script will then return the html source with all the variables replaced back to the browser where it will be rendered.
What do you think? Answer below!
Full ReviewBefore we get going and really dig into building this photo gallery I want to take a moment and just
Full ReviewQuestion by Slayer: What computer script goes good along with html?
I know html very well and trying to learn another script. I know javascript goes great with html as i have used pre-made scripts before in my sites.
Php im having trouble with embedding properly to show php with html
xml?
Best answer:
Answer by Empire539
JavaScript is great for user interactivity.
PHP is more for server-side interaction, which is useful with forms and such. Also, you need to have PHP installed on your computer before you can use it in HTML pages.
XML is mainly used for information; it’s not used all that much in terms of displaying things in HTML.
I’d recommend CSS as well (though not technically a scripting language), as it gives you richer content in terms of design.
Add your own answer in the comments!
Full Review
Recent Comments