Can anyone help me list down different IPC (Inter Processor Communication) techniques ...with the Pro ,Cons in brief
Pls notice its not Inter Process ...its interprocessor .
Hai Friends
I have used lot of codinds to disable the browser (using server side code) back button in mozila firefox 3.2 it is not working.But it is working fine in the Internet Explorer.Pls same the correct solution to solve this problem in mozila firefox3.2 version.say me in detail.
hi i m finding similarity between documents ....nd to measure that i used jaccard coefficient...i did like dis
D1=(8,0,0,1) where 8,0,0,1 are the tf-idf scores of the terms t1, t2, t3 , t4
D2=(7,0,0,0)
jaccard coefficient= dotproduct(d1,d2) / |d1|+|d2|-dotproduct(d1,d2)
and the answer comes out to be " -1.367931 "...what does it signify about the similarity between the documents...pls do reply..please...thank u..
Hi,
I am started developing android applications. And am testing with android emulator. Do I really need android phone before releasing it for public usage?
Pls help me. Thanks.
The 301 redirect is working sometime and somes time not
What could be the problem in below code its over a week now
RewriteCond %{HTTP_HOST} ^usedcarindelhi\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.usedcarindelhi\.com$
RewriteRule ^/?$ "http\:\/\/www\.mycarhelpline\.com\/index\
.php\?option\=com_usedcar\&view\=category\&Itemid\=3\&location\=delhi" [R=301,L]
i basically need to move usedcarindelhi.com & www.usedcarindelhi.com to
http://www.mycarhelpline.com/index.php?option=com_usedcar&view=category&Itemid=3&location=delhi
Sometimes the 301 redirect is working making me go to mycarhelpline n sometimes am find myself on usedcarindelhi
can someone help in this pls
Thanks
Hi,
iam migrating the site from asp.net1.1 to asp.net3.5, iam using new design layout with masterpage concept,in previeous site some pages are having usercontrols,these are mixed with old design, if i convert it using masterpage, iam getting old design combining with new design...pls can any one will help?iam fresher to development.
Thanks in advance.
Hi iExperts
I am little bit confus about the iPhone developer program.
I know its One year subscription program after that we have to re-new it
Q : From which time the count down of iPhone developer program starts ?
from the Enrolment time or
from the application submission time
is anyone have idea then pls tell me frnds...
Thanks in advaced...
i want to use the gps to update the user location on google map,i am using the following method.
-didFailWithError and -didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation
but how can i get the newlocation on the google map, because for that we want the latitude and longitude.
and then put that in setregion method.
pls tell me how i can we set the newlocation obtain from location manager to the google map
Hi everyone!
i'm a newbie in Jquey and i don't know how to do my homework, pls help me !
i have a String EX: this is my text, press here.
Now i put in o block character : [here]
how can a take slipt string and get text in [ ] into variable 'done'?
thankyou !
hi i m a newbee to c sharp .net i ve to add values from the datagrid to a table.. any way s ok. sample code or link s fine for me..
pls help me out
thanx in advance..
Hi all,
I am having one issue in my application which drives me mad...
In my application, i rotate the simulator to the landscape mode but in my below function i get portrait orientation...
what is the problem here.
Pls help me out
-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
if ( interfaceOrientation == UIInterfaceOrientationPortrait ||
interfaceOrientation == UIInterfaceOrientationPortraitUpsideDown )
{
NSLog(@" portrait orientation");
}
else
{
NSLog(@"Landscape");
}
}
Hi, i would like to replace the following xaml code :
<Custom:DataGridTextColumn Header=" " Width="*"/>in codebehind. This xaml code fills my header to the end with my style..
this is what i want to get
|name | number | this area uses "mystyle" end of grid -|
this is what i now get :
|name | number | unstyled area! end of grid -|
as u see, i would like to fill the unstyled area with my style, done this with xaml:
now need in cb pls ;)
Hi, I'm new to rails, and have taken some existing site for new enhancements. I mirrored rails application from remote server, and running locally using "ruby script/server" server.
The problem is any changes to the files are not being reflected in web browser. Is this because of caching somehwere. Can someone pls point me where should Ilook to disable this or come back to development env?
When I search on the Internet about JQuery and I got the jquery cheat sheet. At there, I am very confused about how to use the following under which condition. Pls help me.
[attribute|=val]
[attribute*=val]
[attribute~=val]
[attribute$=val]
[attribute=val]
[attribute!=val]
[attribute^=val]
[attribute]
[attribute1=val1] [attribute2=val2]
What are the functions of these special character *, ~, $, !, ^? Thanks very much.
Hi,
I have a listbox inside another list box, in inner list box listboxitems height may grow or shrink. My problem is that when the inner items shrink the outer list box doesn't re-render its height. Thus - stays with the previous height before the inner list shrinked.
I have tried so many things here, among Invalidate of all types, selection and de-selection of the list box item that should be updated and more - nothing helps....
Can anyone pls help me with this?
Thanx,
Gili
I had dynamically create one Flash Player cs2, i had upload into my site, no of url link i had provided on my aspx page, when any one of the url is clicked,that url based flv viedeo will play..!
In my case when i clicked url to play the video,player is loaded but is not visible, in the same window, but i had opened in new window in internetexploer it will playing..working fine?
What the problem in open the player in same window... any one pls help me..? Thanks
i am working on a program that requires me to make use of 4 matrices sized [1000][1000].
i have created them using malloc().But when I try running the program ..it just crashes and the memory usage shoots upto 2.5 GB.Pls suggest any solution as soon as possible.I wud be grateful..
Hi to all and PLS HELP
I have next menu: http://health-fitness-news.info/menu/. The links from the list have PNG background images. All browsers work fine except IE6.
I found a script which resolves this problem in IE6 but doesn't work at mouse HOVER. When the mouse is over the link the bg image doesn't have transparency.
What should I do do fix that?
Hi,
I got puttyCm, I need to log in to my devices for once and let the putty store it..later i can come and enter automatically with out entering the passwords again?
can u show me the way pls?
in addition,
if one device can be reached thru other devices..how to implement it?
I want to create two tables with one to many relations. I use MySql Control center,but I did not find to add foreign key.I do not want to use console commands,How can I do? I also want to use transation so I use InnoDB table type, How can I add relation between two tables in Control Center.Is there another GUI software to handle Mysql?Pls tell me.
I already install my cform and successfully include the form in the designated area. The comments will be sent directly to my e-mail. The problem is I can't receive those comments. Help me pls.
A gridview has many imageviews to show images. The image has transparent padding. and
These images in the gridview always show with white background.
Actually. if i just use a imageview to this image. I can get the it correctly.
So what the problem? and How to make it show correctly.
Pls help me. Thanks
How to Assign an Array with literal string index to an array with numeric index.
[IN PHP]
Both have the same length...for example
Literal array(HELL0=somevalue1,BYE=somevalue2)
Numeric index array(1=somevalue1,2=somevalue2) [Expected result in second array]
Both have same length / count of values 2.
Pls help ASAP
Anita
I can able to create Wired Sphere using GLUT ,Now i want to bind one texture image on the sphere,can any one tell me how to do it.If u can pls provide me some code snippet?
regards,
s.kumaran.