Tagged Questions

7
votes
7answers
397 views

Difference between @import and link in CSS

I'm learning some CSS to tweak my project template. I come to this problem and didn't find a clear answer on the web. Is there a difference between using @import or link in CSS? Use of @import …
7
votes
3answers
5k views

How do you create an application shortcut (.lnk file) in C# or .Net

The title says it all. If anyone has a routine or code snip-it handy that will save me the google trolling that would be great. Otherwise I'll post whatever I come up with. Thanks
6
votes
10answers
183 views

“Back to top” link, is it useful?

Many sites show a "Back to top" link in their footer. Others, even worse, have that link throughout the page. Personally, I never used any of them, but probably it's me to be strange. Do you think …
6
votes
7answers
225 views

Ethics of blocking external hotlinking

I'm just looking through some of the webmaster stats that Google provides, and noticed that the most common links to our website are to some research articles that we've put up in PDF format. The …
5
votes
4answers
2k views

Is there a tutorial on C++ programming in Visual Studio 2008?

Can anyone link me to a decent c++ tutorial that's actually currently in date? Almost everything I find applies to 2005 and the code examples are riddled with errors which won't run in my 2008 version …
5
votes
3answers
4k views

[linux, gcc, linking] ld cannot find a library that exists

I am attempting to link an application with g++ on this debian lenny system and ld is complaining it cannot find specified libraries. The specific example here is image magick, but I am having similar …
4
votes
5answers
1k views

g++: In what order should static and dynamic libraries be linked?

Let's say we got a main executable called "my_app" and it uses several other libraries: 3 libraries are linked statically, and other 3 are linked dynamically. In which order should they be linked …
3
votes
6answers
76 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 …
3
votes
1answer
543 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: …
3
votes
4answers
513 views

How to create an anchor and redirect to this specific anchor in Ruby on Rails

I'm trying to create unique anchors for every comment on my blog so a person can take the url of an anchor and paste it in their browser, which will automatically load the page and scroll down to the …
3
votes
4answers
517 views

How do I make an html link look like a button?

I'm using ASP.NET, some of my buttons just do redirects. I'd rather they were ordinary links, but I don't want my users to notice much difference in the appearance. I considered images wrapped by …
3
votes
2answers
87 views

How can one offer free ringtones on your web site?

I've been asked to come up with options to offer free ringtone downloads on a website. These would be actual free ringtone downloads, not "Sure, we've got free ringtones, but wouldn't you rather have …
3
votes
8answers
2k views

Link to resources inside WebView - iPhone

I have a webview in my iPhone application, and I also have some html files inside my Resources folder. When my app loads, I load in a page from my resources into my webview. But , I need to make links …
3
votes
8answers
1k views

Regex for links in html text

Hi, I hope this question is not a RTFM one. I am trying to write a Python script that extracts links from a standard HTML webpage (the <link href... tags). I have searched the web for matching …
2
votes
4answers
85 views

regular expression to parse links from html code

Possible Duplicate: Regex to get the link in href. [asp.net] I'm working on a method that accepts a string (html code) and returns an array that contains all the links contained with in. …

1 2 3 4 5 14 next
15 30 50 per page