Hi all,
I have learned Perl and PHP.So I want to do simple real time project in this by that I can improve my knowledge in Perl and PHP.
Can anyone suggest me any requirements.
Thanks in Advance
I need an OpenSource API in Java, which can encode *.wav and *.au formats to MP3, and vice-versa. Have evaluated Java Sound API, and LameOnJ, but they dont meet the requirements and aint stable, respectively. Please suggest one that is free, and platform independent.
Hi,
I'm very new to WPF, and am trying to set the datasource (which the WPF Grid doesn't have as a property) of my grid to take a List. Does anyone have any code examples of how to do this. I have googled it, but can't find any really good examples.
(Oh, and can anyone suggest a good site for all round WPF Code examples?)
Thanks
I know basic C++ like about classes and other basic stuff what are the things which i need to know so that i can understand the source code of some advance open source projects and be able to make one too.
Like if i read the code of vlc or some other projects I can't understand many things moreover i am just a beginner have not worked on even multi file programs so please suggest which are the books and what are the basic projects from where i can start.
Is it possible to specify a relative connection string for an AzMan XML store?
My current connection string is connectionString="msxml://c:/azman.xml" but I really need to make that relative so other developers and automated builds can get the latest authorization store.
MS documentation seems to suggest that connectionString="msxml://azman.xml" should work but that throws a The request is not supported error.
EDIT: I realised that the fact I'm using AzMan through the Enterprise Library Security Application Block was important to the question.
Hi guys,
do anyone suggest using an external ORM like Doctrine/Propel over the defualt Zend_Db_Table in Zend Framework ?
I think your answers with reasons would be valuable across the ZF community.
-DevD
I am writing a video using OpenCV on linux machine. I want to read the same video using OpenCV on a windows machine. I am not able to do this using the standard codecs provided in openCV. Can anybody suggest how I can read/write videos across the two platforms?
Hi All,
I am using the Java POI package to access the excel files. I have an excel file for which i am updating the cell values. those values are being used in some other sheets (within the same excel file) however, when i open the file, those values don't updated. when i select the cell text and hit enter then all the remaining sheets get the value.
please suggest if I am missing something...
Thanks
ABH
I have created voice recording app. IT works fine on 2G iphone but crashes on 1G iphone. I don't know what is the problem. Can any one suggest anything.
Hi friend,
I am trying to build an Android Soft keyboard application using avail code at
http://developer.android.com/resources/samples/SoftKeyboard/index.html
I want to rounded key like iPhone.
please suggest me.
Thanks in Advance.
The report is runnig fine in Visual Studio 2005 but fails when I deploy it on IIS. It prompts, the report you requested requires further information. I think it needs to get installed some service pack either of SQL server client, or of Crystal Reports. Please suggest.
Hello,
I have been solving a lot of memory leaks but have been unsuccessful in solving this one. There are tons of NSCF memory leaks coming due to [NSCFString substringWithRange:]. I have been checking all the String allocations and have released all of them at appropriate places. The responsible library: Foundation.
Has anyone encountered this problem before? Can anyone suggest me as how I should takle this issue?
Thanks,
Lakshmie
Hi,
i am working on a web application that now requires a CMS.
Could you suggest me a product that grant integration with my existing application.
The latter is implemented using .Net framework 3.5 Linq to sql and SQL Server 2008
I may consider even not open source product (affordable price)
Thanks
Hi,
I need to find a way to get miles between two locations by passing the post addresses.
If you consider the simplicity of implementation, efficiency and stability, which webservice(s) you can suggest?
I would appreciate if you know any possible comparison list of relevant web-services.
Thanks
I've created some custom UITableViewCells in a nib file and would like to use that across multiple UIViewControllers.
Can anyone tell me the best practice way to do that? My limited knowledge around loading nibs seems to suggest that you have to specify a single owner class in Interface Builder.
Thanks.
Hi Guys ,
I need to display the action sheet above the Tab Bar controller. I mean, I would be able to see the Tab Bar controller even the action sheet view is in visible mode.
So, Please suggest how to view from above the Tab Bar controller. Is it possible.
secondly, How to change the back ground color of action sheet and cancel button back ground colour.
Please help me
Thank You,
Madan Mohan.
I need to learn C# for my Internship. I would not like to start programming top down reading a Ebook.
I would like to set a Goal for myself and then try to achieve it Programmatically.
So, I am here to ask your help, if you could suggest me some interesting projects which will help me in Learning C# efficiently and quickly.
I have previous programming experience, programming in C,C++ and Matlab.
Thanks for your time
Chandra
I written a query in my sql like this:
"select * from table_name order by col_name = 101 desc "
Which is working perfectly fine in mysql but when I tried to convert this query into HQl query then it is throwing an exception.So can anyone suggest me that how to write HQL query for the above SQL query.
There is so much written about unit testing but I have hardly found any books/blogs about integration testing? Could you please suggest me something to read on this topic?
What tests to write when doing integration testing?
what makes a good integration test?
etc etc
Thanks
hey i have made an application for BlackBerry Curve 8300
where i use setTitle()
i have put in an image as background for setTitle()
It works perfectly fine on curve simulator but when
i deploy this app on bold(device and simulator both) for testing the setTitle() shows black background.
i dont have curve device to test n check
can any body suggest what could be the problem
How can i add labels for each and every yvalue in series of a rangebarchart ?
You all know that for plotting rangebartype series ,we need two yvalues as yvalue[0] and yvalue[1] .Here I need to add data labels to each of those yvalues( which means both at yvalue[0] and yvalue[1]).how can i implement that?can anybody suggest me?please!!
The label should look like as below for a rangebar(to be displayed on both sides of a rangebar).
Label1 ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ Label2
Label¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ Label
I can show the checkboxlist data but i can't insert the multiselected value to link sqlserver
and can't show the gridview at the moment what i do? please suggest me or solved me.
thanks
In my generated .addin files for visual studio, I get really huge chunks of binary data under the AboutIconData property. Can anyone suggest as to why this data keeps on growing with time, and whether I can safely remove it?
What are the usual problems / stumbling blocks / issues / drawbacks when using a legacy database with a new rails application?
We have to decide between using an old database or writing migration scripts to bring data from old database to new database following rails conventions. What would you suggest?
Now my team working in a network project using windows application c#. I didn't know how to programmatically detect Cipher type and Encryption level from a wireless network device from windows 2003 server.
After searching i got WMI (Windows Management Instrumentation) for solving the problem.+
Please suggest example/reference for finding Cipher type and Encryption level from a wireless network device from windows 2003 server