Does anyone know of any good resources or tutorials on how to write files to Windows Azure and read the files using Objective C? (for an iPhone app)
Thanks!
Hi,
I'm currently evaluating Selenium and I can imagine that I will have to perform certain steps in my tests over and over again. Is there any way to wrap several steps from a selenium test into one single step which can be referenced by other tests?
It seems that this can be done with with custom coding as mentioned at in the UI-Element documentation, but I'd prefer to use the IDE if possible.
Thanks,
Adrian
I am writing code that needs to extract an object literal posted to a servlet. I have studied the API for the HttpServletRequest object, but it is not clear to me how to get the JSON object out of the request since it is not posted from a form element on a web page.
Any insight is appreciated.
Thanks.
Hello,
I have an entity in core data that has 2 Attributes. One that is a string called "name", and another one that is a string called "message". I need a method to create text files for all the attributes that the user has added. I wan't the files names to be the name attribute and the contents to be the message attribute. If anyone knows how to do this any help would be great.
Thanks for any help
Hey all,
I use MySQLdb a lot when dealing with my webserver. I often find myself repeating the lines:
row = cursor.fetchone()
while row:
do_processing(row)
row = cursor.fetchone()
Somehow this strikes me as somewhat un-pythonic. Is there a better, one-line way to accomplish the same thing, along the lines of inline assignment in C:
while (row = do_fetch()) {
do_processing(row);
}
I've tried figuring out the syntax using list comprehensions, but I can't seem to figure it out. Any recommendations?
Thanks,
Erik
I want to make a form contained in another form. The problem is the application is already a MDI, and you can't nest MDI's.
If I do
childFrm.Parent = parentForm
some controls behave oddly. For example, if you click on the text in the textbox, usually the text cursor appears where you clicked, but it doesn't, it just goes to the end of the text.
Any suggestions?
Thanks,
Hello,
I've got an existing asp.net project written in vb.net. Another person has written a user control in c#.
Could you please let me know the steps for adding that C# user control to the vb.net app?
I've tried copying them to the folder and using "Add existing item", however it doesn't compile the code behind at all.
Thanks,
Fidel
I know the quick and dirty way of dividing by 60 to get minute, hours, etc
But is there an official way in the API already implemented, and using the appropriate language for minutes, seconds, etc?
Thanks for any help.
I create a program that simulates me browsing to gmail, entering the user name and password and clicking the submit button.
All this with C#.
I would appreciate two kinds of answers:
One that tells how to do this programaticaly. Since I may be interested in automating more
sophisticated user activities.
On that tells me about a program that already does that.
Thanks!!
hey all,
i have a table which has a primary key (UserID) this is of type UniqueIdentifier.
im trying to insert a value into this field but i keep getting an error.
i want to get the userID of the current user and insert the into the user_Details table, but i keep getting this error
Conversion failed when converting from a character string to uniqueidentifier
can some one please help me thanks
Hi ,
I want to display pdf contents on webview.
Here is my code:
WebView webview = new WebView(this);
setContentView(webview);
webview.getSettings().setJavaScriptEnabled(true);
webview.loadUrl("http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf");
I am getting blnk screen. I have set internet permission also.
Thanks
Hi all
I have a site http://www.thebalancedbody.ca/ and there is a pop out contact form on the left (Contact) which has this id <div id="mycontactform">.
There is also a link in the footer called CONTACT US
<a href="#" title="CONTACT US">CONTACT US</a>
and I need this link to trigger the pop out contact form as if the contact tab was clicked manually.
Is this possible and how would I do it?
Thanks
JOnathan
Hi,
I am programming an IE-Toolbar.
Now I have the problem that I want to save some
user specific and
application specific data
First I have tried to use IsolatedStorage but I am only getting a ComException.
Which is the recommended way to save some files when programming IE-Toolbars?
Thanks in advance for your advice!
Best regards
Stefan
When I say CSS Framework, I don't mean a reset or a grid. I mean a framework like xCSS or csscaffold or compass.
I've been doing CSS for a couple of years, but has not had a lot of exposure to frameworks. Does anyone have any experiences working with them? What are some potential downsides? What frameworks are popular/recommended?
Thanks.
Hi,
I was using the sys.ui.dataview, ado.net data services and a html page to provide an edit page. It was working fine, but when I wanted to apply some ACT features, for instance watermark or autocomplete on a textbox (input) within the dataview div, its not applied. However, when I move that text box, out of the div, it is working fine and the watermark effect was applied. Am I doing something wrong or any advice ?
Thanks
Hi Everybody,
I'm trying to extend the text input that comes in flex to support an icon, just like mac os x search text input has a grey circle aligned to the right, the text input has a addChild method, but it didn't work for me.
Is there some way to do this?
thanks in advance
As a part of my final year university project I am designing a social networking website targeted mainly to older users. I was wondering what accessibility and usability issues should be taken into account when creating a website for such users, apart from obvious ones - such as bigger font, compatibility with current standards, straight-forward interface. Or maybe an older user is just the same as an average user and no special design is needed? Let me know what you think. Thanks.
I'm creating an iPad application which needs a UIPopoverController like this one (I mean, with buttons):
I tried usng a UIViewController but it gives me an enormous popup with a white background.
Can anyone explain me how to make one? I cannot find any documentation or example code. Thanks.
Using this Simulink model file as a reference, I'm trying to figure out the two following errors:
I have no idea what has gone wrong with the data type consistency/conversion problems. Do you know what the error messages mean exactly in the context of a model? It would be great to get an interpretation of the problem to solve it. Thanks in advance.
i have a LOB application with 30 fields to put in a form.
I found it very painful to put them in the window with a grid.
is there a productive way to build entry forms in WPF .
Thanks
John
Hi,
I'm using Views module and an exposed taxonomy based filter, to allow users to select a subselection of articles.
I need to further customize my filter:
1) I want the user able to order the tags alphabetically by clicking a checkbox (if this checkbox is unchecked the default order is reset.
2) I want all tags selected in the beginning to show my user all the articles. (Additional tags can be added by the user later, so I cannot just select all the tags in Views settings, because the new ones would be uncovered).
thanks
Hi ,
I have an application deployed with ClickOnce .Now when i rebuild the application with some changes , and put it in the share folder from where it is installed and launch the appluication it doesnt takes the latest version instead it just launches the old version.
How should i check (which file) for new version.
is there any setting in the build file which says to check the new version.
Can somebodyy pleas help me with this??
thanks,
ashish.
Hi,
I have 2 views, each for portrait and landscape.
I start by displaying the portrait view.
On both the views, I have a button, which presents a modal view on clicking it.
When the modal view comes up and then I rotate the iPad, the portrait view is replaced by the landscape view, but the modal view goes behind this view.
Any idea how to bring the modal view again to the front after the rotation?
Thanks for the help
Farha
Hai,
I am in search of a photo gallery in jquery like the one in the following link http://www.epson.co.in
Could you guess tell me where i can get a plugin like this.
thanks