Posts
 
Reputation
Joined
Last Seen
Ranked #874
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
83% Quality Score
Upvotes Received
46
Posts with Upvotes
41
Upvoting Members
31
Downvotes Received
14
Posts with Downvotes
11
Downvoting Members
6
5 Commented Posts
11 Endorsements
Ranked #154
Ranked #271
~175.19K People Reached
Interests
sharing knowledge,web surfing ,playing cricket
Favorite Tags

191 Posted Topics

Member Avatar for biswa2ray
Member Avatar for alan.davies
0
6K
Member Avatar for wuzere.crewzz

for achieving your task we should consider one thing like as delete operation in your case , **for deleting a row** you took the support of checkbox similarly for setting text into corresponding textbox when the selection is made in respective dropdownbox we should consider the same thing otherwise there …

Member Avatar for Phoenix_2
0
8K
Member Avatar for batuzai04123

hai **batuzai04123** , why dont we try to pass taskid value to java script from button onclick eventt like as follows **<input type="button" id="btnApprove" onclick="getTaskId(<%=taskId%>);" value="Approve" />** if you try like as above there is no need of hidden feild as well as you may get the task id directly …

Member Avatar for Om_3
0
16K
Member Avatar for kaungzaythu

hai **kaungzaythu**, i think [in your view page] you need to change this line from this <?php echo form_dropdown('r_e_name', $return);?> to this <?php echo form_dropdown('r_e_name', $data['return']);?> because in your controller code you placed all regions data in **$data['return']** data array with index 'return' so in our view, we need to …

Member Avatar for cereal
0
5K
Member Avatar for Albert Pinto

hai Albert Pinto please go thru this url it may helps you in this regard http://cakebaker.wordpress.com/2006/04/15/file-upload-with-cakephp/ happy coding

Member Avatar for mandeep_2
0
3K
Member Avatar for adikimicky

