Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
75% Quality Score
Upvotes Received
21
Posts with Upvotes
11
Upvoting Members
11
Downvotes Received
6
Posts with Downvotes
4
Downvoting Members
4
10 Commented Posts
~7K People Reached
About Me

I'm looking simple and smart......

Interests
Reading Books, Playing Games and
Favorite Tags

36 Posted Topics

Member Avatar for Xessa

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.

Member Avatar for vglass
0
208
Member Avatar for mikegeig
Member Avatar for Buly
0
197
Member Avatar for Rameshkeerthi

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 …

Member Avatar for peter_budo
0
107
Member Avatar for Jayavardhan

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?

Member Avatar for Nick Evan
2
177
Member Avatar for teedoff

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. …

Member Avatar for teedoff
0
117
Member Avatar for troydani
Member Avatar for binesh.uba

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 …

Member Avatar for binesh.uba
0
274
Member Avatar for gunit86

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.

Member Avatar for gunit86
0
90
Member Avatar for baudday
Member Avatar for Anujay

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)"> …

Member Avatar for toydiaz
2
174
Member Avatar for palcham

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.

Member Avatar for taur
0
225
Member Avatar for ChaosKnight11

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 …

Member Avatar for Jayavardhan
0
108
Member Avatar for darkocean

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 …

Member Avatar for Jayavardhan
0
120
Member Avatar for TheComputerGuy

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.

Member Avatar for TheComputerGuy
0
178
Member Avatar for Unbidden Ghost

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 …

Member Avatar for ~s.o.s~
0
159
Member Avatar for gabhinav31

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 " …

Member Avatar for jon.kiparsky
0
137
Member Avatar for joe'g

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, …

Member Avatar for Jayavardhan
0
110
Member Avatar for toydiaz

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'); …

Member Avatar for Jayavardhan
0
137
Member Avatar for Rameshkeerthi

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 …

Member Avatar for Rameshkeerthi
0
111
Member Avatar for trashed

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 …

Member Avatar for Jayavardhan
0
461
Member Avatar for canadian_angel

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 …

Member Avatar for Jayavardhan
0
107
Member Avatar for canterorist

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...

Member Avatar for fxm
0
98
Member Avatar for _mike_

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 …

Member Avatar for Jayavardhan
0
195
Member Avatar for Charles1718

Yes...Veeliang code was good. You can refer any where by using this div id="My Text Area" in html code.

Member Avatar for Jayavardhan
0
134
Member Avatar for joncache

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 …

Member Avatar for Jayavardhan
0
108
Member Avatar for HaveFun

It's better to find your answers in this [URL="http://jqueryui.com/demos/tabs/"]Link [/URL]. May be it is useful to u....!

Member Avatar for Jayavardhan
0
211
Member Avatar for Leandro-AL

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, …

Member Avatar for Jayavardhan
0
83
Member Avatar for emclondon

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 …

Member Avatar for emclondon
0
570
Member Avatar for canadian_angel

[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.

Member Avatar for d5e5
0
147
Member Avatar for fubofo

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!!!

Member Avatar for fubofo
0
108
Member Avatar for TejaDharma

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"); …

Member Avatar for TejaDharma
0
91
Member Avatar for costapico

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]

Member Avatar for scrappedcola
0
755
Member Avatar for avarionist
Member Avatar for avarionist
0
155
Member Avatar for kuffour

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...

Member Avatar for Jayavardhan
0
90
Member Avatar for Jayavardhan

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 …

Member Avatar for Jayavardhan
0
461
Member Avatar for TejaDharma

[CODE] <html> <body onMouseover="document.bgcolor='black'"> <font> . . . </font> </body> </html> [/CODE] It was working fine for me.

Member Avatar for Jayavardhan
0
132

The End.