Hey i want to convert MsWord doc file into text file - any code sample.
And then i want to store it to in database MySql - any code.
And also how to retrieve it in a same format tht was in Msword file using php joomla
Hey:
I just started with Java and downloaded Netbeans, i kind of like it, but i hear a lot about BlueJ and i was wondering wether if downloading and using BlueJ would be of any use when im happy with Netbeans .. or simply tell me if i am comparing two things that aren't comparable and should coexist :D thanks,
Samuel
Hey,
I have a two jpeg files. One is 1024x768 in size and the other is 64x64. I'm creating a console application and would like to add the 64x64 image at location (X,Y) into the 1024x768 image. How can I do this in memory (since I'm not using winforms and would like this to be quite fast)?
I've converted the larger image into bytes using…
hey there,
I've got an app that records audio. I'm wondering how I can increase the gain. is there a way to normalize the audio or amplify it somehow?
thanks,
howie
Hey see my link: http://www.zookacreative.com/xgraph/
I'm using nathan searles looped slider jQuery plugin and it works in everything but Firefox for some reason.
And clue?
Hey guys I have a little issue here. I have a panel where I am drawing a string. This is a game so I keep redrawing the score in order to update it. However when I draw it again it is drawn on top of the previous score so it looked all garbled up. Any ideas how to fix this?
comp2d.drawString(GetScore(Score),ScoreX,ScoreY);
Hey,
I'm looking into SSRS with intention of exporting a lot of the reports to excel. The problem is that when you export it changes cell sizes and removes borders to try and keep the original report format.
Is there anyway to stop this happening? So that the report exports to excel with the "usual" excel formatting? If it requires any…
Hey guys,
Does any of you know what event I can tap into on the DatePicker when the wheel moves.
I want to play a sound (got sound code) as the wheel spin. Just like the timer set picker in Apple's clock app.
All that is there is a single event for ValueChanges which only fires once, at the end of a wheel spin.
Thanks in advance
Hey,
Has anyone seen this error before when making a Linq to SQL call?
Invalid attempt to call FieldCount when reader is closed
Here's the code:
public static MM GetDeviceConfiguration(long ipAddress)
{
string sprocName = ConfigurationBL.ReadSproc("ReadDeviceConfiguration");
return…
Hey guys,
i have got a Hypercom P2100 pinpad that i need to incorporate in my POS app. I tried to access it through hyperterminal but didn't succeed. It is connected to my machine through a USB to Serial interface, could that be the source of problem. In addition, upon googling the programming samples that i could find just…
Hey all,
I know this is simple, I just can't recall the best way to do this.
I have an input like " 5 15 " that defines the x and y of a 2D vector array.
I simply need those two numbers into int col and int row.
What's the best way to do this? I was attemping stringstreams, but can't figure out the correct code.
Thanks…
Hey. I try to use SWFUpload Javascript/Flash library for uploading files in my Rails (RoR) app. Upload works with standard form but with SWFUpload I get "HTTP Status: 422" error code. Can someone tell me how to fix that?
Hey all,
I have been working on a project which involves Marilena(project that ports Face Detection part of OPENCV to ActionScript3). Right now I can take the faces and keep them as byteArrays.
I am working on Flash Builder 4.
I want to add Face Recognition part either. I will identify the faces by connecting to a…
Hey guys,
I have a really dumb question if you don't mind me to ask :(
the thing is that I would like to customise the filter in my datatable to the search field similar to stackoverflow's but i've been struggling so much recently so not sure if i can do it.
my datatable looks like the one from the example in the…
Hey there,
I have a database already set up. I am trying to change the collation to case sensitive on my username column so it restricts login parameters to what they signed up with.
However I keep getting this: #1025 - Error on rename of './yebutno_ybn/#sql-76dc_8581dc' to './yebutno_ybn/user' (errno: 150)
there…
Hey Guys
I am trying to create a car application, each car belongs to a make and model, but only certain makes have certain models.
So I would like a series of select boxes that are populated dynamically based on the previous, however I also would like to add another record to that select box if you cant find the…
Hey guys,
I'm trying to write a shell script under linux, which lists all folders (recursively) with a certain name and no symlink pointing to it.
For example
I have
/home/htdocs/cust1/typo3_src-4.2.11
/home/htdocs/cust2/typo3_src-4.2.12
/home/htdocs/cust3/typo3_src-4.2.12
Now I want to go through all…
Hey Guys
I'm basically building this page which obviously works fine in all browsers apart from IE6, where a small space appears below the cart. The background also has a gap in it in IE6, so I'm wondering what my be causing that, as it's probably related to the main issue.
The html can be found here:
…
Hey guys!
Does anyone know if there is support for Chinese pinyin? I get the results here with correct Chinese pinyin (see "Show romanization" link).
Thank you.
Hey, Im a newbie in cocoa and I have a string and I am trying to count how long it is. I have been searching through Apples docs but I can't find anything.
NSString *word = @"word";
How would I figure out how many characters is in a string?
Thanks
Hey
I had a iphone app, the code has a method to retrieve current time stamp from iphone and upload to server.
Here is my code:
long long timestampMillis = (long long)([[NSDate date] timeIntervalSince1970] * 1000);
However, one of customer use the app in Japan sent data shown on server is tomorrow…
Hey there,
I want to call gnuplot with a shell command, all the commands are stored in, let's say, "load.gp".
If I start the gnuplot shell and type "load 'load.gp'" I can change the viewpoint by dragging the splot with the mouse around.
The Problem is, I can't figure out how to reach that…