Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 4 Views: 1,988 That centered it but it also pushed the rest of the page down below the pop up. I want the pop up to be over top of the main content in the middle of the page. |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 4 Views: 1,988 I have a DHTML ajax pop up that I would like to have centered in the page as it is currently left justified. Also, I would like it to only show the first time a user views the page. Here is the... |
Forum: PHP Jun 4th, 2008 |
| Replies: 5 Views: 476 Yeah, I had that first, but it was a php version issue. I tested on a newer version and it worked except now it is not emailing the results. Any idea on that? |
Forum: PHP Jun 4th, 2008 |
| Replies: 5 Views: 476 I'm not sure why but my form is not sending the info. I'm able to get the email but all the fields are blank. When I submit the form I get my echo message. Any help is great, thanks.
Form:
... |
Forum: Website Reviews Mar 24th, 2008 |
| Replies: 10 Views: 1,414 I basically just said what I thought when I first saw the site. Was that constructive? No. But it my opinion it needs a lot of design work. |
Forum: Website Reviews Mar 21st, 2008 |
| Replies: 8 Views: 852 The header refers to the top portion of your site that includes your logo. Yeah, the image borders distract users from the actual images. Simple is usually better. |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 4 Views: 667 It's actually more of a layout issue. All the elements of the page just seem to be floating around. There are at least six different font sizes which is not a good sign. These things make it hard... |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 4 Views: 727 This site is just bad. Way too many moving elements. |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 8 Views: 852 disjointed, some weird design elements like the header and the borders |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 3 Views: 564 looks clean, lot of text, ad placement is basically what a lot of sites do, so it works |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 5 Views: 1,221 if its about fashion it needs to look good, and it doesn't. Looks amateur. |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 4 Views: 667 graphically okay, but the text is all over and confusing |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 7 Views: 820 it's jacked up in firefox |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 4 Views: 650 lose the all caps navigation |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 10 Views: 1,414 |
Forum: ASP.NET Mar 11th, 2008 |
| Replies: 35 Views: 5,430 Do, I need to have an array with the different dates? Excuse me if sounds like I'm talking out of my butt, because I probably am. |
Forum: ASP.NET Mar 10th, 2008 |
| Replies: 35 Views: 5,430 Yeah, that wasn't a finished product. I just wasn't sure what comes next. I'm guessing it supposed to call the file that holds the email dates, which I do not have as of yet. What is supposed to... |
Forum: ASP.NET Mar 7th, 2008 |
| Replies: 35 Views: 5,430 I'm not entirely sure what I'm doing. But this is what I have so far but I'm not sure how to get it to check a file for the date. As well as a lot of other things.
'Option Strict On
Option... |
Forum: ASP.NET Mar 7th, 2008 |
| Replies: 35 Views: 5,430 As far as I can tell, in order to create a windows service I need to have visual studio. I don't. I'm working with visual web dev.
Would it work if the webpage was open on the server continually? |
Forum: PHP Mar 6th, 2008 |
| Replies: 3 Views: 678 Rock and roll, that worked. Thanks, pal. |
Forum: ASP.NET Mar 6th, 2008 |
| Replies: 35 Views: 5,430 I did look up the timer class. I'm not sure about if it allows once every 24 hours. It can run more than that as long as it runs once. Does the timer class need to be set up in a separate file? |
Forum: PHP Mar 6th, 2008 |
| Replies: 3 Views: 678 Thanks, I'll give that a try. |
Forum: PHP Mar 6th, 2008 |
| Replies: 3 Views: 678 My form was working fine in the past, and now it is not. I'm not sure why. I've been through the code several times and have yet to find anything. The form posts with the general error that is in... |
Forum: ASP.NET Mar 6th, 2008 |
| Replies: 35 Views: 5,430 Ok, what kind of file are we talking about and where is the trigger? In the file? From my questions, you can ascertain, I'm clueless. |
Forum: ASP.NET Mar 5th, 2008 |
| Replies: 35 Views: 5,430 Excuse my ignorance ... how is the email reminder actually triggered? Do I put today's date in the db and let it rip or what? |
Forum: ASP.NET Mar 5th, 2008 |
| Replies: 35 Views: 5,430 Based on what I have now, what needs to be done next in order to test it?
My DB:
ReminderID
Company
FullName
Printer
Email
Email Date |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 5,430 Does it include that sweet emoticon in the db? |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 5,430 Should I be using datetime for my data type? I'm a little confused on how that will work since it is a recurring date. I will probably manually add the day it should be sent. How is that going to... |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 5,430 gotcha, I'll give that a try. |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 5,430 For the time being I'm running this on my local machine via IIS and SMTP. How do I find out what the equivalent of "mail.site.com" would be for my machine? Will my IP work? |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 5,430 Well, that's special. I guess you'd have to do something else to get Net.Mail to work. So, I can use web.mail even though it is giving me errors? |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 5,430 I'm not sure what the subroutine would be so I temporarily but some crap in there to dispel errors. Its crying about Property 'To' being read only and it doesn't like SMTPMail.whatever... Says it's... |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 5,430 Yeah, I put a couple of those in and cleared some of them. |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 5,430 I'm setting up the emailall page with code behind. Is that correct the way you coded it. I'm getting a lot of 'Statement cannot appear outside of a method body' errors popping up in Intellisense. |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 5,430 Ok, I'm going to up the db and go from there. |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 5,430 Is that a nix on using DTS then? I just spent the last hour trying to download it. Hope I can use it.
What is firing the emailall.aspx page? I'm guessing some code I'm not aware of. |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 5,430 This sounds good. One issue is that there is no member db. At this point there is not a good reason to create a full fledged membership. The reminder is for the customer to come back to the site... |
Forum: ASP.NET Feb 28th, 2008 |
| Replies: 35 Views: 5,430 I have a form that is classic asp that basically collects some info and sends it to an email account. What I really to do is have an email reminder option added. The form is a monthly report and the... |
Forum: ASP.NET Feb 27th, 2008 |
| Replies: 140 Views: 6,570 I sent you the site and db, which you may already know when you read this. But just in case you didn't now you know. |
Forum: ASP.NET Feb 26th, 2008 |
| Replies: 140 Views: 6,570 I'll give that a whirl tomorrow. I don't have access to the files from this computer. |