What is an index in table? Related with realworld entitly like librabry.
what are the types of indexes? please related this too also with real world entity.
I have a strange issue in which on rotating the Screen to Landscaped mode the Views present inside Remain at the same place But I cannot scroll them inside the screen.
How can I make them Scroll so that every thing that move out should be displayed properly to the user.
Should there be any more attribute to be set for allowing such kind of behavior.
Hi,
Am vb.net newbie. This question might be very novice and answered before, but i couldn't find. I was trying the lambda features and got struck here.
Private Function HigerOrderTest(highFunction as Func(Of Int16,Int16)) As Action(of String)
Dim sam = highFunction(3)
Dim DoIt as Action(of String)
DoIt = sub(s) console.WriteLine(s)
return DoIt
End Function
I got "Expression expected." at line DoIt = sub(s) console.WriteLine(s). And when i changed this to DoIt = function(s) console.WriteLine(s) i got Expression does not produce a value. error. Whats the problem?
Cheers
i am getting automated request from some ips i have blocked the ip now its coming from some other ip..is it possible to detect the automated request ...and block the ip programtically
thanks..
In my asp.net web application,I use IFrames to show another page inside one page.But the problem is that the page load event of the embedded page in the IFrame is not firing when the Iframe is shown by clicking on a button in the parent page.I use the IFrame's visibility is true/false to show or hide the Iframe.I am confused what is happening there.Can somebody solve my problem....
i have an variable
<?php
$a="$testit with $";
ehco $a;
its shows undefined variable $testit but it is not an variable its an string how to do it in php...
What was the most stupid code mistake you have ever made that had great consequences, e.g. you were fired?
For example, a friend of mine wrote a cycle with conditional statement for break that was never true, which caused one high-loaded site to hang up for the whole night.
i am having an web site and it displays in google for some keywords and i need to know these sites are getting displayed in google like this
Welcome! - The Apache Software Foundation Supports the development of a number of open-source software projects, including the Apache web server. Includes license information, latest news, ... www.apache.org/ - Cached - Similar
Apache web server
Tomcat Mirrors
Projects
from where these '"apache" "web server" tomcat links are coming from ...how to do this for my site///
On click an label an combo box should appear...
please check http://guruji.com/en/local.html
on clicking near mycity the label changes into combobox (dropdown list)..how to do it.
how to get the value of input box while submitting the form in php
i need the url like this
www.example.com/te/?a=test&firstname=blabla
<form action="te/?a=test" method="post">
<input type="text" name="firstname" />
<input type="submit" name="button" />
</form>
Is there a way to create a working copy with all child folders but without files in it?
My repository is very big, I only need the empty directory structure to be created.
Is there a way to create a working copy with all child folders but with out files in it.
My repo is very big, I only need the empty directory structure to be created.
Hello,
I started a grails application by grails create-app. For modularity, I feel like it would be better that component be a plugin. Can I convert this application into a grails plugin?
thanks,
Babu.
Hello,
My IDE complains the usage of value like in the below YUI statement is deprecated.. it works, still, what is the proper usage.
var idValue= document.getElementById('id').value;
thanks..
Babu
Can anyone provide a regex for notepad++ for the below search and replace (conversion)
ADD ( PRIMARY KEY (xxx) ) ;
to
ADD PRIMARY KEY (xxx) ;
basically, removed a () around primary key expression. the value xxx is different among statements.
If not notepad++, I may also try the regex for vim or any shell script.
thanks a lot.
Babu.
Hi All,
I want to play Audio in flex application.I am using SWFLoader for it.Is there any other way to load audio into Flex applications.
Thanks & Regards,
Prasanth Babu
I can't view header in JTable while adding it into a JFrame..
String[] col={"Name","ID","Marks"};
Object[][] data={{"venkat",201,450},{"Ramesh",102,450},{"Rahul",2,430}, {"Thiman",4,434}};
table=new JTable(data,col);
The above code doesn't set header in JFrame.
How to add view header in JTable while adding it into JFrame.....?
Team,
I am facing some issue at the time of parsing the XML, but the same works in Java program... When I run the same code through android prgming its failing to parse...
InputStream byteArrayInputStream = new ByteArrayInputStream(
response.toString().getBytes());
SAXParser parser = SAXParserFactory.newInstance().newSAXParser();
parser.parse(byteArrayInputStream, xmlHandler);
Facing the following error
DTD handlers aren't supported
Any help is greatly appreciated.
Thanks,
Ramesh
Team,
I need to run a background thread in my application. Could you please share the best practices where to initiate the thread so that keeps running irrespective of the Activity is being shown and things to consider. The purpose of this background thread is to fire transactions from the Simulator to the server and get the response back from the host.
thanks,
Ramesh