links

CSS: Skip underline in part of link

Is it possible to have a contiguous link, where the text is normally underlined on mouse hover, but in the middle have a section (eg an image) without this underline? This does not work: <a href="#">one <span style="text-decoration:none;">two</span> <img src="img.png" style="border:0px; text-decoration:none;"> three</a> ...

temp. download links (with codeigniter)

Hi everyone I was wondering how I could start generating temporarily download links based on files from a protected directory (e.g. /downloads/). These links need to be valid until someone used it 5 times or so or after a week or so, after that the link shouldn't be accessible anymore. Any help would be appreciated. ...

Keeping track of links or references to image files and deleting unused ones (PHP/Database)

I need a way to remove "unused" images from my filesystem, i.e. images that are never accessed from any point in my website (doesn't matter if I break external links. I might disable external hotlinking altogether). What's the best way of going about this? Regular users can add multiple attachments to topics/posts and content contributer...

Drupal 6 fails to build menu router and links

When I enable a new menu in Drupal (for example, mymodule), Drupal should be able to get the menu items from mymodule_menu (hook_menu), process the items and insert the menu items to menu_router and menu_links table. However, my Drupal fails to do so. Each time I enable a module (written by me or modules contributed by others, or core m...

Apache Virtual Host in Windows - how do I deal with Symbolic links?

Hi Folks, I'm trying to run a virtual host on a WAPP stack. My virtual host has the FollowSymLinks option, but in Windows, all those symbolic links (I'm using shortcuts, and I think this may be the problem) have the .lnk extension. So if I'm trying to access settings.html, Apache can't find it because all i have sitting there is setti...

How do I create links in the cells of a PHP generated table?

I have a table generated from some PHP code that lists a SMALL amount of important information for employees. I want to make it so each row, or at least one element in each row can be clicked on so the user will be redirected to ALL of the information (pulled from MySQL database) related to the employee who was clicked on. I am not sur...

how can I get href links from html code

Hello, import urllib2 website = "WEBSITE" openwebsite = urllib2.urlopen(website) html = getwebsite.read() print html so far so good. But i want only href links from the plain text html. How can i solve this problem? ...

Good educational resources explaining the basics of the Internet

I'm a Drupal developer about to start teaching a class at a community organization. The class will focus on basic Internet literacy, and provide hands-on experience with a couple of open source content management systems. We're going to have a highly diverse group of 6+ students, from high school students to musicians to fledgling pro...

Change DB link Names Dynamically in a Select

Good Morning everyone.. I have several DB links defined and would like to be able to dynamically change which link I want to use depending on the a user input. Is there a way? Example: select * from parts@dblink I am looking for a way to use a variable and have users input the link pointing to a particular database. Is this possible?...

Is it possible to post two links with the iPhone Facebook API in the iPhone's view (facebook app)

I am using the facebook iphone api and trying to use facebook.stream.publish to send a post from my app. I would like to put two urls/links in the post but can't figure out how. Aside from the href property that accompanies the header, I tried using additional properties to add an additional link. This works fine when viewed from a we...

Why don't the links in my Chrome Extension Open?

Hi, I've got a simple little Chrome Extension that displays Links to some RSS Feed Items. https://chrome.google.com/extensions/detail/kphnebohimlmflbecpghgbclhobnphnm?hl=en-GB However, clicking the links does nothing. What am I doing wrong. I'm sure it's very simple. Am I missing any Permissions from my Manifest file? ...

Convert vBulletin to Drupal but maintain friendly urls for SEO?

I'm fed up with VB and looking to convert a big vBulletin board to Drupal. But I don't want to lose the links of the friendly urls and risk having everything re-indexed by Google. How can I maintain those urls? The site and huge has been around since 2002. I don't want to be penalised by Google. ...

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 webview is) detailViewController.h #import <UIKit/UIKit.h> #import "MWFeedItem.h" @interface DetailViewController : UIViewController <UI...

how to find if the file is a link file, and find the path of the target file (actual file pointed by the link file)

how to find if the file is a link file, and find the path of the target file (actual file pointed by the link file) ...

Customize the Google Links

Is there any way to customize my google links the top of my google apps? ...

php realpath not producing usable outcome

<?php $server = $_SERVER["SERVER_NAME"]; $pathpath = realpath("../../files/uploaded_file.jpg"); echo "You can link to the file using the following link... $server$pathpath"; ?> Unfortunately this produces the following... www.example.com/home/fhlinux123/g/example.com/user/htdocs/ninja/base/files/1.doc Whereas what I am a...

Does anyone know of an open source Link Exchange Module for .Net?

Hi, Much like it says on the tin, I am wondering if anyone knows of an Open Source Link Exchange control that is currently available for the asp.Net framework. (I really would only need the half that allows users to register outgoing links). I can implement this myself, but before I do that I'd like to confirm that there isn't an alre...

Link to my app that opens in mail on the iPhone, or the PC desktop

I'm trying to email someone a link to my iPhone app in the app store. I've tried Apple's app-link-maker. I've tried many of the suggestions here (and elsewhere) to use http: or itms: or itms-app:. Or to use itunes.apple.com or phobos.apple.com or ax.search or several others. I can't seem to get ONE link that works in both situations:...

I need a regular expression to convert US tel number to link

Basically, the input field is just a string. People input their phone number in various formats. I need a regular expression to find and convert those numbers into links. Input examples: (201) 555-1212 (201)555-1212 201-555-1212 555-1212 Here's what I want: <a href="tel:(201)555-1212">(201) 555-1212</a> - Notice the space is gone <...

What are some places to find out about bleeding edge web tech and trends?

Hey guys, As a web developer it's always nice to be knowledgeable about upcoming web trends and tech, but currently I am very limited to what I hear about through friends and at work. Where are some places you go to find out about bleeding edge web stuff? Examples might be things like: Non-Relational Databasing Augmented Reality ...