Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
11answers
1k views

Matrix transforms; concepts and theory, are there any free resources for learning practically?

I've been having fun rendering charts and graphs from co-ordinates lately, and I'm fascinated by using matrices to transform co-ordinate spaces. I've been able to successfully scale and invert 2 ...
10
votes
5answers
97 views

Java: Enforcing doubly linked objects

I am designing a game engine in Java. At the core of this engine exist the two classes Asset and Attribute, where an Asset has a list of Attributes. Most Attributes need no link back up to their ...
10
votes
2answers
3k views

How can I get google cache age of any url or web page

In my project I need this result (Google cache age) to be added as an important information. I tried to search sources for **Google cache age i.e. The number of days since Google last re-indexed the ...
9
votes
1answer
510 views

How to check Google index count of a url or webpage link

In my project I need this result (Google index count) to be added as an important information. If you have any link from where I can get Google index count of a url, it will be helpful to me.
9
votes
3answers
2k views

Git and hard links

Since git does not recognize symbolic links that point to outside of the repository. is there any problem using hard links ? Git could break them ? Can point me to detailed information ?
9
votes
2answers
2k views

Direct “rate in iTunes” link in my app?

I've seen posts here on Stackoverflow that describe how to allow users to be directed to apps on the app store. Is there a way to link directly to the rating and comments form in the App Store?
8
votes
3answers
420 views

Tierless web framework with Javascript?

Links is a lisp-like functional web programming language/framework that makes it easy to write a single piece of code that is compiled to server-side code, client-side JS and HTML, thus making it much ...
7
votes
5answers
11k views

Find package name for Android apps to use Intent to launch Market app from web

I'm creating a mobile website that will include a page from which people can download relevant apps that we recommend. I've found instructions for creating the links to launch the Market but this ...
6
votes
1answer
340 views

How to support Amazon and Android Market links in same APK [closed]

Possible Duplicate: Supporting Amazon and Android market links inside application I was wondering if and how you could differentiate between an Amazon App Store installed app and one ...
6
votes
1answer
72 views

Links start with two slashes

More and more, began to notice that the links in the source code on Web sites begin with two slashes. For example: <a href="//site.com/1.png">Image</a> Why do it?
6
votes
7answers
2k views

Get title of website via link

Notice how Google News has sources on the bottom of each article excerpt. The Guardian - ABC News - Reuters - Bloomberg I'm trying to imitate that. For example, upon submitting the URL ...
6
votes
2answers
135 views

Is there any reason NOT to use src=“//domain.com/file.js”, which is protocol dynamic?

In some of my E-Commerce applications I've started using src="//domain.com/file.js" in cases where I needed to reference externally hosted scripts that I wanted to include. In my E-Commerce ...
6
votes
3answers
6k views

Android: How can I add HTML links inside a ListView?

How would I go about adding clickable links inside a ListView?
5
votes
2answers
51 views

CSS style for links pointing to the current page?

I was wondering if there is any way in CSS3 to style links pointing to the same page that are already displayed in the browser—for example to highlight it red in the navigation telling the user "You ...
5
votes
1answer
128 views

Google Charts - Trying to add links or any form of custom html in popup

Is there any way to have links in any part or a google chart? Or embeded html? I would idealy like to format the pop-up with my own html. some(3) and other(4) should be links. This is the closest ...
5
votes
2answers
893 views

What's a reliable method for setting up telephone links for mobile browsers?

I'm working on a quick page intended for mobile browsers. While there is little consistency between browsers on cell phones (the target audience), I have a phone number that I would like to be as ...
5
votes
4answers
717 views

REST/Ajax deep linking compatibility - Anchor tags vs query string

So I'm working on a web app, and I want to filter search results. A nice restful implementation might look like this: 1. mysite.com/clothes/men/hats+scarfs But lets say we want to ajax up the ...
4
votes
1answer
96 views

Programatically opening URLs in web browser in Python

I have a tkinter script. I was wondering is there anyway to have is so when you hit a button it takes you to a Web Site from tkinter import * app = Tk() app.geometry("250x400") app.title("Links") ...
4
votes
1answer
75 views

How do I specify the Help Link, Support Link and Update Information in Wix/Votive?

I've authored a few Wix installers but I've noticed that my products, when installed and viewed in Control Panel, Add/Remove Programs, are a little light on metadata compared to some other installs. ...
4
votes
2answers
47 views

Minimum width (CSS)

I've got a header (width 100%) containing some links. When you resize the browser, the links will be displayed beneath each other when there is little space. I know I can use min-width for this ...
4
votes
2answers
77 views

Help, i want to use permalinks for my site(non wordpress) am building from scratch

Hello guys i have some websites am currently building but I have a problem...I have pages such as blogPosts.php?postID=7 I would live something link blogPosts.com/post title Meaning I dont want pple ...
4
votes
4answers
466 views

get all the href attributes of a web site

can anybody tell me a way to get all the href attributes(links) in a web site using javascript?if you could give me a code example, i will be most thankful.
4
votes
1answer
773 views

Parse youtube links PHP

bits=0&burst=40&sver=3&expire=1271696400&key=yt1&signature=7B74075BAA26B05A028B2219FD52D7A45197F555.A8878413DC7BB3FFAB0C9219CBD3FCDD7221B440&factor=1.25&id=cf3cec58d98073dc ...
4
votes
5answers
2k views

how to trigger a jquery function just with the url?

this is my first question.. so, here we go. i have a site, 100% xhtml/css with some ajax functions thanks to jquery. te problem is.. for all the "sub pages".. the url remains the same (index.php).. ...
3
votes
1answer
65 views

jQuery infinite scroll causes links to temporarily not work?

A couple of weeks ago I implemented an infinite scrolling page with jquery. The scrolling itself works great, but I'm getting a very strange side effect. When I scroll and the new content loads, none ...
3
votes
1answer
61 views

