User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 391,922 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 3,713 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 38 of 38
Search took 0.01 seconds.
Posts Made By: amithasija
Forum: MySQL Jan 18th, 2008
Replies: 2
Views: 467
Posted By amithasija
Help Full text search

hi all,

i just want to know whether it is useful to alter the 50% threshold scheme that mysql uses by default ,is it beneficial in any way regarding serach(either by increasing or decreasing its...
Forum: Geeks' Lounge Jan 14th, 2008
Replies: 12
Views: 600
Posted By amithasija
Agree ot Not

Do you think programmers can change the world if given code.(agree or not).don't think just paste wats in your mind.
Forum: JavaScript / DHTML / AJAX Jan 14th, 2008
Replies: 5
Views: 1,129
Posted By amithasija
Re: javascript sources

come on guys lets include websites also in this category ,so if you know some site with some good effects on user interface than also we can share it,come on...
Forum: JavaScript / DHTML / AJAX Jan 10th, 2008
Replies: 5
Views: 1,129
Posted By amithasija
Re: javascript sources

http://simplythebest.net/

http://marcgrabanski.com/

try for these links also.
come on guys lets post some more links having amazing effects
Forum: JavaScript / DHTML / AJAX Dec 28th, 2007
Replies: 5
Views: 1,129
Posted By amithasija
javascript sources

hi all,

as we all know javascript is doing great these days,and compatible with all langauges is best feature.we can see the effects using javascript libraries are really good like...
Forum: PHP Dec 28th, 2007
Replies: 0
Views: 339
Posted By amithasija
Help zendframework

hi all,

i have one default module and one more module module_1 ,i have one parameter extra in url for langauge like site.com/module/languageparameter/controller/action i defiend it in...
Forum: Ruby Sep 17th, 2007
Replies: 0
Views: 2,432
Posted By amithasija
access public folder

hi everybody,

i want to access the images stored in /public/images folder through url,

means if my application is running on port-3000,than i want to access the images folder
using localhost with...
Forum: Ruby Jul 11th, 2007
Replies: 2
Views: 2,302
Posted By amithasija
Re: plugins

thanx pty,

but i am still unable to load that plugin here what i have done.


ruby script/plugin source http://svn.viney.net.nz/things/rails/plugins/validates_date_time/
the result was "Added i...
Forum: Ruby Jul 11th, 2007
Replies: 2
Views: 2,302
Posted By amithasija
Help plugins

i have been using instant rails to run my application with apache server ,now i want to install plugins but i m not getting the right way to do it ;

i gave install plugin from console but every...
Forum: Ruby Jun 12th, 2007
Replies: 2
Views: 2,301
Posted By amithasija
mpeg uploading

can anybody help me in uploading mpeg files.i did image uploading using rmagik and it works quite well but now i want to upload video files,so can i get some clue or may be full code if...
Forum: Ruby May 28th, 2007
Replies: 5
Views: 8,435
Posted By amithasija
HOW TO send SMS using ruby on rails

hello members how r u
another query for u people,

can any body help me in sending sms through code.any kind of help will be highly appreciated...
Forum: Ruby May 23rd, 2007
Replies: 8
Views: 3,873
Posted By amithasija
Re: query string

thanx gary for your reply but i want to know that ,do i need to install or include some file to get it working as its not working if i only add this line of code only.
Forum: Ruby May 21st, 2007
Replies: 8
Views: 3,873
Posted By amithasija
Re: query string

hi pty,

is there any special function to retrive the complete query string path,i have read from manual that this function is used to retrieve complete string,
ENV['QUERY_STRING'],but i am not able...
Forum: Ruby May 21st, 2007
Replies: 8
Views: 3,873
Posted By amithasija
Re: query string

thanx pty for quick reply,

but if i have suppose 7 parameters in query string and i want to access the value for all 7 parameters in one go, how can i do that..
Forum: Ruby May 16th, 2007
Replies: 8
Views: 3,873
Posted By amithasija
query string

can anybody tell me how to get the values from querystring.

thanx in advance to all..
Forum: Ruby Apr 13th, 2007
Replies: 2
Views: 1,927
Posted By amithasija
Re: Count Object On Page

u can also use form.elements.length in your script to get the total no of elements on ur page provided all elements must be in same form.
Forum: Ruby Apr 13th, 2007
Replies: 3
Views: 7,353
Posted By amithasija
Re: collection_select with :selected option

thanx buddy for quick reply,

now i am explaning you the whole scenario.what i have done is ,i have a sample form with collection_select on it with multiple true(suppose five values).on submit...
Forum: Ruby Apr 10th, 2007
Replies: 3
Views: 7,353
Posted By amithasija
Help collection_select with :selected option

can we use collection_select with :selected option if yes ,plz let me know.if not than plz tell me how to use select instead of collection_select and where to write query in select if i dont want to...
Forum: ASP.NET Mar 26th, 2007
Replies: 9
Views: 1,709
Posted By amithasija
Re: Loading All Database Name

just go through www.connectionstrings.com for all your db queries
Forum: Ruby Mar 19th, 2007
Replies: 1
Views: 2,015
Posted By amithasija
ajax in selection box

can any body help me out in my situation ,i want to retrieve some results from database , when i choose a value from the selection box.

thanx in advnce

tc
Forum: Ruby Mar 14th, 2007
Replies: 0
Views: 2,447
Posted By amithasija
Help smtp settings

require 'action_mailer'

ActionMailer::Base.delivery_method = :smtp

ActionMailer::Base.server_settings = {
:address => "address",
:port => 25,
:domain => "domain.com",
:user_name =>...
Forum: Ruby Mar 14th, 2007
Replies: 1
Views: 3,901
Posted By amithasija
Help multi dimension array

can anybody tell me how to define multi demensional array in ruby on rails.


thanx buddies for previous replies and for this in advance.
Forum: Ruby Mar 8th, 2007
Replies: 2
Views: 3,089
Posted By amithasija
send mail

how to send a mail using ruby..?plz help me
Forum: Ruby Feb 6th, 2007
Replies: 1
Views: 2,159
Posted By amithasija
Help image and file uploading

hhey any body knows how to upload a file or image in database and retrieve it,i know i have to use file column and rmagcik but dont know how to apply them,can anybody tell me step by step...
Forum: C# Jan 19th, 2007
Replies: 5
Views: 4,434
Posted By amithasija
Re: How to display a table on windows application in c#

use datagridview ,which will definately solve ur problem


string sqlSelect = "select * from usertest";
SqlCommand cmd = new SqlCommand(sqlSelect, conn);
SqlDataAdapter adp = new...
Forum: IT Careers and Business Jan 17th, 2007
Replies: 5
Views: 8,171
Posted By amithasija
Re: Confused on MIS Degree jobs

come to india u'll will have lots of option to chose from or apply directly to it giants in india and all types of software companies u'll deinately get job here,

bye tc
Forum: IT Careers and Business Jan 15th, 2007
Replies: 2
Views: 1,283
Posted By amithasija
Re: what to learn

neha u if u want to be in programming ,than make sure ur c++ concepts are really strong and one database it might be sql server or oracle.than its not difficult for u to be a part of it industry,but...
Forum: Ruby Jan 15th, 2007
Replies: 20
Views: 8,767
Posted By amithasija
Re: Anyone want to learn Ruby

can anybody tell me how to connect to mysql with my application ,i am ne wto ruby on rails,plzz
Forum: Ruby Jan 15th, 2007
Replies: 20
Views: 8,767
Posted By amithasija
Re: Anyone want to learn Ruby

yes i want to learn ruby,and i am able to create some from also,but i dont know the database connectivity with MySql can anyone help me to connect my apllication to dtabase...plzz
Forum: ASP.NET Dec 23rd, 2006
Replies: 2
Views: 1,685
Posted By amithasija
Help checkboxcolumn in datagrid

i want to make a chekbox column in my datagrid,and wants to do some action on checked and unchecked,i am using c# in window application,can anybody help me regarding this......that how to apply these...
Forum: ASP.NET Dec 22nd, 2006
Replies: 7
Views: 6,259
Posted By amithasija
Re: Connection to sql database in c#

send me the string u r using and name of ur machine and database name also.
Forum: ASP.NET Dec 19th, 2006
Replies: 7
Views: 6,259
Posted By amithasija
Re: Connection to sql database in c#

go to connectionstrings.com,will solve all ur problems related to connection.tell me if you got your problem solved
Forum: C# Dec 5th, 2006
Replies: 5
Views: 1,350
Posted By amithasija
Re: Partial Information - HELP

you have to trap ontext change event by double clickiking on textbox in design form, and run sql like(select (columnname) frm(database)where (columnname) like =' "'"+textboxname.text+"'"%'
Forum: ASP.NET Dec 5th, 2006
Replies: 3
Views: 2,242
Posted By amithasija
Help thanx sushanth

thanx for your reply sushanth,i have 1 more question for u,i developed one window aoolication using firbird database as stanalone server,so when i try to do any really fast on my running...
Forum: ASP.NET Nov 28th, 2006
Replies: 3
Views: 2,242
Posted By amithasija
Question connection string

i know this is not a question u'll enjoy,but i am new to asp.net but i need a connectio string to start my project ,so can anybody plz tell me how to get connection string while using sql server...
Forum: MS SQL Nov 27th, 2006
Replies: 0
Views: 1,324
Posted By amithasija
Help firebird database

i have two questions?

i made my window application in c# using standalone firebird database ,now i want to make my exsisting application database as emmbedded firebird database???? how can i,and...
Forum: C# Nov 21st, 2006
Replies: 2
Views: 4,210
Posted By amithasija
Re: selection of particular value from combobox on load

thanks for ur contribution jerry ur way is good to do that,but i did it finaly yeterday night using cmb.text = "money" option,but thanx a lot for ur quick reply.
Forum: C# Nov 20th, 2006
Replies: 2
Views: 4,210
Posted By amithasija
Help selection of particular value from combobox on load

i am using the combobox on panel and it got fill when panel loads ,it has 7 enteries and i want whenevr the panel opens or the combo fills i'll see "money "as my default selected value out of those...
Showing results 1 to 38 of 38

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