I am very new to programming, so please bear with me, and apologies in advance if at first I dont make sense...!
I am doing an undergrad programming project, and need to make some databases within a Java program. I am using eclipse (galilo) to write my program. I have downloaded a connector/J, but havent the foggiest how i should use it!
Anyone out there able to give me a step by step approach?!
Many thanks!
KeyDown Event is not responding till any user control is clicked or setFocus implicitly . I want to fire the key event after the page loads , anytime.
I tried like :
private void Page_KeyDown(object sender, KeyEventArgs e)
{
if (e.Key.ToString() == "Escape")
{
string uri = "/Views/Music/ArtistbyAlbum";
this.NavigationService.Navigate(new Uri(uri, UriKind.Relative));
}
}
void LayoutRoot_KeyDown(object sender, KeyEventArgs e)
{
MessageBox.Show("hi");
}
Pleasehelp.
Thanks,
Subhen
Communication ports:
Change a given class in an applet in that way, that browser-defined proxy-configuration files can be used for applet communication with serve(upload method). i.e browser communicate via port 8080 or via ssl(443) - applet should also communicate by this port automatically. In the given method port 80 is hardcoded.
-- please give some code or program for this..
Hello,
I need to access COM port (console) via script to access our DSL modem.
It should access in such a way that I can read all the messages printed on the console and i should also send commands to the console via script .
Please let me know if it is possible in TCL or php .
Platform : Windows XP.
Also is there any way I can access the com port through script and console software such as teraterm simultaneously ?
Regards,
Mithun
i upload fckeditor in myadmin and i also make upload files in
$Config['UserFilesPath'] = '/uploadfiles/' ;
i had also gave 777 permission in upload files and browse.html
but when i want to upload files there is showing error as below
"You don't have permission to access /wealthfinance/admin/fckeditor/editor/filemanager/browser/default/browser.html on this server."
what is main problem in fckeditor could you please anyone help me
I have a number of currency values in a form select box (i.e. "£ ;2,500")... when the form is rendered though it keeps the £ as is, is there any way to convert it to an actual pound sign?
Please note, the space before the ; sign is intentional (so that stackoverflow doesnt render it)
Like the other "Hidden Features" questions, what are your favourite parts of the SharePoint API and development platform (both WSS 3.0 and MOSS 2007) that help you get the job done?
Please share your tips, tricks and secrets!
Hey Guys.
I will like to see if everybody could share any good training sources on OOP on PHP language.
Good Training Sources for OOP (Object Oriented Programming) PHP, anyone ?
I've seen numerous tutorials, mostly superficial, some of them bad.
Please share anything good either commercial or free, Video or Written.
Hi, I am a novice in iphone sdk. Now I have already built a Navigation based app. But, I want to add a start UIview with some buttons before the table view of the Navigation based app. How can I do? Could you please explain it in detail?
Thanks a lot
when i tried to make web project, i placed the links on the left on one division and a bigger division on the right to load the jsp pages on clicking the links making the main page same...
but when there is a need arises to load the whole page by clicking the button placed on the right division, i found that the only page is loaded on the right division jsp calling its action...
pleasehelp me to sort out this problem..
What does 'Conditional expressions can be only boolean, not integral.' mean? I do not know Java and I know C++ deffenetly not enought to understend what it means.. Pleasehelp (found in http://www.javacoffeebreak.com/articles/thinkinginjava/comparingc++andjava.html in Comparing C++ and Java item 7 sub item 1)
Hi
I am developing my user control using a textbox control using c#.net
now i want to add a smart tag to it same way as the built in controls are having
but i don't know how to do that please guide me
Thank You
Hardik Patadia
How can I retrieve recently posted Comments/previous comments on any video in you tube in our application using C# ASP.Net.Please provide detail coding with dll
Thanks in Advance
Ranjan.
Hello Experts,
I have 100000 Ids to store into our DataBase.Id is in string format.each id contain 10 char.so what is the best data type is for this data?
i have been used vrchar(max),text but my problem is not solved.
so please experts help me.
Hi guys,
I have a problem, I would like to build logging system which will be using timeuuid type as a column name which will allow me ask for it later.
Since for range queries order by time I need to use timeuuid type I would like to ask you how can I specify range queries for timeuuid column names if timeuuid is every time unique and I don't realy know the column name because of that I just know the time when it has been stored ?
please help
can we get the multiple values from a select tag through Ajax script in controller in asp.net MVC?
I Have tried for Single Value that I have done by .val Function..
But not for Multiple Values
Any suggestion Please Help
I have a main server with windows server 2008 with active directory installed. Additionally, I have created the hyper-v virtual server with MOSS 2007 installed with dynamic ip address. I can access the sharepoint site as an intranet.
How can I assign the access of all the active directory users and their profile to MOSS without adding them up manually ?
If I am missing any information to provide please mention.
Hi, I Created Segment Control through Interface Builder.
Created a IBAction and Linked to Value Changed Option of segment Controller.
(IBAction)GenderBttonAction:(id)sender {
printf("\n Segemt Controll");
}
When i click on segment controller this method is calling , but how would i get the seleced index value of segment controller.
Pleasehelp me dears.
Hi, I would like to check a opened .txt file for braces that open and close like below:
file {
nextopen {
//content
}
}
no this is not my own language or anything, but I want to get say the nextopen function and all the contents inside the brackets, and all the stuff from inside the file function and add it to an array if you know what i mean. so all the content inside the braces will be in an array. if you know how to do this please reply.
Hi stackoverflow,
i can create an album using facebook graph api by posting data to
http://graph.facebook.com/PROFILE_ID/albums
it returns an id, which is not the album id.
I confirmed it in two ways
by going to that album, aid is different than what id i received
and by posting http://graph.facebook.com/{ALBUM_ID_I_RECIEVED/photos, but the photo is never published to newly created album instead it is published to a default application album.
I need to know the real album id so that i can upload images to newly created album.
Please Help
android-sdk-linux_86/platforms/android-4/tools/dx: line 77: exec: java: not found
I configured Android plateform on netbeans6.8 and created an android project, getting compile time error: android-sdk-linux_86/platforms/android-4/tools/dx: line 77: exec: java: not found
Please any solution?.
OK, i have a strange problem. I have this piece of code:
int *p;
int test;
p=&test;
In Visual C++ express, in my exsisting project, I get this error:
missing type specifier - int assumed.
'p' : 'int' differs in levels of indirection from 'char *'
'initializing' : cannot convert from 'char *' to 'int'
But when i create new project, same code is fine. Whats the problem please?