0
votes
1answer
18 views
Linking two UIScrollViews so they follow each others touches
I want to make a list, that is divided in 2 parts, left and right. The left part can only scroll vertically (has a list in it). The right part scrolls vertically, and horizontally. …
3
votes
1answer
489 views
Can I change the column that links to the item with edit menu in a sharepoint list?
There was a similar question asked but it wasn't exactly what I am trying to do.
Here is a link to the question: http://stackoverflow.com/questions/607291/auto-number-column-in-sh …
0
votes
2answers
374 views
How to call actions between classes?!
Hi guys, yeah it's me again :)
I've got a little problem.
I've got a custom cell with a TextField. I want the keyboard to hide when i tap "done"
so normally i do this jus with [ …
0
votes
3answers
22 views
Count average from another MySQL table
I have 2 tables, one is supplier and one is supplier_feedback - how can I calculate the average rating for each supplier? I currently have this:
SELECT s.premium, s.supplier_id, …
1
vote
3answers
54 views
hiding a link in asp.net
hi,
in the following master.cs code.....
public partial class Default : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
BasePage …
0
votes
1answer
39 views
jsp link does not display
i am working on RAD and have created a jsp page....i want to navigayte to this jsp page from a previously created page....so...i added a link to the previous page..but the link doe …
0
votes
2answers
20 views
Links within and outside List elements not working
I'm trying to create a unordered list, with each li element having it's own background image (no text, just image), but I'm having trouble (in Firefox at least, it works in Safari) …
0
votes
1answer
43 views
magento - add links to footer but not to top navigational menu
Hi there,
I want to add links to the footer - such as Customer service etc.. I do this by editing the CMS static block, footer links. However when I do this, they also appear in t …
1
vote
1answer
26 views
create a shared lib using another shared lib
I have a shared library "libwiston.so". I am using this to create another shared library called "libAnimation.so", which will be used by another project. Now, the second library "l …
0
votes
1answer
23 views
Is there any way to have WebView auto-link URLs and phone numbers in Android?
If a page has a URL or a phone number on it that isn't a link is there any way to have WebView recognize it and automatically turn it into a link like you can with TextViews?
With …
0
votes
1answer
10 views
How to copy junction AS-IS instead of the folder it points to in Windows Server 2003?
I copy set of folders from server 1 to server 2. Amongst files I also have junction: folder with set of config files: on server 1 this junction points to... let's say c:\Config (th …
1
vote
4answers
78 views
replace URLs in text with links to URLs
Using Python I want to replace all URLs in a body of text with links to those URLs, like what Gmail does.
Can this be done in a one liner regular expression?
Edit: by body of text …
0
votes
1answer
18 views
Keep old URLs when implementing UrlRewriter.net
I added UrlRewriter.net to my site today and it works fine with redirecting my SEO links to actual pages. The question is if there is any way to keep my old links in site and have …
0
votes
3answers
68 views
html link breaks
Hi
i have the code below
<a id="treeSelector" style="cursor:pointer" >
<img src="../../graphics/tree.gif" align="left" style="padding-right:5px;"/>
<span& …
0
votes
1answer
23 views
Adding extension to URL: Rails
I'm setting up some link_to xml views within a rails app. How can the url display the .xml extension?
Need it to appear as:
http://localhost:3000/test/1-testing.xml
Currently it …
