0
votes
0answers
8 views
Webtrends Issue - Adding data to links
At my company, we are using webtrends. The stats guy is telling me that we need to append &WT.svl=UniqueDescOfLink to every single link on our site.
I don't know much about webtrends, bit I am …
0
votes
2answers
22 views
ASP.NET: Enumerating header elements from codebehind
On Page_Load() in the codebehind, I'd like to enumerate all the <link> tags. The purpose being I want want to add a <link> to a CSS file if it isn't specified in the Page's markup.
How …
1
vote
3answers
24 views
Unwanted padding on link images in IE only
Hi,
I hope someone can help. Within my container DIV I have 3 images which I require to sit side by side in one row. This is indeed the case in every other browser except, annoyingly, as usual, in …
3
votes
6answers
74 views
javascript - know if a link has already been opened.
Hi,
I'd like to know if there is a way to know if a link has already been opened. In firefox, the color of a link changes once you clicked it, so I guess it's possible.
Edit : This is for a firefox …
0
votes
1answer
19 views
UIView that takes you to anchor link
I'm developing an iPhone app where I have my HTML content loaded in a UIWebview as a HTMLString and would like to have a UIView that tells the UIWebview to scroll to an anchor link. Can I scroll to …
0
votes
1answer
15 views
Oracle JDBC connection pooling with databae link
Hi all,
I'm building a J2EE web apps with Oracle database. The app server uses JDBC connection pooling to Oracle database A (e.g. 20 connections max), and some of the queries performed use tables in …
0
votes
1answer
28 views
Bug in Mobile Safari regarding HTML LINK
My native iPhone app displays HTML files using UIWebView. These HTML files are stored locally on the iPhone (they ship with the app).
Now I'm also trying to use a central CSS file in the HTML files, …
0
votes
1answer
14 views
How to prevent a iframed page from opening in a new window
Hi,
I have a site iframed in and it has a bunch of links in the menu. The way their site is built they have all the links in the menu set to open the pages in a new window. Is there any way to …
0
votes
3answers
88 views
Call href from JavaScript
This is the same question as THIS ONE, I can't answer that anymore, so I'm re-posting it with my account.
Sorry for the mess.
I need a Greasemonkey script that on a page load activates a href link …
0
votes
0answers
17 views
What is “mt=8” in iTunes links for the appstore?
Anyone know the significance of the mt parameter? It seems that any value will work, like mt=0, mt=999 etc...
Sample link:
…
0
votes
1answer
22 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..
So, I want a …
0
votes
3answers
25 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, s.name, s.phone, …
0
votes
2answers
22 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) getting the link to …
0
votes
1answer
82 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 the very top menu.
…
1
vote
1answer
28 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 "libAnimation.so" …
