I think your first design was better. Also, I think the AJAX is very unnecessary. There isn't really any content that needs to be preserved, so I think normal links would be the logical thing to...
Hey All,
I'm experimenting with making "pretty" search boxes. For example, instead of having an ugly white text input, I'm creating a rounded rectangle that encases the text input, and I've also...
Hello All,
I've just begun to learn about .htaccess files. To test out whether .htaccess was working, I tried to create a file restricting access to EVERYBODY!
It didn't work... I'm hoping for...
Okay, thanks. I read that sitepoint tutorial, which help a lot. I now understand (I think!) that the functionality of SESSIONS doesn't come from the values in the $_SESSION array. Rather, it comes...
Thanks for everything so far. So, are there any pre-defined members of the $_SESSION array? Or could I, if I wanted, user a variable $_SESSION['theKrazayCoolUserIDizzle'] if I wanted to?
I think...
Hello, everybody.
I just downloaded MySQL, completing my Apache-PHP-MySQL trio. I created a VERY basic php page to do a test connection to the MySQL server... it failed. I've been trying to figure...
I really didn't like the sounds. I'd keep the sound muted by default, and allow the user to activate them. Imagine your user in a work environment and all of the sudden the sound of a chain-saw...
Hello All,
I'm creating a page with DHTML techniques and I'm running into a problem. I a have a function that should work as follows:
1) Set DIV's opacity to .50
2) Wait 1000ms
3) Set DIV's...
Well this is embarrassing.
I worked on the problem for 2 hours, looking through countless websites.
I finally posted the question.
As a final attempt before getting ready for the Passover Seder, i...
Hello All.
I'm trying to make a "media display" web page. This page has a button fixed-positioned in the bottom-right corner. When the button is clicked, the main content of the page is darkened,...
I'm wondering if there's an attribute for the <form> tag that specifies whether or not pressing "enter" should submit the form. I know that users should always be able to submit their...
I learned all the web dev stuff I know online.
Actually, I bought a book after I'd been coding for a few years, HTML4 for Dummies, but that wasn't really necessary.
Speaking of small towns:
Hornby Island. It's in BC. I went there once during a vacation. "Downtow" was the four-way-stop intersection. Yes, THE four-way-stop intersection. :)
Anyway,...
Well, i saw your reply a few days ago, didn't know what to do. I narrowed it down: It's not working to set $/ to more than one letter. I'm able to have read up to ever 'r' for example, but it...
Well, it reads the right file.... The file I want is the file that's displayed... the problem is, it reads it all as one chunk. I'm positive that the capitalization is right and everything.... might...
Hello everybody,
I'm making a script that should parse XML files (already done before, I know), and I'm having a bit of trouble. The sub accepts two strings: location of the xml file and the name...
Hey Everybody,
I'm thinking about trying to make my own "Type the letters shown in this picture" script, one of those anti-spambot doohickeys. Does anybody know how .bmp's are encoded? I've seen...