I need an easy to use alternative to FTP. I need to store docs and photos but clients need to be able to access easily (need to be able to both upload and download). Inexpenisve or free would be great. Help!
I know that private instance variables are accessed through their public getters and setters method.
But when I generate constructors with the help of IDE, it initializes instance variables directly instead of initializing them through their setter methods.
Q1. So should I change the IDE generated code for constructors to initialize those instance variables through their setter methods.
Q2. If yes, then why IDE don't generate constructors code in that way?
When i am trying to transform xml it gives me erro that Could not find function: resolve-uri where resolve-uri is a xpath function .
below is my xslt line which will use resolve uri function .
<xsl:variable name="filename" select="resolve-uri(concat($dir,'/',$xmlFileName,'_',position(),'.xml'))" />
Can anybody please help me.Is it because of xslt version difference ?
Thanks in Advance.
Hi all,
When i am trying to do transformation with the help of below xslt it gives error in RAD 7 that "Could not find function: resolve-uri " .
What should i use alternative to resolve-uri ??
Thanks in Advance
I am trying to match a string to a regex pattern, but have some problems.
My string could have 3 forms:
[dbo].[Start]
dbo.Start
Start
This is my regex:
"^((\[)?dbo(\])?)?(\.)?(\[)?Start(\])?$"
All 3 forms returns success but there are some more options such as: [dboStart or dbo[Start
I know that this is because it is optional, but how could I make dependencies when making optional, so that if one optional has value then the second optional must have a value too.
Could you help me please to fix this?
Thanks.
Hi,
I'm writing a C# program to get FoxPro database into datatable everything works except the memo field is blank or some strange character.
I'm using C# .Net 2.0.
I tried the code posted by Jonathan Demarks dated Jan 12. I am able to get the index but i don't know how to use this index to fetch the data from memo file.
Pleaese help me.
Thanks
Madhu
Please help me..
tell me how to create and apply CSS to javascript Alert.
i have got some other msgsbox also.. but as i have used alert every where so i just want to use CSS on it..
Hi,
i'm developing an enterprise application using asp.net mvc, wf-wcf services and normal wcf. I want use a unique point of view of unmanaged exception and my problem is integrate wf-wcf services with ELMAH. The problem is that in wf-wcf i can't decorate di class with the elmah attribute so i make that using web.config if is possible.
Someone can help me?
(here is a discussion how integrate elmah with wcf using attribute http://stackoverflow.com/questions/895901/exception-logging-for-wcf-services-using-elmah)
thanks in advance
F.
Hello, i have a list like this
["peter","1000","michell","2000","kelly","3000"]
and i would like to convert to
[("peter",1000),("michell", 2000),("kelly",3000)]
Please help.
Thanks.
Hi all!
I have a source code of an OpenSource project which I get from SVN. I was able to run autogen -- configure -- and make successfully (through the terminal). But I want to build the same project with Eclipse, and I can't port manually those source files to eclipse though. So, How can I set Eclipse to use external make files ? can anyone please help me ? Thanks.
I need to render pdf file to a webbrowser control like how ie render it. question is, i need to get the content of the pdf file from the webbrowser control. how can i do it? help please.
Jepe
Hi, I need to develop a flash tutorial on Self organizing maps (in neural networks) to make people understand it easily. I need some good example so that even a beginner can understand it easily. Please help me with some examples, links with simple examples.
Thanks in advance
I am trying to implement nhibernate transaction handling through Interceptors and couldn’t figure out how to register the interface through fluent mechanism.
I see a
Component.For<ServicesInterceptor>().Interceptors
but not sure how to use it. Can someone help me out? This example seemed a little complex.
Hi,
We are launching hadoop cluster on amazon ec2 and recently we are having network issues like master unable to connect to slave. We thought the reason is due to amazon throttling the network connections over a limit. So, we tried to establish a connection after a random delay from each slave node. But, that didn't help.
Are there any other suggestions?
Thank you
Bala
Hi,
I use a UITabBarController with 4 views. The first of those 4 views should be able to rotate, the other three not. And now the problem is, when having a tab bar controller you have to set all used views to rotatable (i.e. returning TRUE in shouldAutorotateToInterfaceOrientation).
So, my question is now, can I prevent the three views from rotation even though the shouldAutorotateToInterfaceOrientation method returns TRUE?
Thanks for your help.
Regards
Matthias
So I know that I can communicate between those two using JSON, but I also know that I would have to manually recreate all Django objects in JS.
Do you know of any tool or library that could help me do that? Or maybe even a better way of achieving the same goal?
I only found these two: http://palantar.blogspot.com/2006/06/agad-tutorial-ish-sort-of-post.html http://stackoverflow.com/questions/990319/django-gwt-or-jquery
But then I still would have to manually mirror my objects, which would violate DRY.
I am using AddHandler to wire a function to a control's event that I dynamically create:
Public Sub BuildControl(EventHandler as System.Delegate)
dim objMyButton as new button
AddHandler objMyButton.Click, EventHandler
end Sub
This code is generating a run-time exception stating:
Unable to cast object of type 'MyEventHandlerDelegate' to type 'System.EventHandler'
What am I not understanding about System.Delegate even though AddHandler takes as an argument of type "System.Delegate"? What Type does "EventHandler need to be to cast to a type that AddHandler can accept? Thanks for your help!
Can I draw a rectangle with mouseClick?My code is not working so far.Can you help me?
private void panel1_MouseClick(object sender, MouseEventArgs e)
{
Graphics g = this.CreateGraphics();
Pen pen = new Pen(Color.Black, 2);
g.DrawRectangle(pen, 100,100, 100, 200);
}
Hi,
I have a scrollview on a controller.
To enable paging for scrollview, i have added another controller, which initializes when the pages are made. That means for each page i have a controller made at run time.
In the view of scroll controller, i am trying to draw an image using drawRect.
The problem is i see the drawn image only for the 1st page and when i scroll, the other controllers are blank.
Please help
how to insert my own words to jsgf grammar. i have successfully configured the sphinx and its working fine. and i have added couple of words to the dictionary but when i run it. the application says
" WARNING jsgfGrammar Can't find pronunciation for nugegoda"
i cant find the jsgfGrammar file in my workspace. how to edit it. please help me.
how to insert my own words to the JSGF grammar. i have configured the sphinx and its working fine. i have inserted couple of words to the dictionary but i need to add them to the JSGF grammar model too, otherwise its not working (words are not recognising).
can someone help me please
Looking for a recommendation on a simple newsletter plugin for Wordpress.
It needs to have a signup box with email, name, etc.. and then a back-end for viewing these email addresses and sending mails. Everyone I've looked at is trying to send pages or posts as email.
Any help is appreciated.
I would include a php header (mysite.com/header.php) in all the pages from a site.
How to do it properly?
There are relative links:
<?php include_once 'header.php'; ?>
<?php include_once '../header.php'; ?>
And this didn't help:
<?php include_once '/header.php'; ?>
After prompting the user for the login and submitting it's details, my application appears in the facebook lightbox instead of the browser window.
This is not the case when I remove the SWFAddress params (all the info after the hash in the URL bar).
Is it possible to tell the API to ignore the info after the hash or is there a way i can determine the redirect URL myself?
Any help would be greatly appreciated,
Given a DIV with a fixed width, is there a way to have it use as much vertical space as it needs by wrapping the content (which is plain text)? The CSS "overflow" property provides for scrollbars (overflow:scroll) and chopping content (overflow:hidden) but that's not what I want.
Help? Thanks