14
Jan
In computer lingo, what does RSS mean?
Answer: Real Simple Stupid!
Answer: Really Simple Syndication. Its for feeds, or sending notification to subscribers that you have new content on your site. Check out feedburner.com
Answer: RSS is a standard format for syndicating content on the Internet. The content can be anything! Often information contained in an RSS feed […]
Read the rest of this entry »
14
Jan
I'm working on a swf. I want to have the new link open in the same window after pressing a button. So I added the following code to the button. But still, this code open a new window.
on(release){
getURL(”http://www.mylink.com”,_self)}
I'm very new to using code in swf. All I can […]
Read the rest of this entry »
14
Jan
When you go to my website I want a message to pop up and then you have to click “ok” to continue to the main page. Thanks.
Answer: put this insode the body
alert(”bla bla bla”);
Answer: I'm fairly sure its something like
onload.alert
Look it up on Yahoo.
Answer: The easiest way to do this is with JavaScript. Look under […]
Read the rest of this entry »
14
Jan
best web site for what? best site for you is which you like. for general perpose Yahoo is the best.
Answer: Google
Book Mark it-> del.icio.us | Reddit | Slashdot | Digg |
Read the rest of this entry »
14
Jan
A question on Definition List
If I write Philip it will make the word Philip BOLD. So when I run it and I see the word Philip BOLD in Internet Explorer, I'd say the syntax WORKS, but instead of saying it WORKED what's the right term to use (if there is any)
e.g. Yesterday I (bend my […]
Read the rest of this entry »
14
Jan
I have Java installed in my computer (which a few days ago I took it all out and reloaded it) but when I go to Pogo games and even YouTube to watch video they will not load saying that I need Java. I have the latest version. It's driving me crazy cause I […]
Read the rest of this entry »
14
Jan
I have been learning web development in my own time along side doing my CompSci degree. We did a short module in relational database theory and that has come in handy in aiding me in learning how to develop web applications on (W/L)AMP frameworks. I understand XML to be a popular technology but have yet […]
Read the rest of this entry »
14
Jan
like XX
i want to but it on my myspace and have like options like view my friend, add comment , view comment
is this possible?
Answer: If MySpace doesn't allow client-side scripting (JavaScript, VBScript) then it's much more difficult but not impossible.
You'll have to create […]
Read the rest of this entry »
14
Jan
i put this file in one folder, then i try and look for it in another program but its not in the folder i put it in and i cant find it. eventhough, when i go back to the other program its there. im so confused!! please help me!!
Answer: If you are using the standard […]
Read the rest of this entry »
14
Jan
If I have a web form script, how would I forward the form info to my e-mail using php? If possible, please cite a source or give a specific example of the code I would need to use. Thank you!
Answer: ok you can send email with PHP with few easy steps.
this is how […]
Read the rest of this entry »