I wrote in Acrobat a script to automatically add links inside a pdf.
The part of the script doing this looks like:
l = addLink(0, x1, y1, x2, y2);
l.setAction("this.getURL('http://my-url.tld/')");
The problem is that I must have that link in the form of a Weblink not a simple link.
The action attached to the link has to be "Open a w...
is there a way to view all the apps by an artist in the AppStore?
more specifically, within an iPhone context? (because these viewArtist?id= links work just fine in a web browser, which then launches iTunes... where they don't seem to work is on an actual iPhone device using the ITMS-style URLs)
in my iPhone apps I've been using the f...
The title says it all.
Instead of putting "target="_blank" on every link, how can I do it with jQuery?
...
Hello,
I have an idea but I dont know how can I realize it . I have an several nighclubs related websites where I collect a lot of info about nightclubs from all over the world , I would like to offer to nightclub owners who has their websites the possibility to upload under their domains to their hosts in their subfolder some file or s...
Hi,
I'm having a problem with jQtouch when using tap on links,
I'm trying to get a link to change background color when tapped a la iphone appstore (the blue color)
so I'm using this code :
<script>
var jQT = new $.jQTouch({
statusBar: 'black',
useFastTouch: true
});
$(function(){
$("a").live('tap'...
I'm using a UIWebView to display formatted text from local HTML. Is it possible to have specific links in the HTML call Obj-C functions? For example, clicking a link to have a new view appear? Or am I resigned to using Javascript?
...
On our site we have a speakers page for courses. Main post has the bio and I have added a sidebar for each post to show picture and the excerpt. The excerpt only contains links to websites and their social media sites. The links in the excerpt don't seem to be clickable. http://www.socialmediaacademy.org.uk/index.php/course-speakers/ Is ...
Is it possible to track which links redirected to my site? For example if it's a short URL http://alturl.com/6rp7w that redirects to http://www.mysite.com would I be able to track http://alturl.com/6rp7w?
...
I'm having difficulty trying to figure this out. I'm not even sure if it's possible.. I will appreciate any sort of help!!
On site A, I have a link (an affiliate type link) that redirects to site B. When clicking the link on site A, I use this script to redirect..
header('HTTP/1.1 301 Moved Permanently');
header('Location: ' . $url);
...
I want to display $node->links in a block, but node_load only loads the node object without the links. How do I get the links?
...
Hi,
I have just tested this Jquery script with my site http://cool-javascripts.com/jquery/add-icons-to-your-links-automatically-using-jquery-css.html
At present the script creates a default icon for external sites. It would be great to have custom icons for different external sites like Twitter, facebook, and youtube, but I am struglin...
I'm trying to create a script using php that will pull data from various sections of a website and place the date in one easy to read location. I need it to be able to read the page and pull fresh data as it comes in and I also need it to be able to take data off of the page it sends it to after I click on it and refresh the page. The da...
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.
...
What's the link to my app on App Store? I want to input only the App ID.
[[UIApplication sharedApplication]
openURL:[NSURL URLWithString:@"???"]];
...
I use an AJAX-Request to load a part of a Webpage, the request is handled by a framework, which delivers the content. After that, I use jquery to insert the delivered content into the DOM-Tree. So far, so good.
But I use background-images for links in the delivered content, which are generated while processing the AJAX-Request. Normally...
I have an Objective-C application that uses WebKit for rendering and I would like a system to automatically detected the NSRanges of links and create them into the proper HTML anchor links. Currently I use a touchy regex to do this, but I am seeking a more sophisticated-like system that can tell the difference between links like http://w...
If I have a link say http://yahoo.com/ so can I get the links inside yahoo? For example, I have a website http://umair.com/ and I know there are just 5 pages Home, About, Portfolio, FAQ, Contact so can I get links as follows programmatically?
http://umair.com/index.html
http://umair.com/about.html
http://umair.com/portfolio.html
http://...
Hey all,
I have two problems with the below javascript that I'm not sure why they're not behaving expected as they should. I'm almost positive it should work but it doesn't. First, the left button doesn't hide when the left most p tag (the first one) for group1 is active even though it should, and the right button doesn't hide when the ...
JQUERY:
<script type="text/javascript">
$(document).ready(function() {
$('li.directory > ul').css('display','none');
$('li.directory').click(function () {
$(this).toggleClass('expanded');
$('ul', this).slideToggle('slow');
});
});
</script>
HTML: markup fixed now for demo
<ul>
<li class="directory"><a href="#">Paren...
I need such functions in python:
-check external links count on site pages.
-check if some link is present on given page or not.
Does anybody know good solutions/libs for this task?
I think i should use BeautifulSoup here.., may be something more lib can help?
...