July 10, 201115 yr So I though about it to create a database website to show mine php programming however there are 2 styles which I wonder if it will aqtually work with html,css and PHP. First of all when the user rollsover a box (the content), the content (only first time loaded) will blink 1 time and a sound effects is being played. The next thing I want for some kind of animation is that when a user clicks on a link, a box will appear and a line will be drawned to that box. I'm thinking perhaps using some .gif files but only will play the gif files when user hover over with the mouse or click on a certain link. Edited July 10, 201115 yr by kensha
July 10, 201115 yr yes you could make the popup box and a line to it using JQuery and you can use javascript and embed to play a sound, search tutorials on it on google, you should find one pretty easy
July 10, 201115 yr I'm thinking perhaps using some .gif files but only will play the gif files when user hover over with the mouse or click on a certain link. That's quite a nasty method. The JQuery animate function will allow you to replicate this. Have a look at the documentation, it might look quite scary if your new to Javascript and JQuery however it is a relatively easy framework to work with. Linky.
July 10, 201115 yr Author I guess I need to go study in Javascript as well and JQuery, I will take a look around. Thanks for the information if some´one got more of help then post it:)
July 10, 201115 yr I guess I need to go study in Javascript as well and JQuery, I will take a look around. Thanks for the information if some´one got more of help then post it:) You just need to get an understanding of what Javascript is and does. JQuery is a Javascript framework and it will handle a lot of the logic for you. I wouldn't spend a great deal of your time learning Javascript, but I would recommend running through the Jquery examples on the internet to get a better understanding of its power and how you can implement it into your website.
July 10, 201115 yr HTML5 + Javascript will do all that... we have for a game were making.... still learning the in's and outs myself so can't give top notch advice on it... sorry, at least its a pointer in the right direction
Create an account or sign in to comment