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,
Hello,
Does someone knows how can I change the container for my drop down box?
I have 3 "TD" tags and I would like to move the drop down between them, using client side code.
TY
Hello , i'm using Moscow ML combined with CGI. I have a site that calculates simple arithmetics. When the submit button i pushed, the site is redirected to the actual CGI file that outputs the result of the calculation. Although in my case, it outputs the html code in raw form rather then actually outputting the result in html. Anybody that knows a solution to this problem ? // thx beforehand
Hello,
I use a script who recquires SQLITE,
on my previous hoster, it works,
on local it works,
on my new dedicaced server, it doesn't, i use PHP5 of course, on this link, you have a phpinfo() of the server.
http://bit.ly/bXlLT1
Could you tell me what/how (apt get?) to install correctly sqlite to avoid this fatal error?
Thanks
Hello everyone! I am really having a hard time trying to set a schedule with development of my game. I would do better and quicker development if I had some sort of schedule to go by. What are some good programs out there, desktop or web, that allow you to easily organize your project and set development goals and milestones?
I would prefer options that are free in cost, but feel free to mention non-free programs also.
Thanks alot
Hello!
I wrote my own simple Queryable provider which retrieves data from a database.
Now I need to bind this data to a BindingSource and when the new item is added to BindingSource some event or method must be called for handling the add operation.
I have tried to implement IBingingList on a List class which is returned when the query is completed, but the AddNew method is not called when the item is added?
How can I implement this scenario?
Hello All,
I have an application where I can launch a modal dialog box over a main window. Main window have some network activity going on in back ground which updates my back ground UI. Due to this application menu becomes accessible even modal dialog is open.
Any help is appreciated.
I am using Mac, Qt, Carbon.
Thanks
Rahul
Hello,
I'm currently experimenting flex 4 skinning. I successfully skinned most of the components i need for my application, but i can't find a way to avoid this damn blue drop shadow which is displayed when u'r focused on a textfield or a combobox.
If anyone has a hint on this.
Thanks !
Hello,
I have a Public Static Class and I am trying to access appsettings from my app.config file in C# and I get the above error
public static class employee
{
NameValueCollection appSetting = ConfigurationManager.AppSettings;
}
How do I get this to work?
PS: I pasted just a few lines of code.
thanks
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?
Hello,
how can I write UTF-8 encoded strings to a textfile from vba, like
Dim fnum As Integer
fnum = FreeFile
Open "myfile.txt" For Output As fnum
Print #fnum, "special characters: äöüß" 'latin-1 or something by default
Close fnum
Is there some setting on Application level?
Hello I am using jqzoom and it is working fine on all browser except safari there is an error
"TypeError: Result of expression 'smallimagedata.pos' [undefined] is not an object."
Please if somebody can help the page is http://www.legzskin.com/products.php?product=CHARMED when u mouseover the 3 images it should appear zoom window over the flash on the left
Hello,
The title says it all. I want to upload files when adding or modifying records to a jqgrid. How is it possible? Is there some way to tinker with its Add/Edit Dialogue boxes?
Thanks in advance,
Vamyip
Hello. I need a Wordpress plugin to let me see any logged user's activity. I need to know what the user accessed from when he logged in.
Any suggestions ? Thanks.
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'm writting custom tool for VS2010. This tool executes GCC-XML compiler to produce xml output for c++ header file.
When i change header file with my custom rule, everything is ok. But when i change some file, included in this header:
Skipping target "_GCCXML" because all output files are up-to-date with respect to the input files.
How can i force rebuild?
Thanks!
Hello,
I want to write a custom analyzer in pylucene.
Usually in java lucene , when you write a analyzer class , your class inherits lucene's Analyzer class.
but pylucene uses jcc , the java to c++/python compiler.
So how do you let a python class inherit from a java class using jcc ,and especially how do you write a custom pylucene analyzer?
Thanks.
Hello,
I just installed MOSS 2007 and configure it on a machine. The machine is not in a domain.
When I try to create a new document in my document library (Server is on a remote location and my laptop is not a part of the domain), MS Word 2007 opens, asks me for login credentials 3 times and then disappears leaving me with a new blank word document.
Is there any way to enable remote access of MOSS 2007 documents?
Thanks :)
Hello
I want to use setitimer() (or alarm()) in multithreaded process in linux 2.6+ with NPTL-enabled libc. Which thread will receive sigalarm (SIGALRM) from kernel?
Thanks.
I have a Java String that contains XML, with no line feeds and indentations. I would like to turn in into a String with nicely formatted XML. How do I do this?
String unformattedXml = "<tag><nested>hello</nested></tag>";
String formattedXml = new [UnknownClass]().format(unformattedXml);
Note: My input is a String. My output is a String.
Hello,
I'm trying to connect to an oracle database with sqldeveloper.
I've installed the .Net oracle drivers and placed the tnsnames.ora file at C:\Oracle\product\11.1.0\client_1\Network\Admin.
I'm using the following format in tnsnames.ora.
dev =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.XXX.XXX)(PORT = XXXX))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = idpdev2)
)
)
In sqldeveloper, when I try to create a new connection, no tns names show up as options.
Is there something I'm missing?
Hello,
I would like to set up a ROWE for my dev team: Result Only Work Environment.
Basically, people work how they want, when they want, as long as the work gets done.
This environment has been a huge success for Best Buy: increasing productivity and reducing turnover. Does anyone have any advice for making this work for a dev team?
Thanks!
Hello,
I have a view inside a tabbarcontroller and navigationcontroller and my willAnimateRotationToInterfaceOrientation method is not firing.
I have set the view to be FirstResponder and also shouldAutorotateToInterfaceOrientation returning YES;
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)
interfaceOrientation {
return YES;
}
-(BOOL)canBecomeFirstResponder
{
return YES;
}
[self becomeFirstResponder];
Hello,
Currently I am using Fedora 12/13 for web application (LAMP) development. Would serious users of LAMP consider any other flavor.
Usage is for my laptop.
If you require more info, pls request, just wrote what I am looking for
Thanks
Jean
Hello,
If you've used google wave or iGoogle you probabely seen that you can insert widgets that are made by third parties without approval. the Question is : How this widgets can't inject XSS or steal the cookies, Are the widgets loaded in an <iframe> ? if yes, then how they can't redirect you to another page?
Thanks