Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0

12 Posted Topics

Member Avatar for solahere

hello Folks, I would really appreciate if I could get some help on this. I have an Integer lets say number = 12345 I want to get a string out which is 12,345 so basically puts a commas after every three digits... the number of digits in the number can …

Member Avatar for micahli123
0
3K
Member Avatar for solahere

I want to assign a whole chunk of html content to a php variable. I was wondering if anybody knows of a way other than catenating manually. It's a huge chunk of html full with escape characters so don't want to do '' or "" thing. Any help is appreciated.

Member Avatar for solahere
0
287
Member Avatar for valleymorning

why don't u show some code? I will write some pseudo code for you int numCount = 1; loop over the array from index 1 if i and i-1 entry of array are same increase numCOunt by 1 else set Numcount to 1; done! aint that simple? writing this code …

Member Avatar for valleymorning
0
119
Member Avatar for solahere

Hello Everyone, I had a small problem in my page. There are some select menus that the user can select and there is a download button which on click should allow the user to download a file based on the selected options...I used the following code under the onclick event …

Member Avatar for solahere
0
115
Member Avatar for solahere

This is what I am trying to do... I have a image and I create a bufferedImage and graphics out of that using: [CODE=java] BufferedImage img = ImageIO.read(file); Graphics2D g = img.createGraphics(); [/CODE] Now I play with the graphics and finally save the file using: [CODE=java] File outputfile = new …

Member Avatar for JamesCherrill
0
243
Member Avatar for xonxon

surround the massage type and the skin type with the if statement depending on your requirement so that it would only ask if certain option is selected

Member Avatar for xonxon
-1
110
Member Avatar for shanakaprabath

[ICODE] new ProcessBuilder("notepad","a.txt").start(); [/ICODE] where a.txt is the filename..and you can change notepad to any other program...like notepad++, wordpad depending on the editor u prefer hope that helps

Member Avatar for solahere
0
1K
Member Avatar for picass0

yeah I dont think there is built in library to randomize lines... as adatapost pointed you can store each line into an array and then randomize the index

Member Avatar for solahere
0
93
Member Avatar for solahere

I am having some image resize problem with IE6 when I use the following code, the image looks blurry and the embedded text in the picture cannot be read properly...(it works great in Firefox) [ICODE]<p align = "center">&nbsp;<img border="0" name = "imgName"; src="updatedFlow.png" width="700" height="740"></p>[/ICODE] However, if I remove the …

Member Avatar for stevenpetersen
0
197
Member Avatar for solahere

I wanted to do some popon windows when someone hovers over something on my page... new_window = open("page.html", "displayWindow", "toolbar=no,width=600,height=300,directories=no,status=no,scrollbars=no,resize=no,menubar=no"); I can do that by opening a popup using the abovecode but it opens in a separate page... I want it to hover on top of the same page some …

Member Avatar for solahere
0
138
Member Avatar for solahere

I wanted to do some popon windows when someone hovers over something on my page... [ICODE] new_window = open("page.html", "displayWindow", "toolbar=no,width=600,height=300,directories=no,status=no,scrollbars=no,resize=no,menubar=no"); [/ICODE] I can do that by opening a popup using the abovecode but it opens in a separate page... I want it to hover on top of the same …

0
71
Member Avatar for solahere

THis is really silly but nevertheless... I was wondering what does the <Option Selected ...> in the drop down list mean? Does it mean that the indicated option is selected by default? I just wanted to confirm cause even if I remove the "Selected", it still shows the same option …

Member Avatar for Airshow
0
61

The End.