0
votes
1answer
36 views
UIWebView with links.
I am creating a webview and loading content using "loadHTMLString" The content is loading I just can't get the links to work ex linking to google.com. Any help would be great.
UIW …
1
vote
6answers
80 views
how can i make different html links different colors . .
i am generated an html file with many different links and they (by default) all show up the regular blue color. Is there anyway i can make certain links different colors. note th …
0
votes
2answers
77 views
Open a Link with selecting a UITableViewCell
Hi,
what I'm trying to do is to have
1. a speakable text withtin the cell of a tableview (let's say "Google")
2. the ability that the user is able to select this row ("Google") a …
0
votes
1answer
14 views
Smarty Section Making the selected Link Bold
Hello,
How can i make the selected link from the List below, bold, that you see you are on Page ex. 3 or 5
With this code if you click on a Link you dont know on which page you …
0
votes
2answers
54 views
When loading a web page in UIWebView in iphone, the click does not work.
I use and UIWebView in my application to load www.google.com. After the page is loaded, I am not able to click on any of the links. Basically the links dont work. Am I missing some …
0
votes
1answer
12 views
plogger navi links
Is it possible to add plogger navi links over the photos?
Like:
Category -> SubCategory -> SubCategory?
0
votes
1answer
43 views
Android: How can I add HTML links inside a ListView?
How would I go about adding clickable links inside a ListView?
5
votes
4answers
75 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 …
0
votes
4answers
44 views
Dynamically pulling images and creating links
Is there a way to pull images from a directory and place them on a webpage and have links attached to those images that would take a person to a specific webpage associated with th …
0
votes
1answer
22 views
open a tab using a text link on the same page
I have a series of tabs with content and want one of the tab/contents to open when a user clicks on a link on a sidebar. How do I do this please in simple terms and instructions. …
0
votes
1answer
43 views
Using # in links instead of GET params = faster?
I just noticed that say
http://s7.addthis.com/js/250/addthis%5Fwidget.js#pub=PUBID
does the equivalent of
http://s7.addthis.com/js/250/addthis%5Fwidget.js?pub=fct-250
but is m …
1
vote
3answers
62 views
CSS! Do you have to repeat same properties for each link state? (link, visited, hover…etc) ?
Is it necessary or bad practice to repeat properties that aren't changing in each link type?
Like this:
a:link {display: block; width: 50px;}
a:visited {display: block; width: 50 …
0
votes
1answer
51 views
jQuery Accordion and active link
hi, i use the followig accordion menu:
function initMenu() {
$('#submenu ul').hide();
//$('#submenu ul:first').show();
$('#submenu li a').click(
function() {
var c …
-1
votes
0answers
57 views
List of programming related StackExchange websites [closed]
I want to start a list of the programming-related StackExchange websites, since there are more and more SE sites that might have a more focused community, rather than SO.
If you h …
0
votes
1answer
32 views
jQuery accordion links do not work
I have no idea what I am doing, but I found some code, that I am using to create a accordion dropdown for a help page on my blog.
Everything is working perfectly, but when I click …
