354 Posted Topics
Re: [URL="http://en.wikipedia.org/wiki/Ajax_%28programming%29"]first read this[/URL], this will give some information about ajax. | |
Re: you can use data base, from the second application (after authentication has been done) you can query session variable from the browser and check the value of that data from data base. | |
Re: hi use one variable isInserted, which will be set true if data is inserted successfully, check its value inside the page and based on this insert a div element which will show the required message. are u using ajax for submission ? if ~s.o.s~ code is ok for you, you … | |
Re: hi [URL="http://www.tizag.com/ajaxTutorial/ajaxphp.php"] try this[/URL] or [URL="http://www.cristiandarie.ro/ajax-php/"]this[/URL] or [URL="http://www.phpriot.com/articles/sortable-lists-with-php-and-ajax"]this[/URL] | |
Re: you want any software or you want to build one ? | |
Re: [QUOTE]Is there a possibilty to say have one real template and a database and depending on what you click on on the main page it will load the details from the database to website?[/QUOTE] you can do this thing using any server side scripting language. -take main template -put variables … | |
Re: [QUOTE]OO programming and java is the worst OO language [/QUOTE] its a pathetic openion, probably he doesn't know the beauty of OO programmin, java is one of the sweetest language on the earth. tell him to learn something about java. | |
Re: use <br><br> between 2 QA block or another way is using one blank <div></div> with some style between two QA block. | |
Re: use: [code='c'] for (int myHeight =1;myHeight <width; myHeight++) { for (int myBase=1;myBase<length;myBase++) { if(myBase==1 || myBase==length-1 ) printf(c); else if(myHeight==1 || myHeight==width-1) printf(c); else printf(" "); } printf("\n"); } [/code] | |
| |
Re: what do you mean by select/dropdown ? ajax is client side technology, any server side language will work well. here is an [URL="http://forum.java.sun.com/thread.jspa?threadID=760898&messageID=4346416"]example[/URL] | |
Re: if after blue screen its not returning to os then there might be problem in hard disk,,,, i got the same. | |
Re: hi dont post same question again and again. see your old thread some one has [URL="http://www.daniweb.com/forums/thread110938.html"]replied[/URL]: | |
Re: use div container and set css text-align property of it. | |
Re: -put a text area on client side. -add a submit button also. -after filling the message on textarea user will click on button. -message will be sent to server. -at server side use some sever side scripting language like PHP, JSP etc. -at server side its your choice to store … | |
| |
| |
Re: there may be padding or margin in container element, just post the css of container of image. if no container then post css of body. | |
Re: -this path will give you good money. -you need to have good analysis capability. -good understanding of bussiness will also help you. | |
Re: see, its all about passion. if you have passion for computing, and you enjoy life with computer then, just do it.enjoy the it. thing is that once you will build career, it will be tough for you to return. so start now itself. | |
Re: it depends on where you are going to join PhD, after PhD mostly you'll get research kind of job, but that also depends on your capability. | |
Re: Hi You have got nice experience. Which way you should go ? right...!!! Importent thing is what's your choice? which option you want? or which one you will enjoy most? ask this question to your self,,,, all the fields you mentioned are good. They'll pay you back only if you … | |
Re: [QUOTE]wner\Desktop\VundoFix.exe[/QUOTE] [QUOTE]er\Desktop\bunny.exe[/QUOTE] what are these files? check the properties of explorer.exe. when it was modified? if time is after installation then its probably corrupt. | |
Re: use array to store the result, and at last show the result. | |
Re: Hi -First clearly analyze what this function will do -make flow char or class diagram, or some paper plan -code it | |
Re: can you explain your question bit more... | |
| |
Re: [QUOTE]flippin[/QUOTE] what does it mean ? [icode]document.write("<H2>The information on the computers you requested: </H2>");[/icode] use dom to add this in to [URL="http://www.google.com/search?client=opera&rls=en&q=adding+element+in+to+document&sourceid=opera&ie=utf-8&oe=utf-8"]document[/URL]. | |
Re: you can not get 03, you can change 3 to 03 through programming...do i need to tell how ? | |
Re: [QUOTE]. how do i pass in a value for the function to begin its creation of the rows.. ? as i have multiple tables with different IDs scattered through my page...[/QUOTE] your question is not clear.... can you explain it, i think you can pass id and num_row to create … | |
Re: dont use loop for it, you can do the same job with [URL="http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html#field_summary"]pattern[/URL] or [URL="http://java.sun.com/docs/books/tutorial/essential/regex/index.html"]regular expression[/URL] | |
Re: hi change last line of <a..... tag as follow -put one id attribute there then: -using javascript's getElementById() function get that anchor element. -change the attribute href using function: element.setAttribute("href","link_str"); -link_str is the complete text link string. using above method you can dynamically change href attribute of anchor tag | |
Re: [QUOTE]the homepage is smaller and doesn't cover all the cell. it's in the middle and there is a lot of black around it. [/QUOTE] without code i cant say about the problem still in container tag add width/height property....hope it will help [QUOTE]How do I make sure the size of … | |
Re: please explain your problem. you want doc or what ? | |
Re: use fscanf() function and some logic,,,,i did same thing using this only | |
Re: hi [URL="http://java.sun.com/developer/JDCTechTips/2001/tt0109.html"]try this[/URL] hope this will help | |
Re: that is nothing but table with 1 row and n column, where n is no. of tab. each cell is having background. | |
Re: are you using any special framework library or you have written every thing by your self ? | |
Re: [QUOTE] PHP/MySQL. It has many open sources, easy to work and can make wonderful applications.[/QUOTE] LAMP rocks !!!! | |
Re: use onScroll function in body: use onScroll like this: <body onScroll="alert('scrolling');"> </body> on this event reset the left and top property of div element. | |
Re: [URL="http://www.w3schools.com/jsref/jsref_onkeypress.asp"]try this[/URL] | |
Re: what you want to do with hex data ? | |
Re: i used visula studio 2005, it is not giving any run time error. can you tell what error you are getting. | |
Re: use onkeydown event in text box, in this event write a function which will take [COLOR="red"]value [/COLOR]of textbox check the [COLOR="red"]length [/COLOR]of string and then print the no. in the box...... | |
Re: can you attach your entire code along with flash file as here, it'll help us to understand problem. still, i think setting z-index property of dropdown may help you. | |
Re: swap finrst and last member increase count for first , decrease count for last do the same......repeat........... | |
Re: some time we need to write the code for both IE and FF its not a problem....carry on with this code. | |
Re: Hi are u doing it for academic purpose or for any company. It seems u r doing for academic purpose. Your client will be connected to internet through companies server. it will not be connected directly i guess. this makes u'r job easy. u can at server side do something … | |
Re: if u r looking for free dev envi go for linux c c++ java gtk++ etc. |
The End.