Hi, I'm looking for a decent Open Source or cheap .NET CRM.
Does anybody know of any good ones (aside from whatever there is on the front page of Google which I've checked and wasn't that impressed with)
Hi,
as I probably do not describe the problem in the right terms, I was not able to get an answer with google. Please excuse!
In the following code, I would like to replace 'hardcoded' identifier COMMENT with the variable editedField. How to do that?
var editedField:String = event.dataField;
if (model.multipleProcessingData[i][editedInformationProductNO].COMMENT != null{
...
}
Hi,
I've got the issue of IE6 showing the "secure and nonsecure items" error on an SSL page. Looking into it though none of the usual causes seem to apply. There are no calls to http://, there are no iframes in the page, fiddler and httpfox both show only requests to https:// - what else can i check?
In Firefox and IE there is nothing to suggest there is mixed content at all
Hi,
I'm using libcurl in a Win32 C++ application.
I have the curllib.vcproj project added to my solution and set my other projects to depend on it.
How do I build it with SSL support enabled?
Hi,
I have to download some images from links.
This links return me a file where is embedded a multipart mime and a tiff image.
I have writed this code but it downloads the file with mime.
How I can remove the mime from this file and have the image returned?
Can I do this with wget or curl?
My code:
def download(url,local):
import urllib
urllib.urlretrieve(url,local)
urllib.urlcleanup()
Thanks a lot.
Hi all,
Is there any way to fill an ellipse or a rect by point to point like in an airbrush tool in mspaint?
I could not find a way to create an empty rect or an ellipse and then fill them up pixel by pixel or setting random pixels on screen in a circle way....
Can i tell setPixel to fill inside a dcellipse or anything like that?
10x
Hi all,
A project that I've inherited has the following structure:
Project A produces a static library.
Project B produces a static library and links with library A.
Project C produces the executable and links with library B.
When I run app in debug mode, I can successfully debug code within the executable (project C) and the static library from project B. I can't, however, debug anything in the Project A library -- my breakpoints are ignored. I've checked and made sure that debug symbols are enabled and not stripped. Is there something else I'm missing?
Thanks
Hi all!
I have a custom WebPart on my welcome page in SharePoint 2010. When I open the page without signing on, the whole WebPartZone remains unrendered (according to the responded html). When signed in, my WebPart works perfectly.
Afaik, my WebPart does not require any special permission, it just pulls content from some lists on the same SharePoint site.
Any ideas?
thx, M
Hi,
I am developing site with wordpress and i am newbie for wordpress. WP adds p tag in editor while adding any post or pages. But i can't see the p tag in HTML mode. Can anyone suggest me what might be the problem.
Thanks in advance
Hi, I'm using silverlight and I have created a Canvas, it has Auto Width and Height. But I require the Actual Width and Height in code.
Is there a way I can do this? I don't want to use .Parent.Width, because the parents width may also be set to auto to replicate its parents height.
Thanks again
Lloyd
Hi, I have HTML in a CDATA element (HTML is too crappy to be parsed) and I would like to remove <a href> tags, but keep text in the tags.
I'm searching around regex but still not find a good way to do that.
All advices are welcome!
Hi,
I am using zk 5.0. I have used hflex and vflex in hboxes and vboxes as shown below. According to zk documentation, the boxes should resize automatically when the browser is resized. But, this doesn't happen currently. Could someone help me with this?
Enter brief descriptions for your edition here...
Thanks,
Sony
Hi, I purchased Amazing Slow Downer for iphone. It permits to change audio speed without changing pitch. Could someone please help me in finding the source code for obtaining such a function.
Thank you
Mauro
Hi,
How can i zipped folder and its content using zlib 1.2.3 under cocoa framework. It seems
that zlib is used for only zipping files and not folder(with reference from other mailing
list), else is there any possibility to do so in cocoa application.
Thanks and Regards,
iSight
Hi,
A little background on the question: I am developing a RedDwarf(http://reddwarfserver.org/) client on iphone, for the client/server communication I use idarkstar. I had to make minor modifications to make it work till now.
So here's the question, if the server is taking to long to respond or the network is very slow, how do I add a timeout functionality to make sure it doesn't keep waiting on the server forever?
appreciate any pointers.
Hi all, simple question here. Lets say I have two points:
point 1
x = 0
y = 0
point 2
x = 10
y = 10
How would i find out all the coordinates inbetween that programmatically, assuming there is a strait line between two points... so the above example would return:
0,0
1,1
2,2
3,3
...
8,8
9,9
10,10
Thanks :)
Hi,
i want to write a application using hindi font. i just want to know how to use hindi font in application for user interface. i have a urgent requirement, please reply this question.
Thanks and Regards
Dee
Hi -
I would like to get a domain that's taken (but seems unused). Can anyone recommend good (read as "trusted") sites to make an offer to the domain owner? thanks.
Hi guys, I have a function defined outside of an ajax call. Inside my success function I'm calling it, but it returns undefined inside it. any ideas at all?
Hi,
I have a database that has primary key fields in its tables, but the FK mappings are not in place.
What are the ramifications of this when using linq-to-sql?
Hi all,
I installed Perforce plugin version 3.4 on Eclipse Ganymede, configured my connection and workspace. My perforce perspective works just fine. However, when I work in the Java perspective, and I right-click any file in the project explorer, the "Team" context menu does not display the perforce options to check-out, sync etc. It only has the options "Apply patch" and "Show local history".
This is super-annoying! Help, anyone?
Hi All,
I am display a pdf document on page using response.binarywrite i.e
Response.ClearHeaders()
Response.ClearContent()
Response.ContentType = "application/pdf"
Response.BinaryWrite(result)
need to call some javascript function to open up the print dialog after the pdf is loaded.
is it possible
Please let me know if someone knows how to achieve this ?
regards
Nilesh