I have a personal Webpage that I am trying to create an RSS feed for easier viewing. I'm so close. My page is php/mysql, all developed by hand. It's pretty simple and straightforward. ...
This is the example I got to work great. The end user just clicks on a link or a button and walla! I just can't figure out how to cram it into a drop down menu.
I wish I could use that idea. However I can't touch the <head> tag, nor can I use linked javascript, or even embedded javascript. Given my limitations with the server all I can use is embedded...
I have some code that isn't working quite like I expect. I have a simple drop down menu with options, and I want to make it so that when the end user selects an option it turns the visibility...
The truth is I don't have details on shipping specifications yet. I was just presented with "Can this be done with our system?". So before I get too detailed I should explain our system.
I didn't realize you could just put the <script> tag under the <body> tag. This gets us started. This is great for spitting out static information, in this case the cost. But what I need to...
I have a need for my end users to enter a date (default would be the current date) and click a button and in response view a table that lists shipping times (e.g. Overnight, Priority, Parcel,...
This is awesome. Funny how the simple little things in life make you so happy. This is wonderful. Is there any limit to working solely inline as opposed to external or embedded? I've only ever...
I am an intermediate at Javascript. I know what inline, embedded and external code is. For this peice of this project I MUST use inline Javascript. Please insure your answers do not...
As stated at the beginning of this post, I don't know anything about PHP. I had no idea anything would be required on the back end. I started with a goal, I researched to see if it was possible...
That must have been it. I renamed it test.php. My server seems to not be upgraded enough to use PHP. So It looks like I'm out of luck. But this has been most helpful. Thank you everyone who...
So then what? Do I post this as part of my HTML file, or do I save this in my root directory? And if so then what to display said random picture? Sorry, like I said I am 100% new to PHP. Don't...
I took this PHP blurb and tried to fillin the variables with the information from my page. But I am coming up with nothing. Can I get some help on which variables mean what? Or even a good place...
I totally new to PHP so please forgive as I take my first infant steps towards a broader horizon. I have been learning javascript and I asked this question in the javascript forum:
I have a website, www.craiggreenwood.com. If you go there and click "Picture" I have a nice array built up of pictures. It works, but its quite static. I would like some js to generate random...
I have been playing with this site and I am finding tons of problems. Part of them are me but I think some of the syntax he is using is bad. For example in page 1 he quotes the javascript tags...
Those are really cool resources. I will have to play with those. I like the colors and graphics. I will have to work those in. This sliding menu was my first journey into javascript so I am...
Thank you for your answer!!! Very Helpful. I actually stumbled across the answer on my own and when I came back I saw your answer. I did the same fix essentially, but I combined the CSS commands. ...
I'm new to javascript. I just finished the book Javascript for Dummies. My goal is a basic sliding menu for my webpage and I'm having a heck of a time understanding a number of things. The book...