Highlighting Links

I am creating a Help System that uses links (a JButton extension) that expand and collapse subpanels with JLabels in them. The links and the collapsible panels work, but I'm having trouble ...
3
votes
1answer
103 views

Extract urls from string with type

I'm attempting to extract urls from a string, they aren't standardized so some are within href tags, others on their own. Also I need them to be sorted by type, so for example the following strings: ...
3
votes
1answer
133 views

How to reference a page with parameters Wicket

I need to send Wicket links (throug mail, for example) wich references instances in the system. For example, the mail could contain: From: ...@... To: ...@... Subject: Order Pending ... txt... ...
3
votes
3answers
78 views

How to nest anchor links via jQuery?

Looking for a great way to add anchor links within my HTML document after my pattern of H3 and the last p element block. This is my original HTML <div id="container"> <h3 ...
3
votes
1answer
80 views

jQuery content slider with RELATIVE links

I have a previously working website that uses a small jQuery script to trigger an image with the class content slide to animate when rolled over and show a div containing content when clicked and hide ...
3
votes
3answers
238 views

How can I un-shorten a URL using python?

I have seen this thread already - How can I unshorten a URL using python? My issue with the resolved answer (that is using the unshort.me API) is that I am focusing on unshortening youtube links. ...
3
votes
5answers
207 views

How to append text to '<textarea>'?

I have <textarea> where user can type in his message to the world! Below, there are upload buttons... I would love to add link to uploaded file (don't worry, I have it); right next to the text ...
3
votes
2answers
154 views

Tutorial/Blog for GroovyFx

I need links for blog, tutorials that covers GroovyFx. I have tried searching it on google, i'm not getting any useful tutorials. I need a full coverage of GroovyFx from top to bottom! Thanks in ...
3
votes
1answer
282 views

Google +1 button as a link?

Can you have the Google +1 button as a simple link? Like <a href="http://google.com/+1/url=http://mysite.com" class="google-plus1"> + 1 </a> i don't like iframes
3
votes
4answers
366 views

get data from internet link in android

I am making an application which takes a URL with. *.asp extension and we pass it the required parameters and get some string result using POST method. Please tell me how can i acheive this. Suggest ...
3
votes
1answer
68 views

jQuery event not firing

I have 3 files: js_json.js -> for my json code javascript.js -> for my javascript function index.php Here the code for js_json.js: $(function(){ $('#postTitle').change(function(){ ...
3
votes
1answer
341 views

Determining protocol with url_for and link_to on symfony

I want to change the default protocol used with link_to and url_for function from symfony. I dind't find any good way on the documentation. My solution is to generate absolute url and subsitute the ...
3
votes
3answers
3k views

Change clickable TextView's color on focus and click?

I have a clickable TextView that I want to give some colors to. But I don't know how. Here are the relevant code snippets from my two files that I'm working with: TextView title = new TextView(this); ...
3
votes
2answers
159 views

Flex 3: How to Link to a Flex Project on the Localhost for Testing Purposes

I've got a Flex 3 website. I've got a bug in my deep linking. For some reason, if another site links to my site, it shows the main content instead of the specific bit that should be show. So, if the ...
3
votes
2answers
376 views

Using .load() to populate div with images for easy slider1.7

So I am trying to populate the slideshow div with images from a external html file but the problem seems to be that the new images do get pulled okay with .load() but the easy slider fails to see the ...
3
votes
1answer
98 views

What's the best service to use for filtering out spam/abuse/malware links for a link shortening webapp?

I have two services - Lincr and LinkBunch. Lincr is a plain jane URL shortening service, while LinkBunch lets you shorten multiple links into one link. I've had too much spam posted into the services, ...
3
votes
2answers
57 views

CSS differing link styling

Ok...... I'm just wondering something about all the different link styles. From what I know using something like: .class a {} Is the same as using: .class a:link {} Right? Additionally..... ...
3
votes
3answers
1k views

How can I make links in fromHTML clickable? (Android)

This seems like a trivial problem, but is has me kind of stumped. I want to load an HTML string using Html.fromHtml(), and have any links in the string to be clickable and open in the browser. Basic ...
3
votes
2answers
100 views

Making divs act like proper links

I'm using a JavaScript (jQuery) calendar where some calendar events act as links. The calendar events are divs that have onclick triggers that point the browser to the correct page. The problem is ...
3
votes
2answers
123 views

What rel values have concrete benefits in a <link> tag?

The <link> tag is most commonly used to associate stylesheets with HTML documents, but as many know, it has a myriad of other uses as well. In general it represents some relationship between two ...
3
votes
1answer
580 views

Dynamically created text with clickable links in it via binding

I do want to create a listview which consists of many items of an own class. One of the properties is a text which can contain one or more links in it. Normally I use a textblock with a binding on ...
3
votes
2answers
431 views

how to create hyperlink in piechart

I want to do a pie chart in matplotlib. This pie chart will be a representation of two variables: male and female. That's easy to do :) What I would like to do next, I'm not even sure if it's ...
3
votes
2answers
662 views

automatically animate all hover states with jQuery

On my new site, I have several different hover states for links. One swaps out a background image for the logo. One swaps out a different background image for the main nav. And normal inline links ...
3
votes
1answer
184 views

Android Market links on non Android browsers

Android Market links go to 404 on non Android browsers. When will Google fix this? It's really annoying having to check the user-agent and displaying something else for non Android browsers.
3
votes
1answer
2k views

open link from UIWebView into Safari (iphone)

ok rather than try to explain my problem in text, watch this little video i recorded http://www.youtube.com/watch?v=fwb55jnZI6w and here is the code for the detail view controller (the page where the ...

1 2 3 4 5 17