User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 456,010 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,085 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 27 of 27
Search took 0.01 seconds.
Posts Made By: anuradhu
Forum: ColdFusion Oct 4th, 2006
Replies: 2
Views: 2,287
Posted By anuradhu
Re: Coldfusion MX Video???

hey,
check out this URL....

http://www.adobe.com/examples/cfgettingstarted/experience/index_content.cfm (http://www.adobe.com/examples/cfgettingstarted/experience/index_content.cfm)

hope this...
Forum: ColdFusion Sep 15th, 2006
Replies: 1
Views: 1,500
Posted By anuradhu
Re: need assistant

be clear in what you trying to express!!
i could not make out anything.......
Forum: JavaScript / DHTML / AJAX Aug 28th, 2006
Replies: 3
Views: 3,417
Posted By anuradhu
Re: date validation

find here the regular expression...
if you are still not able to figure it out..let me know.....

/^[0-9]{4}\-[0-9]{2}\-[0-9]{2}$/
Forum: JavaScript / DHTML / AJAX Aug 28th, 2006
Replies: 2
Views: 2,924
Posted By anuradhu
Re: javascript validation

try this

/^ZPR[0-9]{8}$/

instead of this

/^ZPR\[0-9]$/
Forum: HTML and CSS Aug 24th, 2006
Replies: 4
Views: 935
Posted By anuradhu
Re: [b]html & C++[/b]

development environment is the set up of the server where the webapplication is being developed.
but in your case if you just want to experiment with HTML and C++, to my knowledge HTML cannot...
Forum: HTML and CSS Aug 23rd, 2006
Replies: 4
Views: 935
Posted By anuradhu
Re: [b]html & C++[/b]

If you can explain me the purpose of using C++ and the environment you are working in, I guess I would be able to help you.As far as I know C++ cannot be used with HTML, but you can anyways do that...
Forum: HTML and CSS Aug 19th, 2006
Replies: 8
Views: 1,335
Posted By anuradhu
Re: web page creation

i cannot get the meaning and purpose of ur post!!!
Forum: ColdFusion Aug 19th, 2006
Replies: 3
Views: 9,030
Posted By anuradhu
Re: Calculate Students Grade And Grade Weightage

hi,
your problem description is actually very vague.
it would be great if you could be a bit more clear...

as far as i understand ur problem...
if u want to display grade based on the marks....<CFIF...
Forum: HTML and CSS Aug 17th, 2006
Replies: 8
Views: 1,335
Posted By anuradhu
Re: web page creation

if u looking for an editor,then Dreamweaver,Microsoft Development Environment,etc. will be useful and in case if u are looking out for language to make a web page...the u can go ahead with HTML....if...
Forum: HTML and CSS Aug 17th, 2006
Replies: 5
Views: 2,113
Posted By anuradhu
Re: How to open a popup page automatically?

you can do it by calling a Javascript function which opens the window on the load of the page...
there is an attribute onLoad with the <body tag....you can use that.......

but be very sure that the...
Forum: HTML and CSS Aug 17th, 2006
Replies: 2
Views: 3,862
Posted By anuradhu
Re: reset drop down

check out this ways:

call a function onchange of the first combo
where you will have to set the value of the second combo to the default value.
Say if the default value of the second combo is...
Forum: ColdFusion Aug 16th, 2006
Replies: 2
Views: 2,696
Posted By anuradhu
Re: Navigate back to Search Results

You can pass the search criteria in hidden variables from the page where the search results are actually displayed,then you will have to pass these hiddens wherever they are needed to be...
Forum: ColdFusion Apr 19th, 2006
Replies: 1
Views: 1,477
Posted By anuradhu
Re: Help

if you are seaching for complete ebookk...i dont think they would be for free........
i would recommend the livedocs of macromedia to be the best source for you.....
Forum: ColdFusion Apr 19th, 2006
Replies: 6
Views: 6,908
Posted By anuradhu
Forum: ColdFusion Apr 19th, 2006
Replies: 1
Views: 3,055
Posted By anuradhu
Re: CF Scheduler

try using the cfscheduler tag.....after your event gets completed....
Forum: ColdFusion Apr 18th, 2006
Replies: 6
Views: 6,908
Posted By anuradhu
Re: loading a swf file using a variable

have you found the solution?
Forum: ColdFusion Apr 18th, 2006
Replies: 10
Views: 14,818
Posted By anuradhu
Re: does dreamweaver MX can create forum?

dreamweaver is just an editor which would help you to code a programming language...
kindly dont rely on dreamweaver for such kind of development stuff....
what is your server script?
r u using...
Forum: ColdFusion Apr 18th, 2006
Replies: 7
Views: 5,613
Posted By anuradhu
Re: Need help with ColdFusion multipages

website links for coldfusion:

macromedia.com
easycfm.com
cffaq.com
coldfusiontutorials.com
webmonkey.com

but for me the macromedia site has always been the best reference
Forum: ColdFusion Apr 18th, 2006
Replies: 6
Views: 6,908
Posted By anuradhu
Re: loading a swf file using a variable

could u explain ur problem in detail?
Forum: ColdFusion Apr 18th, 2006
Replies: 0
Views: 2,745
Posted By anuradhu
encrypt function

could someone please let me know the encryption level of the encrypt function of coldfusion....
as far as i know it supports onjly 32 bit encryption...are there any chances of it supporting any other...
Forum: ColdFusion Apr 18th, 2006
Replies: 0
Views: 2,081
Posted By anuradhu
sending encrypted emails

could anyone there hlp me how to send encrypted emails using coldfusion...

i planned to encrypt the content of the mail to be sent but the decryption is to be done when the user receives the...
Forum: ColdFusion Apr 18th, 2006
Replies: 2
Views: 5,871
Posted By anuradhu
Re: Coding for drop down boxes

try this:

on change of the first combo/list submit the form and pass the value of the combo to the query to fetch the records satisfying this value....
then populate the second combo accordingly...
Forum: ColdFusion Apr 18th, 2006
Replies: 3
Views: 4,693
Posted By anuradhu
Re: Help with a search form/page

try this:

on change of the first combo/list submit the form and pass the value of the combo to the query to fetch the records satisfying this value....
then populate the second combo accordingly...
Forum: ColdFusion Apr 18th, 2006
Replies: 16
Views: 7,049
Posted By anuradhu
Re: Posting News according to today's date

i had a similar kind of an issue with MS SQL Server which also supports only 255 characters for the text field.
i solved it by making the text field to varchar of teh desired length i wanted.

le me...
Forum: ColdFusion Apr 18th, 2006
Replies: 3
Views: 3,738
Posted By anuradhu
Re: code error

yes you can do it by logging into the coldfusion administrator...
go to the link which speaks about the datasources....and add the datasource and the type of the database you are trying to use and...
Forum: ColdFusion Apr 18th, 2006
Replies: 3
Views: 2,507
Posted By anuradhu
Re: Dreamweaver??

are you using window.back?
if yes, u dont have any option to get the info back..
and what purpose you are trying to do this.....coz based on the purpose e can try to solve it....
Forum: ColdFusion Apr 18th, 2006
Replies: 2
Views: 2,190
Posted By anuradhu
Re: different page titles

hey there,
what is ur actual requirement?
a) do u want different page titles in different pages or
b) you want the title mentioned in one page to be reflected in all the pages of your site....

if...
Showing results 1 to 27 of 27

 
All times are GMT -4. The time now is 10:06 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC