Hello.
I would like to know now days with the new PalmOS Web development platform on the market, what tools can I use to develop try and deploy software to a Palm with Palm OS 5.
Thanks!!
PD: If you can provide me real URL addresses I would be very grateful.
Hello. I have Class1, which has methods:
1)setSomething()
2)createObjectOfClass2 ()
Now, when I create object of Class2, is it possible to call setSomething method from it?
Hello, I've been a PHP Developer for a few years now and I've recently been interested in learning Ruby & Rails but I've found a lot of the resources I've found seem to be dated and not for Rails 2.0 or Ruby 1.8.6 etc... can anyone point me in the right direction?
I'm running OSX 10.6 with the default ruby & rails installation.
Thanks!
Hello,
I'm creating a content management for a kind of Enterprises, lets say for example, pets shops.
Thats my projects structure:
PetShopModel
PetShopControllers
PetShopWeb1
PetShopWeb2
PetShopWeb3
The structure is that since each client would have different specifications.
Its that a good choice? or there are better solutions?
Thanks in advance and sorry about my english!
Hello,
I am a Computer Science student and working on a project based on Nutch search engine, I want to develop the Java algorithms to better index and search Arabic websites?. Which part of the programming code should I optimize for this purpose, any idea?
thanks in advance
Moudy
Hello ,
I am doing internationalisation in django admin.I am able to convert all my text to the specific langauge.But i m not able to change the 'app' name
suppose
django-admin.py startapp test
this will create a app called test inside my project.Inside this app 'test' i can create many classes in my model.py file.But when i register my app 'test' in settings.py file.I am convert all the text in the locale of my browser but my app heading 'test' is not getting changed.How to change that any idea?
Hello
Student.find_all_by_name_and_status(‘mohit’, 1)
As this will create a exception 'No method exception' first then it will be handled by dynamic Method handler
and this will not
Student.find(:all, :conditions => [‘name = ? and status = ?’ ‘mohit’, 1])
Does
Student.find(1)
Will generate method missing exception and will it prevent SQL injection?
Hello sir,
I want to upload image in particular folder,may be this be in webroot/img. how i have to do this,if any one have code please help with proper explanation.
Thanks
Manish
Hello,
I would like to know if JSON with AJAX has a limitation to the amount of data an outgoing and returning parameter can carry?
I would like to be able to send and return from the server a file with 10,000 lines, as a string. How should I achieve this task? Will a single parameter will be able to hand this?
Thank you.
Hello All...
I am just entered into the Blackberry Arena..
I am using Eclipse Plugin for running my testing application to simulator.
So, In my code somewhere I have add System.out.println("Print"); statements, but by debugging or running app to simulator, I couldn't find any log statements printed to eclipse console.
Is there anything that I need to take care for using println() methods ?
Thanks in advance...
Hello,
i did save png and pdf file in Sqlite successfully. but when i retrive png and pdf data from sqlite and trying to display in Webview its create a problem.
for exp
NSData *data = [[NSData alloc] initWithBytes:sqlite3_column_blob(selectstmt, 1) length:sqlite3_column_bytes(selectstmt, 3)];
[webview loadData:data MIMEType:@"image/png" textEncodingName:@"UTF-8" baseURL:[NSURL URLWithString:@""]];
but problem is there only see image tag not display image.
any solution of below of the code.
Thanks you
Hello,
I'm french so I'm sorry if you have trouble to understand some of my sentences.
Aniways, I saw in some topics that the pitch could be fetected thanks to the Fourier transform
but I didn't really understand how to implement it.
Moreover, I didn't find how to change the pitch of a wav file and if possibl ,a mp3 file
I am listening to music using javaSound for the wav and JLayer for the mp3.
Thanks
Hello -
I am using presentModalViewController to display a view which allows the user to modify data that is being displayed in the first view. After the user has updated the data, I would like to send [tableView reloadData] to the first view.
Is that possible? Or is there a method I can create in the first view that gets called when the modalView is dismissed.
hello guys,
i m having a problem with popup, there is an iframe in my mainpage, which is containing some other page. i want to show popup from that containing page and make background dim. i m changing my mainpage styles like making it opacity .40 but thing is its getting applied to my popup too,,, my popup is also getting dim. what to do?
i want to show popup clearly so that people gets attracted to popup
Hello,
I would like to get collection or list of Item objects, but I get array of arrays now.
Item[][] s = employees.Select(e => e.Orders.Select(o => new Item(e.ID, o.ID)).ToArray()).ToArray();
Can anyone select me solution to do it?
P.S. just LinQ solution :)
Hello,
I want to replace only the first matching element in a string instead of replacing every matching element in a string
$str = 'abc abc abc';
$find = 'abc';
$replace = 'def';
echo mb_ereg_replace( $find, $replace, $str );
This will return "def def def".
What would I need to change in the $find or $replace parameter in order to get it to return "def abc abc"?
Hello there
I am working on a CMS project using ASP.Net 3.5/Visual studio 2008.This is the first week of the project and I am working on the design of the system right now.
Needless to say that this is my first project of this scale and I have no idea of what I am doing.
The requirements of the project ask for a light but functional CMS, one which is easy to deploy.So the question is which database to use in this scenario SQLCE or SQLite?
Please Help?
Hello,
I would like to make a image randomizer/slider that randomly displays an image from a designated gallery and has controls to view the next/previous image. I have seen this done where images must be coded into arrays, but I would like to be able to just drop images into a /img/gallery directory and have the randomizer/slider pull random images from that directory.
Could anyone offer some guidance on how to do this, possibly using jQuery, or refer me to a tutorial that does something like this?
Hello! How you can use EPS files within your UIView. What do I have to do to display for example a EPS on the iPhone's screen? Do I need to convert it first to a PDF (if yes, how?)?
Or are there any other way to bring vector graphics onto the iPhone? That would be very nice. Thanks.
Hello,
I have an NSArray called 'objects' below with arrayCount = 1000. It takes about 10 secs to iterate through this array. Does anyone have a faster method of iterating through this array?
Thanks!
for (int i = 0; i <= arrayCount; i++) {
event.latitude = [[[objects valueForKey:@"CLatitude"] objectAtIndex:i] floatValue];
event.longitude = [[[objects valueForKey:@"CLongitude"] objectAtIndex:i] floatValue];
}
Hello to All Group Members.
Can any body tell me how i make a dynamic multilanguage website in php and mysql.I have no idea abt it.I search on google and do not find good solution.
Any one tell me step by step guide if possible made a demo for multilanguage website. Or please refer me any link where tell the detail abt it.How i do it.
Thanks in Advance.
Highly Appreciated.
Best Regard
Hasnat
Hello I have a very simple HTTP ruby server. I want it to simply server a PNG image. So I sent headers like image/png but I think that Ruby is converting the image data to a string first.
Here is my relevant code
webserver = TCPServer.new('127.0.0.1', 20001)
while (session = webserver.accept)
#....
file = File.open("tmp_testserve.png", "rb")
contents = file.read
file.close
session.print @content
session.close
#....
Is this what is happening?
Hello everyone,
I am using SharePoint Server 2007 with collaboration portal template on Windows Server 2008. When I use the following function from Central Administration from Application Management - search - Manage Search Service, I met with the following error message, any ideas what is wrong?
The search service is currently offline. Visit the Services on Server page in SharePoint Central Administration to verify whether the service is enabled. This might also be because an indexer move is in progress.
thanks in advance,
George
Hello, I just implemented a SOM algorithm in MATLAB that outputs component planes and U matrix....but i want to be able to calculate sensitivity, accuracy and specificity....how do i go about doing this in MATLAB??....any ideas or useful links would be highly appreciated??