- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 6
- Posts with Upvotes
- 6
- Upvoting Members
- 6
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
116 Posted Topics
war ---> US vs Iraq Cool eh...5 months and still running! [quote]Posted: Sat Feb 15, 2003 5:08 pm Post subject: Word Association Game[/quote]
Greetings! I am not a fan of anime myself. However, I am an avid fan of this anime called Fruits Basket. Check out the story line at [URL=http://www.fruits-basket.com]www.fruits-basket.com[/URL] Another one -> Initial D. This one is quite famous, I bet some of you have watched it. All that I have …
Greetings. [QUOTE]it did not read .dat originally, just an unassociated file type, i right clicked to discover that it was a .dat![/QUOTE] I'm not sure if you have done this or not, but base on what you have mentioned above, I guess not. 1) Go to the folder which contains …
Greetings. Umm, I believe the RGB coding is standard. What I mean here is that if RGB(170,255,213) = green when displayed in C++, it should be the same when displayed in any other places. I've found something relevant for you though. [url=http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html]RGB Color Chart[/url]
Greetings! Hi, I'm a vb starter. I've inserted an adodc data control into a form. [CODE]With adodcIncoming .Recordset.Find "p_id = " & "'" & txtPatientId.Text & "'"[/CODE] Above is a code snippet. After this block of codes, I'd like to check if p_id = txtPatientId.Text is found or not, how …
Greetings. How about using Javascript alone? Is it possible to show the results of a form in a new window? I have seen how things were done using Request.QueryString by decoding the url. But is there other alternative similar to the ASP's Request.Form("element") way? I'm trying to avoid using ASP, …
Hi. I have just been introduced to string tokenizer in one of the java lessons. It can remove characters from an array of strings. So, I am wondering if it could remove a string from an array of string. For example: "the fish was eaten by the cat". I'd like …
Greetings. What's with this guy? :rolleyes: Anyway, welcome, Soral 3.0! :D
Greetings. Errr, do you mean that you have set the path in the System Properties? With Variable: Path and Value: c:/j2sdk1.4.2_04/bin ?
Greetings. First of all, I hope I got the correct forum. ;) My final semester is approaching soon :sad: and I've got to do a final year project by then. I'd like to propose my own title to my supervisor but I do not have any ideas as yet. Well, …
Hi, I am just another newbie to Linux and am picking a suitable one to start with. Err...reading thru all the replies, why none of you guys mentioned Free BSD ? :?:
Greetings. Err, sorry for my ignorance, but what does WAP mean?
Greetings. I encountered a problem in accessing the controls I placed inside the TemplatedWizardStep tag. Here's the code snippet:- [code] <asp:Wizard ID="wizCreateBulk" runat="server" DisplaySideBar="false"> <WizardSteps> <asp:templatedWizardStep ID="Step1" runat="server" Title="Select Recipient Method" StepType="start"> <ContentTemplate> <div> <span>Enter Name: </span> <span><asp:TextBox ID="txtName" runat="server" /> </div> </ContentTemplate> </asp:TemplatedWizardStep> </WizardSteps> </asp:Wizard> [/code] Then, in the …
Greetings. Hi. Post what you have done and we'll see how we could help you. ;)
"The bigger they are, the harder they fall" [IMG]http://www.goenglish.com/GoEnglish_com_TheBiggerTheyAreTheHarderTheyFall.gif[/IMG] Next: "Chinese Kungfu at its best"
Greetings. I see. How about the transfer limited per mail? How much is the limitation? Anyone knows? For Yahoo, I guess it's 10MB?
Hi, I'm new to CF as well but I hope this will be helpful. Try using Session variables. When the user logs in, create a Session variable for him/her. Then, you may add an if-else statement to enclose the <a> tag such as, [i]<cfif IsDefined("Session.User")> <!-- your statement --> </cfif>[/i]
Hi. Say, I have a cf file which accepts real-time event and store the events in the same table with status "not sent". I have scheduled a task to run at every 5 minutes to check if there is any record in a table in the Database which has status …
Hi. Is what you were asking something like this: [url]http://daniweb.com/techtalkforums/thread25510.html[/url]
You could use iframe to do that, or XMLHTTP. Those two are what I know, but for sure there are other alternatives. With iframe, at the onchange of the first list, you call a jscript function. In the jscript function, you create an iframe and therefore, direct the iframe to …
I'm not sure as I'm still a newbie with CF. One suggestion: does it have to do with the different version of CF ?
Greetings. Spend some time reading this story I've received from a friend. It might sound like a crap but the value behind is indeed very meaningful, at least for me ;) Enjoy... [quote] One day a farmer's donkey fell down into a well. The animal cried piteously for hours as …
Greetings. I would like to know if there's any way that I could throw errors within a cfscript block. I have checked the Coldfusion manual, but there are only the try and catch block stated, not the throw function. Please advise.
Greetings. Here, I'd like to search for any input tags in a specific folder. I have this line:- [code]<input type([:space:]){0,1}=([:space]){0,1}("){0,1}text[B][^>|(style)]+[/B]width[/code] I'd like to ask if the bolded part [B][^>|(style)]+[/B] sounds okay. My intention is to search for any text input tags that has a width attribute, considering that the 'width' …
As the title says, I can't seem to find the 'folder options' in File - Tools on my Windows Explorer anymore. I'm not sure when exactly it started and what caused it to disappear. Also since I had that problem, I realised that an additional 'Data.exe' file appears in my …
Hi all, I'm relatively new to ASP.NET - used to code in Coldfusion. I've got this control created in a page <asp:listbox>. I also have a javascript function in the same page to add listitems into the listbox on certain client calls such as the following:- [CODE] var anOption = …
Name: Hoong Mooi Nickname: Can't think of any. Hair: Black Eyes: Black Location: Malaysia Age: 21 Hobbies: Listening to music, watching movies, sleep. Relationship Status: Single Education: Student (Degree in IT majoring in Information Systems Engineering) Fav Music: RnB, ballad, instrumental, classical. Fav Food: Chinese, Pizza. Fav Movies: Chinese action …
Where do you want to do the checking ? Also, where can you get the username ? From the query ?
[QUOTE=nitinmenon]im not quite sure what this means, ive got this sample code that im trying to figure out: <FORM ACTION ="QUIZ_RESULTS.CFM" METHOD="POST"> <P><HR><B> QUESTION ###CURRENTROW# IS:</B> <BR><I> #QUESTION#> the second line is really what i dont understand. I understand that it is the value of the variable between the hash …
I know that after doing a query, I can use cfoutput to output the results of the query by applying the query attribute like the one below:- [code] <cfquery name="query1" datasource="mySource"> select * from users </cfquery> <cfoutput query="query1"> #username# </cfoutput> [/code] Is there any way that I could jump to …
Can someone enlighten me on this issue ? I have data source A - with a stored procedure in which I'd like to select records from tables in a different data source, B.
Greetings. Interesting! Are those sites developed using Flash? Or not at all? Could you check it?
Greetings. I encountered this little problem and am stuck. I don't know what should I google. I am developing a webpage with Coldfusion and I need to use some Javascript also. I have a component, and onclick of that component, I would like to call a Javascript function and pass …
What web programming language are you using?
Hi, there. What is the variable 'zero' supposed to be ? Also, 'denominatorField' is a component, why do you compare a component with the variable 'zero' (I assume zero = 0).
Greetings. Please advise me on the following. I have a select form element and have defined its onChange action. I have another button, which when pressed opens up a new pop-up window. A value will be selected from this child window and the value will be passed back to the …
Hi, there. I tried the same concept with some tables in my database. [code] select distinct a.jid from (select journals.id as jid, entries.id as eid, content as con from journals, entries where content like '%the%' and entries.jid = journals.id)a [/code] Inside [i]a[/i], I'd get 9 records, 5 records from [i]Journal1[/i] …
Greetings. Mine has Windows XP installed. I have read all the previous posts about bridge.dll and also this thread but their problems seem to be different from mine, I guess. I couldn't load Windows at all. At startup, this error message was shown:- [QUOTE]windows/system32/config/system missing.[/QUOTE] The error message goes something …
Hello, people of daniweb. It's been long since I last visit daniweb forum. I was very busy for the past one year doing my final year in my CS degree. Finally graduated and I remembered daniweb. Whoa, a lot of improvements and the forum is very very now. Hope I'd …
Greetings. I have no experience in leading the pack but I have my points to deliver. [quote] Do you think this is a very bad thing? Can a forum grow with a behind-the-scenes admin? Or does everyone want to see that omnipresent admin going around answering questions and being the …
Greetings. Same question! I use win2k too but I can't seem to find a tab called Internet Time or any "Automatically synchronize with an Internet time server" check box.
Hi. First of all, I'd like to apologize for I really do not know where to post this thread to. :lol: I know Pascal is out but apparently I have got to pick up this language in order to finish my project. What I'd like to ask is whether Pascal …
This is so cute. [QUOTE]Being as I was the youngest, I had a special duty during our tv watching time. I had to stand holding the antenae, with aliminum foil wrapped around it to get the best reception, being told to move this way or that way to get the …
Greetings. I've done a search regarding the above subject. I came across this page: [URL=http://www.devx.com/vb2themax/Tip/19230]CreateFileAssociation[/URL] I'm on my way in developing a desktop application and I need to implement my own file format to store data in the way I want it to be. I'm quite uncertain as to how …
Hi. I'm a new notebook user. I'd like to know that, if I leave my notebook on for more than 8 hours, without going into Standby mode or so, will it cause my display screen to get burnt or something? If I go to Standby or Hibernating mode, I would …
Greetings. Graphics umm, with C/C++? I have learnt some OpenGL with C++. Open GL can do great stuffs. Not sure what are the advantages/disadvantages of it but it's fun learning openGL.
Greetings, Neil. I'd like to help but could you please check your form? I cannot view it. Thanks.
Hi. The following link would probably help. [url=http://leepoint.net/notes-java/43other/40sound/10beep.html]Java: Beep[/url]
The End.