hai **adikimicky**, suggestions (for better programing): make your connect method signature as follows public void connect(String user_name,String pass){ // your code here } **at line 59** pass username and password values to connect() method.so that line will be as follows connect(userName,passWord); then finally chage the query as follows String str …

Member Avatar for Lakhveer
0
7K
Member Avatar for nadiam

hi nadiam, i think you are using **$rw** variable out of the scope. let me know is $rw globally defined variable in your php page? pls notice $rw = mysql_fetch_array($sql); // you defined here } // closed loop here } // closed loop here ?> Event Name : <input type="text" …

Member Avatar for nadiam
0
501
Member Avatar for nadiam

hi nadiam , first you have to know one thing about radio buttons functionality if you want select one radio button among three or group of radio buttons then you should go like as follows (name of radio buttons are same) <input type="radio" name="status" value="unconfirmed"> unconfirmed <input type="radio" name="status" value="attended"> …

Member Avatar for nadiam
0
2K
Member Avatar for Douglas_2

hi Douglas_2, if you want to place the coordinate values in two fields then try to change the code in the showPosition() method is enough. i mean change like from this to (instead of displaying into div) x.innerHTML=”Latitude: ” + position.coords.latitude +“<br>Longitude: ” + position.coords.longitude; this document.getElementById('field1').value = position.coords.latitude; document.getElementById('field2').value …

Member Avatar for radhakrishna.p
0
376
Member Avatar for geneh23

hi all, i am not sure but my guess is the problem might be with jquery. it conflicts with other jquery codes in your page. so try to change the lines from (50-53 in the above post)this <script> $(function() { $( "#tabs" ).tabs(); }); </script> to this, <script> Jq = …

Member Avatar for radhakrishna.p
0
375
Member Avatar for BenWard

hi BenWard , i dont know exact solution for your problem but try with this pls replace this £ symbol with '&pound' word at php side and send these results to your webpage through AJAX as it is it will produce the currency symbol as you expected i am not …

Member Avatar for BenWard
0
275
Member Avatar for hbhatti18

hai **hbhatti18**, go through the following URL it may helps you a lot http://www.onbarcode.com/products/java_barcode_reader/ happy coding

Member Avatar for arronlee
0
635
Member Avatar for gvenkatesh1989
Member Avatar for prrmod
0
96
Member Avatar for KamiNuvini

hai KamiNuvini, you have to modify your script code as follows so that you will get your answer $(document).ready(function(){ $("button").click(function(){ var long_url_txt = $("#longurl").val(); // reading value from your text field here $.ajax({ url:"shortify.php", // where you want to pass your request data:"long_url_value="+long_url_txt, // passing textfield values to desired php …

Member Avatar for KamiNuvini
0
3K
Member Avatar for jLamp

hai **Shalomd**, have you tried anything/any code so far please share with us? for sending mail use php **mail(to,subject,message,headers,parameters)** function like as in the given url http://www.w3schools.com/php/func_mail_mail.asp let me know the status happy coding

Member Avatar for crescendo
0
213
Member Avatar for Sweksha

hai **Sweksha**, i think you are using netbeans IDE to develop the appilication.so that those values are coming by default with JCombobox. for this , you have to call **removeAllItems()** avialable in the **JCombobox** class before inserting data into combobox i mean calll the following statement before while loop combobox.removeAllItems(); …

Member Avatar for london-G
0
185
Member Avatar for Maideen

hai **Maideen**, i think the following statement(at line no 26 in Search.php) might be the problem you need to change from this while($row = $stmt->fetch()); to like this while($row = $stmt->fetch()){ // your code goes here .... } i think you got the point and reason too let me know …

Member Avatar for Maideen
0
365
Member Avatar for anisha.silva

hai **anisha,** why dont you try this URL once? https://netbeans.org/kb/docs/websvc/intro-ws.html the above url gives you a brief way for your requirement i feel this is simple and easy for all mind levels happy coding...

Member Avatar for radhakrishna.p
0
332
Member Avatar for edwin.thomson1

hai **edwin.thomson1**, **are you asking for vertical menu or horizantal menu?** please clarify this once.. i think you are looking for horizantal menu if it is then try the bellow url which may meets your requirement http://www.menucool.com/horizontal/css-menu and this too, http://nettuts.s3.amazonaws.com/819_megamenu/demo/index.html let me know the status [EDITED]

Member Avatar for pixelsoul
0
159
Member Avatar for Webville312

hai **Webville312**, i think u need to set the **minDate** property for achieving this like as follows (incase if you are using Jquery Datepicker) $("#datepicker").datepicker({ minDate: 0 }); let me know the status happy coding

Member Avatar for Webville312
0
6K
Member Avatar for Junior Coder

hai **Junior Coder**, i recommend zebra date picker for this requirement please go thru the following link you will find so many dateformats as you wish to display the date pickers http://stefangabos.ro/jquery/zebra-datepicker/ let me know the status happy coding

Member Avatar for radhakrishna.p
0
165
Member Avatar for Olyboy16

hai **Olyboy16**, in my point of view, its vaery hard to explain by seeing the explanation. it will be easy to expert of here atleast by seeing the example or the code for giving a proper solution to your problem lets see if any expert of here can try to …

Member Avatar for Troy III
-1
205
Member Avatar for vishal.du123

hai **vishal.du123**, as **pritaeas** said, please make your script code from this <script>$('.countryclassinfolink').click(function(event) { event.preventDefault(); var detailinfo = $(this).parent().next().html(); $('#country_details').html(detailinfo); $('.countryclassinfolink2').click(function(event) { event.preventDefault(); $('#country_details').html(''); $('#country_details').hide(); $('#country_seminars').fadeIn(); }); $('#country_seminars').hide(); $('#country_details').fadeIn(); }); </script> to this <script type="text/javascript"> $(document).ready(function(){ $('.countryclassinfolink').click(function(event) { event.preventDefault(); var detailinfo = $(this).parent().next().html(); $('#country_details').html(detailinfo); $('.countryclassinfolink2').click(function(event) { event.preventDefault(); $('#country_details').html(''); $('#country_details').hide(); $('#country_seminars').fadeIn(); …

Member Avatar for radhakrishna.p
0
173
Member Avatar for klemme

hai **klemme**, i agree with what **iamthwee** said is right, because while sending the image with mail not required to get the contents of the image file instead of that provide the full path of the image which is resided in your webserver like as follow <img src="http://www.yourservername.com/dir_ofImages/image_path"/> so you …

Member Avatar for radhakrishna.p
0
247
Member Avatar for Bibek_NS

hai **Bibek_NS**, in addition to the abouve suggested urls , go through the following links it may helps you in this regard http://s3.envato.com/files/2526201/index.html or http://ruwix.com/simple-javascript-html-css-slider-progress-bar/ let me know if you have any doubts happy coding

Member Avatar for radhakrishna.p
0
398
Member Avatar for ze0001ng

hai **Ze0001ng** i feel this the best hosting server for java but it has 15 trail period then if you want to upgrade there is upgrade option too have a look at once (i tried it and experienced it) http://jelastic.com/

Member Avatar for radhakrishna.p
0
305
Member Avatar for RinzLove

hai **RinzLove**, why dont you try to use **cookies** in this requirement? the following url may help you in this regard [Click Here](http://www.quirksmode.org/js/cookies.html)

Member Avatar for radhakrishna.p
0
298
Member Avatar for rexmatthew

hai **rexmatthew**, **just suggestion only:** please try to do like as follows change from this <script> jQuery.noConflict(); // Put all your code in your document ready area jQuery(document).ready(function($){ // Do jQuery stuff using $ $("div").hide(); }); // Use Prototype with $(...), etc. $('someid').hide(); </script> to this **(we have to use …

Member Avatar for radhakrishna.p
0
224
Member Avatar for erum

hai **erum**, i too surprised by seeing this kind of requirement its working for the click event of button like this format <input type="button" name="" value="Try it" onclick="myFunction()"/> than this <button onclick="myFunction()">Try it</button> i dont know the reason exactly but i think this might be html version problem we will …

Member Avatar for radhakrishna.p
0
210
Member Avatar for davy_yg

hai **davy_yg**, in addtion to the above responses,please consider this one while you inserting data into galley table your sql syntax is like as follows INSERT INTO gallery(productname, location, description, urlimages)....... but while you updating the gallery table your sql is UPDATE gallery SET productname='".$productname."', image='".$location."', description='".$description."', urlimages='".$urlimages."' WHERE id=".$_REQUEST['id']; …

Member Avatar for TonyG_cyprus
0
296
Member Avatar for ganges

is this r u looking for [Click Here](http://blog.mclaughlinsoftware.com/2010/03/18/manual-oracle-service/)

Member Avatar for radhakrishna.p
0
83
Member Avatar for jared.j.roberts.7

hai **mtangpos16**, i have done some modifications to your code you can not write a class inside a main method because main() method is starting point for creating objects but not starting point of the class creation/definition/declaration. i think your code would be like as follows /* * To change …

Member Avatar for radhakrishna.p
0
187
Member Avatar for Tewhano

hai **Tewhano** instead of this in your code <div id="maps"> <!-- <img id="sky" src="sky0.jpg" alt="" /> original code to be replaced by the script --> <script type="text/javascript" document.write('<img id="sky" src="sky' + mapNum + '.jpg" alt=" " />'); </script> <img id="mask" src="mask.gif" alt="" /> <div id="datetime"> <script type="text/javascript"> document.write(timeStr); </script> </div> …

Member Avatar for radhakrishna.p
0
423
Member Avatar for jmw5598

hai **jmw5598**, there are plenty of reasons for coming SQLException in order to connect with databse.itrs not easy to trace out by just specifying **"SQLException"** **could you please post entire printStackTrace() details here?** so that it will be easy for us to help you... happy coding..

Member Avatar for radhakrishna.p
0
135
Member Avatar for chdboy

hai **chdboy**, as above experts said you may also try like this import java.sql.DriverManager; import java.sql.Connection; public class connectionDB { public static Connection getCon()throws Exception { Class.forName("your_database_driver_name_goes_here"); Connection con = DriverManager.getConnection("your_connection_string_here","user_name_here","password_here"); return con; } } call the **getCon()** method wherever you want by using its class name directly as follows …

Member Avatar for chdboy
0
207
Member Avatar for joseph.lyons.754

hai **joseph.lyons**, you need to take the input value for pub name to search from either of the one mechanism by using this way-1 String pubName = JOptionPane.showInputDialog("Please Enter the pubs name you wish to search."); // this mechanism expects value for pubname from its input box or using this …

Member Avatar for joseph.lyons.754
0
197
Member Avatar for ASWEDAN

hai **ASWEDAN**, i have a small doubt let me know what does the statement means at line no 7 ? If Con.State = ConnectionState.Closed Then in the above statement r u going to assigning values are comparing values i donot have a great knowledge in vb.net but it seems to …

Member Avatar for ASWEDAN
0
325
Member Avatar for Kert

hai **Kert** what i guessed is in your dynamic version page, you have to call the bellow method $("#candidatetable").tablesorter(); the time **after loading the results in table**, **not on the page load** (what i mean is while loading the page there is no content in the table) i think you …

Member Avatar for radhakrishna.p
0
303
Member Avatar for chdboy

hai chdboy, please add/include **sqljdbc.jar** file to your project build path check it once after adding the jar file to your project let me know the status

Member Avatar for chdboy
0
909
Member Avatar for Venter

hai **Venter**, **can you explain me a little bit more about whats your actual requirement is?** i am getting little bit confustion about your requirement. so i have modified your code what i understood from the post which is given below have a look at once. after changing the valus …

Member Avatar for radhakrishna.p
0
248
Member Avatar for nova37

hai **darkc99** please check whether these two columns **ddown_status** , **Machine ID** are existed in your database table **dorder** or not if not matched replace with exact column names check it once and let me know the status

Member Avatar for radhakrishna.p
0
3K
Member Avatar for ChargrO

hai **ChargrO**, try this (is also valid) var VerbSelect = document.getElementById('Verb'); var Verb_text = VerbSelect.options[VerbSelect.selectedIndex].text; (or) var Verb_val = VerbSelect.options[VerbSelect.selectedIndex].value; let me know the status happy coding

Member Avatar for radhakrishna.p
0
142
Member Avatar for Shania_01

hai **Shania_01**, you can also connect ms access database by creating Data Source Name For your access file otherwise you need to add **ms access connector related jar** file to your application as **stultuske** said you may try the following urls, it helps you a lot http://www.hossainkhan.info/content/using-ms-access-java-through-jdbc-odbc-connection this URL is …

Member Avatar for jwenting
0
346
Member Avatar for ChargrO

hai **ChargrO**, **small suggestions:** (along with above updates of your code) you got the values of dropdownlist **Direction,Verb,DirectionRhyme** correctly you have to do exactly same thing for the remaining drop down boxes but you are displaying the values of remaining dropbox values directly like **f.occupation.value , f.Cname.value , f.Rname1.value .... …

Member Avatar for radhakrishna.p
0
226
Member Avatar for silvercats

hai **silvercats**, instead of onblur() use **onkeyup()** or **onkeypress()** for this requirement check it once by adding any of the actions to the feild let me know the status happy coding

Member Avatar for radhakrishna.p
0
162
Member Avatar for Naruse

hai **Naruse**, the following URL may helps you http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.getpixel.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1 let me know the status happy coding

Member Avatar for Jx_Man
0
1K
Member Avatar for darylglenng

hai **darylglenng** and to all, along with the modifications which are specified in above posts **please also do the following things:** 1. remove or comment **<!--** this at line no 18 2.at **line no 39 and 44** you missed the '(' for if condition it should be like if(course.value =="") …

Member Avatar for radhakrishna.p
0
216
Member Avatar for shipley

hai **shipley**, > mysql update query not working what does it mean (how can we understand by posting a problem like that) ? colud you please explain me clearly whats the problem you got?

Member Avatar for cyberdaemon
0
102
Member Avatar for milkman93

hai **milkman93** as **somjit{}** said along with that, you may use **static block** concept for your requirement like as follows class SampleTest { static{ ArrayList<String> arr = new ArrayList<String>() arr.add("A"); arr.add("B"); // code for printing these array list values values } } and these static blocks are executed while class …

Member Avatar for milkman93
0
2K
Member Avatar for turpentyne

hai **turpentyne**, i am getting confusion about your requirement can you clearly explain me about the requirement? > If I clicked 'name_2', (this), i need to set a variable from 'name_b', within it so that i will try to give a way to solution happy coding

Member Avatar for pixelsoul
0
105

The End.