how can i take off brightness levels of images?
i mean that i have image, and in parts of the images i have brightness, and i wan't to take it off.
tnx, Jim
My application was rejected from Apple today.Apple says that the video stream should be not more than at 64kbps.
what should i will have to do get my application approve on App Store?? Should i have to make changes on video content that i am streaming from my iPhone or should i have to change in code?
Please suggest.
Thanks,
Jim.
Hi,
I am trying to play around Twitter API for my Blackberry application. Is there any library through with i can access twitter information.(I want to pull feeds in my twitter account.)
Any help would be appreciated.
Thanks & Regards,
Jim.
Hi,
I would like to understand what the following code is doing. This logic is part of a routine to strip out html from the body of an email message.
mBBSREgEx.IgnoreCase = True
mBBSREgEx.Global = True
mBBSREgEx.Pattern = "<[^>]*>"
sResult = mBBSREgEx.Replace(sResult, "")
Thank you,
Jim
Hi,
I want to play the podcasts those are available on itunes from my application.
Is there anyway to play podcasts within my appplication?
Thanks,
Jim.
Hello All,
I am very new to the Mac platform and Objective-C in general and in my application I would like to know how to determine that a user is logging out and perform some actions prior to this. Any info or pointers for this will be greatly appreciated.
Regards,
-Jim
Hi,
I have one audio file captured from my iphone. I want to upload this audio file using SFTP protocol?
Is is possible? Is there any third party library available? Is it the same as putting file on FTP?
Thanks,
Jim.
Hi,
I am using media player control in my iPad application. I want to stop going media player into full screen when user click on Full screen button.
Is this possible?
Thanks,
Jim.
I want to create my own media player. There is so much restriction with default media player control on iphone. I have written lots of applications using default media player.
Now i want to write my own media player.If any one can give pointer from where to start to create custom media player.
Thanks in advance.
Jim.
I have a ASP.NET application I've inherited from the person who did my job previously, when I try to debug the program I get the error below.
"A project with an output type of class librart cannot be started directly"
I'm familiar with desktop programs but I'm new to working with ASP.NET, the code is easy enough to understand but I can't get my…
Hi,
can any one describe the exact difference between loose coupling and tight coupling in Object oriented paradigm??
I am too much confused on this.
Thanks,
Jim.
Have a type in the header files I'm working with called VTVOID it is the type of a struct element and a number of parameters.
In the header file defining types is the line
#define VTVOID void
I read in another discussion the void maps to System.Void however when I plug that into the C# code I get the error
"System.Void cannot be used…
I have been running into walls with this for a while, so I posted at stackoverflow, and I was pointed over here...
I am attempting to setup multiple IP addresses on Snow Leopard so that I can develop with SSL certificates. I am running XAMPP - I don't know if that is the problem, but I guess I would run into the same problems, considering the…
I have been running into walls with this for a while, so I posted at stackoverflow, and I was pointed over here...
I am attempting to setup multiple IP addresses on Snow Leopard so that I can develop with SSL certificates. I am running XAMPP - I don't know if that is the problem, but I guess I would run into the same problems, considering the…
I have a result set of data that I want to write to an array in php. Here is my sample data:
**Name** **Abbrev**
Mike M
Tom T
Jim J
Using that data, I want to create an array in php that is of the following:
1|Mike|M
2|Tom|T
3|Jim|j
I tried array_push($values, 'name', 'abbreviation') [pseudo code], which gave me the…
I have a table to entities (lets call them people) and properties (one person can have an arbitrary number of properties). Ex:
People
Name Age
--------
Jane 27
Joe 36
Jim 16
Properties
Name Property
-----------------
Jane Smart
Jane Funny
Jane Good-looking
Joe Smart
Joe Workaholic
Jim Funny
Jim Young
I…
I want to verify that the HTML tags present in a source string are also present in a target string.
For example:
>> source = '<em>Hello</em><label>What's your name</label>'
>> verify_target(’<em>Hi</em><label>My name is Jim</label>')
True
>>…
I'm using Jasper Reports/iReports crosstabs to create a matrix of student and results.
So for example Jim is doing subjects A, B, C and Sally is doing A, C
What I want is something like:
Subj-A Subj-B Subj-C
Jim P M D
Sally D D
But as my SQL…
I have two tables:
RatingsTable that contains a ratingname and a bit whether it is a positive or negative rating:
Good 1
Bad 0
Fun 1
Boring 0
FeedbackTable that contains feedback on things...the person rating, the rating and the thing rated. The feedback can be determined if it's a positive or…
Lets suppose i have the following array submitted by a html form:
array(
'firstname' => array('Sara','Jim'),
'lastname' => array('Gibson','Jobs')
);
What i wanna achieve is the following array:
array(
array(
'firstname' => 'sara',
'lastname' => 'Gibson'
…
real quick question regarding HAProxy reqrep. I am trying to rewrite/replace the request that gets sent to the backend.
I have the following example domain and URIs
http://domain/web1
http://domain/web2
I want web1 to go to backend webfarm1, and web2 to go to webfarm2. Currently this does…
At first glance this may same a duplicate of Installing both SQL Server 2000 and SQL Server 2008 on the same machine, but it is not.
I have SQL Server 2000 and SQL Server 2008 R2 installed on the same machine and working fine.
My problem lies with connecting to the 2008 R2 server from a…
We have a legacy database system based upon MS SQL running on Windows Server 2003. The client software will only run on Windows XP.
We have recently had success converting a client into a virtual machine and running it under Fusion on Mac minis. So far, it is working incredibly well.…
For 2 days now i am trying to calculate the correct delta time for my game , I am starting to getting crazy since i tried all the solutions that i found on the 5 first google pages...
What is wrong? I cant get the correct delta time ,whatever i tried is just not working , the delta goes…