- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 21
- Posts with Upvotes
- 11
- Upvoting Members
- 11
- Downvotes Received
- 6
- Posts with Downvotes
- 4
- Downvoting Members
- 4
I'm looking simple and smart......
- Interests
- Reading Books, Playing Games and
36 Posted Topics
Re: If you are using Windows 2008 server (IIS7) then it supports FTP over Secure Socket Layer (SSL). This feauture allows to be encrypted between an FTP client and server. You can use FTP clients like filezilla which supports FTP over SSL. | |
Re: Yeah. It's good one Luise. You also helped out me. It's working fine for me. | |
Re: There's only one problem with the above method for performing image rollovers, and that is, the browser doesn't load the second image until the user hovers over the first image. This image could take a second or two to load - which reduces the impact of the rollover. You really … | |
Hi, Recently i hava a problem to rename a folder. That is i'm able to rename anything to a folder. But i'm unable to rename as [B]CON[/B] to any folder. Is it windows bug or anything else? | |
Re: teedoff, how can you transfer the data by just clicking on the transfer data option in database? U know why records and data get deleted while transfer the data? Yes, we have an option data transfer. But where you want to transfer the data either local system or remote system. … | |
Re: Binesh, your post was asked by as previously by as many ones. It was similar thing. Any way, see every browser has different properties. Like, Opera has not support to active controls but internet explorer must support to active controls. So, that was difference. May be your software doesn't support … | |
Re: You better to browse this [URL="http://homerenovations.about.com/"][COLOR="Green"]About Homerenovations[/COLOR][/URL] website. May be it's useful to ur idea. | |
Re: I agree with pritaeas. The example was good!!! | |
Re: Yeah. I got your point. It was nice thinking actually. keep it up. Try this below code: [CODE] <html> <head> <script language="javascript" type="text/javascript" > <!-- hide function jumpto(x){ if (document.form1.jumpmenu.value != "null") { document.location.href = x } } // end hide --> </script> </head> <body> <form name="form1"> <select name="jumpmenu" onChange="jumpto(document.form1.jumpmenu.options[document.form1.jumpmenu.options.selectedIndex].value)"> … | |
Re: Try this below code. [CODE] <html> <script language-"javascript"> function countselected() { var selOpts= $("#cboList").find("customer").length+1; alert(selOpts); </script> </html> } [/CODE] It was working fine for me. | |
Re: I got your problem. As far as my concern knowledge i suggest you go with java for starting native desktop applications. Because, Desktop Java technologies can be used to create rich client applications and applets that are fast, secure, and portable. And also it provides a flexible and robust deployment … | |
Re: Darkocean, I can understood upto that client sends an package to your application. What was this sentence "I want to listen it with thread ans produce an answer to them" ? Why you use MSSql Db for produce answers? What necessery? Please come with some more information. Then we can … | |
Re: Ur idea was good. I thought in this situations you can fix some of the position to determine whether it is an int or char... Because it can't possible to determine by using length of the string. | |
Re: What actually you want Mr.Unbidden Ghost? For asking Open source projects was ok. It might acceptable. What necessary for saying all these that "I am busy with a skills upgrade effort. Another thing I would like to know is if I join an open source community and I do some … | |
Re: gabhinav, I suggest you don't waste the time to drop these type of posts here. This forum was sincerely help to others while developing the code or any typical issues and bugs etc., don't you got this and new usages in google. Google it man. Please click on the " … | |
Re: Try this below code. [CODE] import java.awt.*; import javax.swing.*; public class MultiPanels { private JScrollPane getContent() { Dimension d = new Dimension(300,200); JPanel panel = new JPanel(new GridBagLayout()); GridBagConstraints gbc= new GridBagConstraints(); gbc.weightx = 1.0; gbc.fill = GridBagConstraints.HORIZONTAL; gbc.gridwidth = GridBagConstraints.REMAINDER; panel.add(getPanel(d, 6, Color.red), gbc); panel.add(getPanel(d, 4, Color.green.darker()), gbc); panel.add(getPanel(d, … | |
Re: It's nothing but dynamic selection. The below code may helps you to retrieve the data from the database when u click on the particular employer. [CODE] function Retrieve(query) { // Get document head element var head = document.getElementsByTagName('head').item(0); // Create new script element and set attributes var script = document.createElement('script'); … | |
Re: I understood your point. Try this below code... [CODE] <html> <head> <script type="text/javascript"> function disp_prompt() { var fname=prompt("Please enter your name:","Your name") document.getElementById("msg").innerHTML="Greetings " + fname } </script> </head> <body> <input type="button" onclick="disp_prompt()" value="Display a prompt box" /> <br /><br /> <div id="msg"></div> </body> </html> [/CODE] It was working fine … | |
Re: Mr.Caseyfw and urtrivedi, Where you specified that[CODE]b.last_operation_id[/CODE]? You both are used[CODE]max(operation_id) as last_operation_id [/CODE]. But Operation_id is refered with c. That is C.operation_id. And, Caseyfw where you found the mistake in urtrivedi? His code was right. What was above 19 step? There is no dept_id in 'b' variable. Then how … | |
Re: Boss, you post the thread in MySQL. But you need to know about the PHP. First, please make sure on which category to post the thread. Please click on " Make this thread is solved" which shown in the below or else delete this thread and post in PHP forum … | |
Re: Try this simple code. [CODE] <script type="text/javascript"> <!-- var myArray = new Array(); myArray[0] = "Football"; myArray[1] = "Baseball"; myArray[2] = "Cricket"; document.write(myArray[0] + myArray[1] + myArray[2]); //--> </script> [/CODE] Apply it in your class... | |
Re: I had a view in the above web site and it's corresponding code. Yes, it was not push out at the top of the menu if you ran code by using .html file extension. But, in the web site it was push out the images and all. Why because, observe … | |
Re: Yes...Veeliang code was good. You can refer any where by using this div id="My Text Area" in html code. | |
Re: Your code was also working fine to me in chrome and safari. Actually, every browsers have some special properties by itself. For suppose, Opera has applicable to window inner height and doesn't supports Active controls. But coming to Internet Explorer it doesn't applicable to window inner height but it supports … | |
Re: It's better to find your answers in this [URL="http://jqueryui.com/demos/tabs/"]Link [/URL]. May be it is useful to u....! | |
Re: I can understand your problem. That is your [B] Text displayed as intended: election Text encoded as UTF-8 but displayed as ISO-8859-1: A~clection Text encoded as ISO-8859-1 but displayed as UTF-8: !?[]ction [/B] I think It is good practice to use the same encoding at all stages in document production, … | |
Re: The code has given by mustafa is right. But it adds only one image to panel. If you need to add multiple images or textboxs and button to panel. You can try this below code. [CODE] import java.awt.*; import java.awt.image.BufferedImage; import java.io.*; import javax.swing.*; public class ImageOnBackground { public static … | |
Re: [B][/B]mysql> delete from table name where name= 'jess'; qeuery OK, 1 row effected(0.00 sec)[/B] The above example will delete the record of the student jess from the table. | |
Re: However you found the issue by ur self. That's good anyway. If you thought this post is solved. Than please click on the "Make this thread solved" which shown in the below. So that, threads are get reduced in this forum. Thanks!!! | |
Re: Your code given complete date,time and everything. it is a default format. The below code is exactly reach your requirement [CODE] java.util.Date date = new java.util.Date(); DateF=" " + java.text.DateFormat.getDateTimeInstance().format(dateFormat); [/CODE] And the second approach is you can change your format by ur self [CODE] java.text.DateFormat dateFormat = new java.text.SimpleDateFormat("yyyy-MM-dd"); … | |
Re: The above syntax is absolutely correct that what scrappedcola provided. If you working with multiple arrays you can also use this below syntax [CODE] var a=new Array('a','b','c'); var b=new Array('d','e','f'); var d=new Array('x','y','z'); var c=a.concat(b,d); [/CODE] | |
Re: It's nice. Avarionist may be the above five steps are useful to explain your doubt. | |
Re: Your issue not yet all cleared. Can you please provide me either some code what you already created as you said or describe your problem in steps... | |
Hi, I need to get the current date without using [B]any packages or any construction methods[/B]. Simply, i want to get the current date by convert date to string. I used this code. Please find the below code... [CODE] String getDate = new SimpleDateFormat("yyy/MM/dd HH:mm:ss"); return getDate.format(date); [/CODE] But, i'm … | |
Re: [CODE] <html> <body onMouseover="document.bgcolor='black'"> <font> . . . </font> </body> </html> [/CODE] It was working fine for me. |
The End.