Now my question is if this is correct, or not? My problem is that it executes in file-form, in IE, Firefox, but not my MSN brower. But, when I upload all of the files (including the ScrollIt.jar file), it won't operate on any browser, or it will freeze up the browser window completely. (website: http://nexus.mohawkcollege.ca/shernden/sh06/winter/winter.html )
I don't need anyone to tell me how to do it, but I would love to know if I'm doing something wrong, or if this is beyond me.
It has been decided that the site I'm working on should take up the entire browser window instead of a fixed width of 750px. As such, I've been trying to convert the thing to use percentages instead of pixel values, and I'm having some trouble getting things to line up. I would be eternally grateful if someone could help me out, details
The small image shows the problem I'm having. The top grey bar should line up with the blue part, but I cannot get it to do so. Note that the problem is present in both IE6\win and FF\win, which leads me to believe the problem lies with my code, not with a weird browser thing. So here's the css:
The IP Phone Services Bake-Off is a competition open to all ASU students interested in emerging
VOIP technology. The goal of the competition is to come
up with an innovative application for Cisco IP Phone technology. Your idea is totally up to
you, but it should add some functionality beyond what IP Phones can already do. You may also
want to read the official rules.
Independent Study Credit
In addition to the prizes listed below, students will be able to get
independent study credit for this project. Individual professors
will determine the exact requirements, so interested students should
contact the appropriate professors as soon as possible.
Is there any tweak or extension that can help me make Thunderbird (I use 1.5 20051025) stop quoting blank (empty) lines? I think that quoting them is useless.
For example, I want the following message piece: -- cut -- >> blah! blah! >> > Yah-yah! Blah is cool
Yes, I think that blah is cool too
And yah is cool as well -- /cut --
to be quoted as:
-- cut -- >>> blah! blah! >> Yah-yah! Blah is cool > Yes, I think that blah is cool too > And yah is cool as well -- /cut --
And if anyone knows the way to make Thunderbird insert a space right after the quoting sign ('>') that will be great as well. The text right after the > looks ugly. I.e. I want to have:
This is prolly a silly question, but I'm a newbie in the slicing department. Know HTML and DW tho'.
I'm working on this very simple banner i Fireworks, and I wanted to add a rollover effect so I sliced it. Was taught it once but I never got it to work 100%. It's now an HTML file and exported to Dreamweaver, looks pretty and all that. My question:
Aren't you suppose to be able to put some content under the table with the image? Every time I try (even in the HTML code) the text ends up behind the image. What am I doing wrong?
Or is it easier to create the whole layout in Fireworks or Photoshop and then slice it? I always mess it up but if it's easier I'll try again.
I've been doing webdesign for a while, and have a pretty good knowledge of html. i am currently working on website for me and some friends of mine which will involve a photogallery with a lot of different subcatergories and seperate pages for each image, and it seems kind of pointless to go and create each seperate page for each picture, as well as keeping them under different catergories, photographers etc. i'd also like to have a very simple login and upload type thing so people can post pictures, define the catergory or subject, title, etc. maybe even something so that it automatically resizes the pictures to a set size. either way, this is beyond the realm of my web knowledge, and probably would involve php or something.
so, what i'm asking is, if anybody has a good knowledge of creating photo galleries with posting and sorting, etc (like a way paired down deviant art or something) i'd be willing to exchange some free web space and a subdomain (the website is polaroidbandits.com, so it'd be a totally hip domain to be hosted on haha) in exchange for helping me build this photogallery.
i'm pretty clueless when it comes to anything other than html and real basic javascript, so if you can help me out either leave me a comment or send me an email at tay@polaroidbandits.com
sorry, again with this problem, but it's urgent this time and I haven't got my programmer friend who put it together for me to help so i'm stumped!
This form I have has a validator and that part is all working, so that's good, but while I was testing I didn't have it actually submitting and now that I've added the action and the email address to send it to I realise it doesn't even send..
I think it's actually lacking anythign that tells it to send. im using a regular button instead of a submit button. i just need to know where to put the 'submit' function and how!
here is the HTML for the form:
here is the javascript
all that modal=true stuff is to show or hide the div in which the form is in, it only shows if the page is directed from a certain address, and it only disappears if the form is validated.
Can anyone see where I need to insert something to make the form actually SEND to the email adress? All it seems to do onclick is check to see if it is validated..
I've done plenty of ASP.NET programming but this is my first foray into the wonderful land of PHP and I've got a question about how often you hit the database in a normal page load... basically I have tags like:
within the front end page and listing.php goes something like
$database = mysql_connect("localhost", "your_database_user_id", "your_database_password");
mysql_select_db("your_database_name", $database);
switch($type){
case 'thumbnail':
header("Content-type: image/jpeg"); // act as a jpg file to browser
$query = "SELECT thumbnail
FROM your_table
WHERE id = $id";
$result = mysql_query($query, $database);
$row = mysql_fetch_array($result);
$jpg = $row["thumbnail"];
echo $jpg;
break;
case 'address':
header("Content-type: text/html"); // act as an html file to browser
$query = "SELECT address
FROM your_table
WHERE id = $id";
$result = mysql_query($query, $database);
$row = mysql_fetch_array($result);
$address = $row["address"];
echo $address;
break;
}
Now if I understand this correctly, anytime the parser hits a tag (or w/e) it will connect to and select from the database. So on a page with 5 tags that pull from listings.php, the scripts will connect to, select from and disconnect from the database 5 times right? Is this is proper way to do things? It kinda makes me uncomfortable to make so many database hits but this seems to be the average way php developers do it.
I just got done designing a small website for a client. Everything looks good on my PC platform using all major browsers. However, he uses a Mac and just sent me an email saying some of the images aren't loading and some of them are being cut-off on the right hand side. This is the page in question: http://www.michaelhargrave.com/gallery.html
I have two questions: 1. As a PC user, is there any way to see what a website will look like on a MAC platform, i.e. a virtual website or something? 2. If you're on MAC and can see the problem can you recommend how to fix it since I can't see for myself?
Spent some time looking for this last night, but right now I have to get another function working.
When hiding elements with "inline" and "none", the script I normally use requires style="display:inline;" in the element.
However, the elements I am hiding this time are HTML table cells. Having the style tag seems to mess up the way it draws on FIreFox.
Is there a way to switch classes and hide elements? Seems that if I use a class instead of style it draws nicely.
This is the code I have now, but it doesnt seem to work - but there are no JS errors. document.getElementById(LayerName).className = "layershow";
Solution: Even though we got the right code for using classes, ultimately I had to go back to the style tag because of browser draw issues. using the style tag on a nested div tag seems to work.
Hello! I am working on a site where users will create an account, which will grant them access to a subdirectory via .htpasswd. So I made the form, found some slick code that allows a PHP script to add users to .htpasswd, got it all put together, tried it, and *crash*. I get this error: fopen(): SAFE MODE Restriction - in researching it, I find that it's because the .htpasswd file is in my client's account root, and my php script is in the public_html directory and it won't work that way. Now, I have NO clue if the .htpasswd file needs to be where it is or not. Any ideas? Also, do any of you have any ways to work around the other issue or am I SOL?
I'm making a new html tutorial site (later maybe covering css, javascript ect) with a new approach to teaching html. It's set up so users sign up at first, then they go through course and take tests at the end. This way, the path is set so they wont get lost like in a big tutorial site, and they can track their progress as they go along.
I'm almost done with all the backend stuff and the user management system, now all I need are some lessons. If anyone would like to write some html tutorials, or maybe start a css or javascript path for credit on the site, feel free to email me here. You need to know html, or what ever your writing for, and need to explain it well, and be able to write a 10 or more question test to go along with it.
The site is www.UnOfH.com, and since I don't have the log in system done yet, you can use the following to see the site, Name:testlog Pass:testpass
If anyone would like to help with lessons, an html cheat-sheet, or any comments, that'd be great.
The site I'm working on (http://later.toastninja.net/test.html in its very, as you can see, early stage) looks fine so far in IE, but when I look at it in Firefox the content's DIV is wider than it should be and the border doesn't show up. The DIV is classed to a section on the main CSS (css.css), which has in it:
This technique has the added advantage of driving any users or documenters of the package to distraction as well as the maintenance programmers. Create a dozen overloaded variants of the same method that differ in only the most minute detail. I think it was Oscar Wilde who observed that positions 47 and 115 of the Kama Sutra were the same except in 115 the woman had her fingers crossed. Users of the package then have to carefully peruse the long list of methods to figure out just which variant to use. The technique also balloons the documentation and thus ensures it will more likely be out of date. If the boss asks why you are doing this, explain it is solely for the convenience of the users. Again for the full effect, clone any common logic and sit back and wait for it the copies to gradually get out of sync.
anounceing my latest website ....its a free one at tripod ....i have included some of the latest and most popular animations ...it also contains two very popular picture gallerys 2 to 5 thousand page views a month average so far on just the gallerys alone ...well enough of the promo here it is at [http://jeffypod.tripod.com/index.html] i only hope everyone is inspired by it and enjoys it ...since it is a free site and i have never made any money from it
anounceing my latest website ....its a free one at tripod ....i have included some of the latest and most popular animations ...it also contains two very popular picture gallerys 2 to 5 thousand page views a month average so far on just the gallerys alone ...well enough of the promo here it is at [http://jeffypod.tripod.com/index.html] i only hope everyone is inspired by it and enjoys it ...since it is a free site and i have never made any money from it
I am beginning to work on multiple sites on my home test server and need to set up virtual hosts.
My server is running SuSE 10 with Apache 2, and is accessed by typing in "talon" in firefox's address bar. I copied vhosts.template to site1.conf and edited it as follows:
Next I opened /etc/hosts and edited as follows:
Then, rcrestart apache2.... ok.
And here is where I am stumped.. (and btw I googled the bit about /etc/hosts - i'm not sure if that's how it should be). If I type in http://talon/site1 Apache says page can't be found. If I try http://site1 page can't be found. My site1 files exist in the DocumentRoot listed in the site1.conf file above.
I also read through apache's documentation on virtual hosts but the way they explained it didn't make as much sense to me.
Thanks for any and all help.. I've wanted to learn vhosts for some time now.