Hi,
Please let me know open source product similar to rational software architect which automatically generates java base classes on completion of design. Thanks in advance.
I am using the Development Provisioning Assistant in the iPhone Developer Portal, but when I get to the part where it asks me to generate and upload my CSR, I try to upload it and it just gives me this error:
The CSR selected is invalid. Please check the file and try again.
Does anyone know what this means or what I can do about it?? Thanks!
Everybody talks about Silverlight and Flash and Flex and how cool etc...
Java applets are very similar to Silverlight and Flex, but Java applets exist since 1995.
What is the reason we don't have any cool Java applet applications around?
My guesses so far: start up time of Java applet, restricted network connectivity, lack of dev tools, ...
Are there any cool Java applets around?
Please post links
Hello everyone,
I am having, what i believe is a minor issue.
I am developing a J2ME application which predominantly uses canvases for display.
The problem is I have set all these canvases to fullscreen and when i navigate from one class to another i am first given a white screen and then taken to the canvas i intend to go.
I am not understanding what i am doing wrong
I am using the following statement for navigation
javax.microedition.lcdui.Display.getDisplay(MIDlet).setCurrent(Canvas);
Please help!!
Hi,
I am using quartz scheduler in my spring project. I have to run a job after another job which is scheduled to run in every 15 mins? I cant run this job concurrently as both of this jobs have to access same mail account using different protocols(one to send:smtp and other to receive: imap) and it may cause problems. Please reply quickly, as its an urgent requirement.
Hi i am a beginner learning objective c.
i am finding an error "hello.m:1:34: Foundation/Foundation.h: No such file or directory"
i came to know that i need to make a make file
may i know how to make the make file please
Hello,
I need to write a java JCE provider. I have been looking in the net for several days and I could not find solution. Could you please give me some useful informaion.
Regards,
I want to add Silverlight in my win ce . Can anybody tell how to add the Silverlight application?
And what are the thing I want to add in the catalog menu. Please tell me the steps for this.
hi i have created a bar button which displays Done when the editing of the text view starts. what actually i need that when i press the done button then the the editable property of textview will become false and the done button hides.
i am done with the first part but how to hide the bar button?
pleasehelp..
Does anyone know how to embed WYSIWYG editor in multiline TextField? I need rather complex editor such as TinyMCE, but I can't get it working with Mojo widgets.
Maybe, I'm doing something wrong? If there's a way to do it, please, give me some pointers!
Thanks in advance, Mikhail.
I want to disable the link during onloading, for the code given below
<span id="addlink">"<%= f.add_associated_link('Add Task', @project.tasks.build, :class=>"add") %></span>
please,suggest some answers if you have
i tried with the below samples but not working
$("#addlink").attr("disabled", "disabled");
and
$("a.add").hide();
What are the advantages and disadvantages of distributed revision control systems?
If you have any experience with distributed systems like Git, Mercurial, Plastic SCM, etc.
please share your experience. Tell us what worked well and where problems arose.
I'm particularly interested to hear about the use of distributed systems in traditional, commercial, non-open source projects but answers about other uses are also welcome.
Hello! I'm trying to integrate TinyMCE or CKEditor into Django, but I have no idea how to manage uploading pictures.
I've been searching and found some django apps, but they won't work with my Django version (1.1.1), buggy and not maintained.
Maybe I missed something? Can you please give me a step-by-step guide how to add WYSIWYG with uploading into django form?
I started my project in Asp.net MVC(c#) & SQL Server 2005.I want to implement Object Databases in my project.
While searched in google i found "MongoDb" & db4o
I didn't have enough knowledge in Object Databases & which one best suited for SQL Server 2005.
Please suggest a good example/reference regarding Object Databases implementation in Asp.net MVC application
I have a sharepoint custom list which has 5 columns ..the user should fill in first three columns and the other two should be locked..when the user enters the items and start the workflow if the workflow gets approved the 3 columns should be locked for editing and then the other two should be available for editing .
Can someone please tell me how can i achieve this.
Thanks
Any idea why hpricot might segfault on this page?
trial_url = 'http://www.controlled-trials.com/ISRCTN56071145/'
doc = Hpricot(open(trial_url))
produces:
/Users/ap257/.gem/ruby/1.8/gems/hpricot-0.8.2/lib/hpricot/parse.rb:33: [BUG] Segmentation fault
ruby 1.8.7 (2009-06-08 patchlevel 173) [universal-darwin10.0]
Abort trap
Please could anyone advise on how I could get around this, or whether it's a bug in hpricot that I should report somewhere?
Thanks!
I've done site scraping of secure page of any site on http:// but when I am trying to scrap any site on https:// then i always scrape the login page not secure page.
Please advice what should i do for scraping a secure page of any site on https://.
Hi ,
While validating my CSS on http://jigsaw.w3.org/css-validator/
I am getting following errors:
1.Property zoom doesn't exist : 1 1.
2.Property -webkit-transition doesn't exist : all 200ms ease-in all 200ms ease-in
3.Property opacity doesn't exist in CSS level 2.1
4.Property -moz-border-radius doesn't exist
5.Property -webkit-border-radius doesn't exist
Is it really required to validate the MarkUp and CSS completely for SEO or these errors which mostly are browser specific can be ignored for now.
If these errors have to removed can someone please suggest the way to do so also.
Hi, I am new in Flex. Was just wondering what is the difference between skin and CSS??
Why it is better to use skin over CSS in Flex. Could anybody please clear my doubt.
Thanks!!!
Hey folks,i am developing a RTP client on an Android device which can play streaming videos from a server.
I am confused regarding how should i start about?
i am thinking of developing a web app, using HTML,CSS and Javascript, which can later be wrapped in Android.is this approach correct? does javascript support real time media player?
please guide me, i am a fresher and completely clueless..:(
Can anyone explain usage of weak references?
The documentation doesn't explain it precisely, it just says that the GC can destroy the object linked to via a weak reference at any time. Then what's the point of having an object that can disappear at any time? What if I need to use it right after it disappeared?
Can you please explain them with some good examples?
Thanks, Boda Cydo.
Hi, I'm trying to display standard file/directory context menu in WinForms application - I'd like to enable the user to do things with files in my application as he could in Explorer.
There should be two options
popup the context menu with some system call
read everything from the system context menu and insert it into my context menu
Could you please point me in the right direction? Thanks