0
votes
0answers
1 views

Set focus back (make cursor blinking on) to UITextView after setting html formatted text

I have implemented email like application which sends some data to email provided in one text view. For this I have done following: On each character typed on UITextView I prepare criteria string and ...
0
votes
0answers
2 views

Using BASH, how can I expand PDSH list of IP addresses?

I have a list of 3000 or so IP addresses that were the result of a pdsh output piped through dshback -c which formats the output into a readable format. I like the readability of dshback -c, but the ...
0
votes
0answers
2 views

What are the obvious vulnerabilities to using a session identifier cookie and a user_id cleartext cookie?

My basic setup is a ruby/rails server serving a JSON-based api endpoint and a bunch of javascript running an ember.js single-page application. In order to access "sensitive" (defined how you want to) ...
0
votes
0answers
4 views

How to set the properties for a dynamically created label?

I need to set the border color and border style to a label that is dynamically created. How can i do that? if (cmd.Connection.State == ConnectionState.Closed) cmd.Connection.Open(); ...
0
votes
0answers
4 views

can any one say me how to establish a connection between asp/JScript and local sql server 2008 in a local machine using IIS

here is how I established the connection but its not working `<%@language="JScript"%> <%function sql() {`` var conn, sql; conn = Server.CreateObject("ADODB.Connection"); ...
0
votes
0answers
2 views

esri flex mobile map can't turn off easing through panEasingFactor

Ever since ArcGIS for Flex version 3.0 you can't turn off easing and because of this when you lift your finger off the map it causes the map to shift. You can verify this by running the sample BaseMap ...
0
votes
0answers
3 views

How to keep the username - across all views in Backbone.js

In my app, i have no.of pages. each pages have a separate view for them. But in the header part i need to show the user name on all views rendering.. what would be the best practice for that.. i ...
0
votes
0answers
3 views

Group's “emailPermission” in Directory API in Google Apps

I'm using Google Apps Provisioning API with gdata-java-client to manage Google Apps domain. https://developers.google.com/google-apps/provisioning/ Since Provisioning API is deprecated now, I'm ...
0
votes
0answers
5 views

What is the corresponding keyboard keys to Google Glass touchpad actions?

I used Settings.apk and Launcher2.apk to access to Android setting and paired Glass with my Bluetooth keyboard device. Now I can use arrow keys, escape and return to control my glass. If I only use ...
0
votes
0answers
4 views

MVVM ViewModelLocator with Ninject

I have a lot of code that uses a ViewModelLocator to set the datacontext on views. I'm currently using a simple service locator (Simple Injector / CuttingEdge.ServiceLocation) so that the ...
-1
votes
0answers
7 views

XPath Scrapy Result issues - OR statement?

I am trying to scrape the "Team Batting" table on this: http://www.baseball-reference.com/teams/BOS/2013.shtml web page. I am having two issues. I am only getting player rank up to 34, not the ...
0
votes
0answers
11 views

Regex getting numbers from string

I have a string $test = xyz45sd2-32d34-sd23-456562.abc.com The objective is to obtain $1=23 and $2=45 i.e equal number of digits from '-' followered by '.'. I have tried the following: $test1 ...
0
votes
0answers
3 views

Jquery Mobile: How to Make Custom Select Box with filter

I am having a problem with Jquery Mobile. I want to make a custom select box with search option on the top like in the ul of jquery mobile. I have made a custom select box using jquery mobile but ...
0
votes
0answers
2 views

Using PAC file in windows to redirect wildcard subdomains to localhost. Dont want to keep updating windows hosts file

I have a number of web development sites on my localhost. I have set up the apache virtual site to redirect subdomains to their relevant folder. It works.. yay!! <VirtualHost *:80> ...
0
votes
0answers
3 views

In Matplotlib what is the Polar equivalent of get_xdata?

I found the following example of selecting data with the mouse but when I use the onpick function with a polar plot I get the following error: xdata = thisline.get_xdata() AttributeError: ...

15 30 50 per page
1 2 3 4 5 366745