No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
Re: Here is an update from Mark himself "We really messed this one up. When we launched News Feed and Mini-Feed we were trying to provide you with a stream of information about your social world. Instead, we did a bad job of explaining what the new features were and an … | |
Right now I have a page set up that inserts a record into a DB that a user enterd. I have it set up to take them to another page that shows the the information that they entered. but I also have a cfmail tag that e-mails the same information … | |
I am trying to find a freeware software that will measure the rate at which a file is transfered from one folder to the other over a network. Does anybody know of any good software? | |
When inserting/updating records do you prefer to use an SQL query, or just the cfinsert/cfupdate tags? I was just wondering Stewie | |
As far as I know when a check box is check the value should be 1 and when it is not checked it should be 0 correct? In my case if I don't check the box its null and if I do its -1 Here is my code [code]Private Sub … | |
I was going through lastnight and installing XP and I got a fatal error I made it the the text part of the installation fine, it was when the GUI part loaded up. I am trying to install it on a 25mb partition I don't know if that makes a … | |
I keep getting this error when ever I try to update or delete a record from my site. The error that I keep getting is "The string is not closed" I have use an example straight from the book so I don't know where to go. Here is my code … | |
I am torn between 2 options [url]http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=2272896&sku=A458-1116%20Q[/url] That kit has a 32bit 3.06GHz processor which is better than my 2.50 GHz Or this kit: [url]http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=2273650&sku=M450-2400%20A[/url] which has a 64bit 2.00GHz processor Right now I am running XP, but I will probably end up getting Vista, so in the long run … | |
I have a form set up with 3 select lists where a user can select the date. and from there I insert it into one field in an Access database using this query. [code] <cfquery name="CheckDate" datasource="Rumors_Forms"> INSERT INTO BusTable (Name, Req_Date, Req_Time, Address, Email, PhoneNumber, Reason) Values('#form.Name#', '#form.Month#/#form.Day#/#form.Year#' ,'#form.Req_Time#','#form.Address#','#form.Email#','#form.PhoneNumber#','#form.Reason#') … | |
I am not sure if this is an HTML question or a Coldfusion question. Since I am using both I will ask in the in the CF forum. I can not get the title to show up on the top task bar in IE. I am not sure if it … | |
I have a table with 4 sepearte <td>'s I would like one of them to scroll up and down when needed, so that the main page does not need to scroll. Here is my HTML [html] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Rumors Bar and Grill</title> <meta … | |
Hey peps :p was just browsing the internet and found this site and thought it would be a good resource for anything IT :) A little about myself. I am from northern Minnesota (COLD), 23 years old and I am graduating this year with a degree in Business Information Systems. … | |
Hello, I am very new to java so my question might seem stupid :p anyway I am in a class where we are makeing a patron loading system for a library (every one else in the class is new to java also :) ) we have our basic form built … ![]() |
The End.