Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
6
Posts with Upvotes
6
Upvoting Members
6
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~116.49K People Reached
About Me

Undergraduate

Favorite Tags

116 Posted Topics

Member Avatar for samaru

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]

Member Avatar for Salem
2
52K
Member Avatar for samaru

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 …

Member Avatar for thompsonmax
1
3K
Member Avatar for marceta

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 …

Member Avatar for helenspencer
0
832
Member Avatar for Yzk
Member Avatar for Kimmi

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]

Member Avatar for Moschops
0
203
Member Avatar for red_evolve

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 …

Member Avatar for AndreRet
0
227
Member Avatar for IbnKuldun

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, …

Member Avatar for almostbob
0
221
Member Avatar for red_evolve

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 …

Member Avatar for skylover87
0
555
Member Avatar for Soral 3.0
Member Avatar for mikediesen
0
353
Member Avatar for tgraves

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 ?

Member Avatar for peter_budo
0
329
Member Avatar for red_evolve

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, …

Member Avatar for Nick Evan
0
967
Member Avatar for hunter007

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 ? :?:

Member Avatar for gnujohn
0
947
Member Avatar for Tejas
Member Avatar for WaltP
1
236
Member Avatar for red_evolve

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 …

Member Avatar for binusworld
0
395
Member Avatar for Bill T

Greetings. Hi. Post what you have done and we'll see how we could help you. ;)

Member Avatar for nblue
0
241
Member Avatar for Catweazle

"The bigger they are, the harder they fall" [IMG]http://www.goenglish.com/GoEnglish_com_TheBiggerTheyAreTheHarderTheyFall.gif[/IMG] Next: "Chinese Kungfu at its best"

Member Avatar for paramasivan
0
3K
Member Avatar for rixius

Greetings. I see. How about the transfer limited per mail? How much is the limitation? Anyone knows? For Yahoo, I guess it's 10MB?

Member Avatar for GreenDay2001
0
6K
Member Avatar for thewhitezombie

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]

Member Avatar for rameshsambu
0
159
Member Avatar for red_evolve

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 …

Member Avatar for anuradhu
0
146
Member Avatar for imarti10

Hi. Is what you were asking something like this: [url]http://daniweb.com/techtalkforums/thread25510.html[/url]

Member Avatar for anuradhu
-1
148
Member Avatar for walkerst

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 …

Member Avatar for anuradhu
0
301
Member Avatar for sam1981

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 ?

Member Avatar for anuradhu
0
102
Member Avatar for red_evolve

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 …

Member Avatar for MIGSoft
0
229
Member Avatar for red_evolve

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.

Member Avatar for guy_richardson
0
165
Member Avatar for red_evolve

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' …

0
90
Member Avatar for red_evolve

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 …

Member Avatar for tayspen
0
145
Member Avatar for red_evolve

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 = …

Member Avatar for red_evolve
0
357
Member Avatar for samaru

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 …

Member Avatar for Dani
3
6K
Member Avatar for phijim

Where do you want to do the checking ? Also, where can you get the username ? From the query ?

Member Avatar for Shaun Hannah
0
184
Member Avatar for nitinmenon

[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 …

Member Avatar for ProFreelance
0
206
Member Avatar for red_evolve

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 …

Member Avatar for red_evolve
0
814
Member Avatar for red_evolve

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.

Member Avatar for sifuhall
0
240
Member Avatar for Paladine

Greetings. Interesting! Are those sites developed using Flash? Or not at all? Could you check it?

Member Avatar for bwest
0
1K
Member Avatar for red_evolve

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 …

Member Avatar for alpha_foobar
0
131
Member Avatar for balor
Member Avatar for mike1980

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).

Member Avatar for mike1980
0
221
Member Avatar for red_evolve

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 …

Member Avatar for red_evolve
0
97
Member Avatar for RammaR

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] …

Member Avatar for red_evolve
0
146
Member Avatar for mister454

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 …

Member Avatar for DMR
0
1K
Member Avatar for red_evolve

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 …

Member Avatar for meksikatsi
0
59
Member Avatar for Dani

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 …

Member Avatar for betts01
0
676
Member Avatar for Dani

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.

Member Avatar for Mastertech
0
238
Member Avatar for red_evolve

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 …

Member Avatar for jwenting
0
227
Member Avatar for Redshift

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 …

Member Avatar for moderate_rock48
0
577
Member Avatar for red_evolve

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 …

Member Avatar for red_evolve
0
279
Member Avatar for red_evolve

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 …

Member Avatar for red_evolve
0
72
Member Avatar for lordofthisworld

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.

Member Avatar for servant7
0
158
Member Avatar for holmberg

Greetings, Neil. I'd like to help but could you please check your form? I cannot view it. Thanks.

Member Avatar for heymichelle
0
171
Member Avatar for kelvin

Hi. The following link would probably help. [url=http://leepoint.net/notes-java/43other/40sound/10beep.html]Java: Beep[/url]

Member Avatar for server_crash
0
115
Member Avatar for Dani

The End.