Tagged Questions
The only tag has no wiki summary.
5
votes
2answers
4k views
Regex to get NUMBER only from String
I recieve "7+" or "5+" or "+5" from XML and wants to extract only the number from string using Regex.
e.g Regex.Match() function
stringThatHaveCharacters = stringThatHaveCharacters.Trim();
...
2
votes
2answers
53 views
Validate Strings to be of a exact “kind” (java)
My problem is that I cant make my string a valid one,
The valid way is this:
for example ---> "DP 3#4" this is a rule for a game, and i must validate it... I searched for tokenizer, and even ...
2
votes
0answers
172 views
Creating a “Tweet this button” to share information only on Twitter is not so easy
For my application, I display a twitterfeed inside the main screen.
What is cool is that people can follow the twitter information about the train company of my country without having a Twitter ...
1
vote
1answer
29 views
How this css only pointed corner was generated
Can somebody help me understand how this pointed corner was actually generated in css only(Rather, please help me understand how this is actually working):
The code is-
<p class="test-div">
...
1
vote
0answers
69 views
Send Email with read-only fields in Android
My app has a Contact Us section, where a user can send an email. Some fields are pre-populated and need to be read-only, TO, SUBJECT. Only the BODY is editable.
I am currently creating an intent as ...
1
vote
1answer
102 views
Jquery : remplace content only if the new content is different
I'm programming a website but i have a little problem...
I have a php file which is called every X second in ajax to refresh a content. This php file return a js file wich must change the html ...
1
vote
4answers
200 views
jQuery , Do action only this DIV ? (When hover…) (with Demo)
http://jsfiddle.net/5MwVg/
Look at this pls...
When I hover title , i need to show the small pic only one...
How to ?
Thanks <3
1
vote
3answers
955 views
How do I select only 1 row without using rowcount
How do I select only 1 row in sybase without using rowcount? I don't have the privilege to set rowcount in sybase. Is there a way to select only 1 row?
For example:
select * from table where name = ...
1
vote
2answers
526 views
Open only one activity, without the main activity
I have an application that has one service and 2 activities.One activity (the main one) is a preferences activity and the other one is a dialog themed activity. The service from time to time needs to ...
1
vote
2answers
224 views
Use just Sharepoint 2010 foundation
am an ASP.NET developer new to Sharepoint.
Having installed Sharepoint Server 2010, SQL and VStudio on Server 2008 I'm trying find out if there is a way to disable all the extra features that come ...
1
vote
1answer
577 views
Protecting Excel work book using SpreadsheetGear in C#
What is best possible way to protect Excel work book(read only) and work sheets without using
password using SpreadsheetGear dll in c#?
1
vote
3answers
231 views
AESlibrary only two lines
Does anyone know a c++ library that uses advanced encryption standard encryption that can achieve encryption and decryption (using counter mode) in just two lines of codes. No need of padding or ...
1
vote
1answer
182 views
FlexBuilder 3 - ActionScript Only - AIR Application
Using an ActionScript only project for AIR dev in FlexBuilder 3. I've already gone through the setup of changing the .mxml to .as to generate the main working file. I've also used NativeWindow.stage ...
1
vote
3answers
703 views
maven deploy exclude
I want to exclude one dependency when I'm doing deploy, I need it when I use the jar locally, but it should not be in deployed jar. is there any way to do it?
0
votes
2answers
61 views
Android Rotation Landscape Only
I'm writing an application for an Android Tablet. I want the ScreenOrientation always to be in "Landscape", but the app should be able to rotate 180°. If you hold the Tablet upside down, the View ...
0
votes
1answer
33 views
How to download a file only if its modified in android activity
Im developing an app thats need to download a script from the web
but the file is too large and i want to download only if its modified
0
votes
1answer
25 views
QuerySet using only() to fetch reference with no deferring
Consider the following:
objs1 = MyModel.objects.filter(field1='1').only('foreign_key1','field2')
objs2 = MyModel.objects.filter(field1='2').only('foreign_key1','field2')
for o1 in objs1:
matches ...
0
votes
1answer
69 views
Facebook login ONLY button (disallows login for new users)
Is it physically possible to design a facebook button that will only allow users who have already joined my website using facebook to log in?
I would like to design this button separately from a ...
0
votes
2answers
162 views
only allow numeric chars to be entered in text-box in c# [closed]
Possible Duplicate:
C# Numeric Only TextBox Control
Hi how can i allow only numbers to be entered in my text-box and to check if the text-box is empty and display a message in both ...
0
votes
1answer
145 views
Hide a gallery made with Galleria JQuery plugin
I'm using Galleria to build my gallery in a website and it works fine but I want to take it to the next level.
I would like to know if someone here has tried to have an instance of Galleria in full ...
0
votes
0answers
27 views
Substitute keyword value ONLY in subversion keyword substitution
In subversion keyword substitution, we can do that
$Author$ replace to $Author: hkalex@gmail.com $
However, how can I just substitution the value ONLY.
What I want is
$Author$ replace to ...
0
votes
1answer
65 views
How to “Show Only This Frame” - jQuery/javascript solution needed
In FF we can right-click "Show This Frame Only". So how to do it in javascript/jquery? Becoz i want to remove my webapps banner (which inside another frame of another frameset) but fail.
0
votes
0answers
29 views
overflow;hidden iFrame only - (how do I keep scrollbars on the hosted web page?)
Is it possible to have scrollbars on a webpage when it must have overflow:hidden for use in an iFrame?
0
votes
2answers
64 views
Find if class has border in css
Find if class has border in css only, by using attribute selector or by any other means.If it is not having then apply the border.Intention is Not to fall back on to either jquery. Is this possible ...
0
votes
1answer
72 views
ActionLink only if a certain condition is met
If s = "N/A" then I don't want to use the ActionLink. In other words, if the inventory item is not currently being used on a project, then don't provide the link (just show N/A instead). Also, how ...
0
votes
2answers
49 views
Need help matching a string if it ONLY contains approved substrings
I am having a hard time writing this regular expression.
Basically I need to block email delivery if the message recipient envelope contains an unapproved domain. My internet mail gateway ...
0
votes
1answer
99 views
htaccess only for some pages
Hi
I use apache geo-ip and I want to allow users from other countries only to pages such as:
[http:]//[www.]my_domain/forum/
[http:]//[www.]my_domain/forum/viewforum.php?f=
...
0
votes
3answers
48 views
Remove specific box with jquery
When you click Add a box. It adds a box with a deletlistbtn.
Right now it removes all boxes with the same name/class/var.
But i want the button to only delete the box/list its in.
Can anyone tell me ...
0
votes
3answers
2k views
google map not display properly and only show grid — help me, please, help!
Today I encoutered a problem. My application's function about google map not work.
The map only show grid. not any map information.
I have a map key , and the function is good previous. From ...
0
votes
1answer
122 views
Flex3 app: Audio Only FLV don't play correctly
I got a flex3 app and a red5 0.63 server.
My app plays audio only flv files stored in the server, but don't play correctly.
It plays some milliseconds, and stops. It receives the metadata, the ...
0
votes
1answer
388 views
Get only the Date from the WPF DatePicker
when I bind the wpf datepicker SelectedDate I get this 2010-08-25 08:15:33.
As I do a comparison:
if (SelectedStart >= SelectedEnd)
return false;
else
return true;
I get always true. I ...
0
votes
1answer
67 views
SHAREPOINT 2007 - Record Read Only
In a "Issue" list, I have a mandatory field called "Status", to control the status (Identified, implemented, postponed, etc.). I need to control the behavior of each record based on that field ...
0
votes
2answers
987 views
Extract Text from web page displayed in a TWebBrowser
I use delphi 7 and I would like to extract ONLY the text displayed in a webpage directly from a web page displayed in a TWebBrowser (no images....). Could it be done & how can I do it?
Best ...
0
votes
2answers
82 views
Excel Forms Edit Only
I have this excel sheets + a vba part with 3 forms that interacts with the sheets (read/write data, xml export, etc).
I have some data verification in my forms' code, so I would like to be able to ...
0
votes
1answer
168 views
TCPIP server single connection
i need some tips!
i am using c# sockets Asynchronous mode.
i need to serve only one connection in my application from a server point of view. once one is connected then i would like to refuse any ...
-1
votes
2answers
95 views
how to do only this div
<div id="container">
<div class="slides">
<div class="slides_container">
<p>1</p>
<p>2</p>
<p>3</p>
</div>
...
-3
votes
2answers
59 views
PHP Date show the first letter of the month only? [closed]
Possible Duplicate:
Getting the first character of a string with $str[0]
I'm currently displaying monthly archives on my site. it works fine, but I want to show only the first letter of the ...