Link extractor - since I don't know a better name for it; a utility which can take a .htm file, and give me links from it, not counting and so, just direct links. Useful for files in which you have a number of html links which are in a text and so on ...
Anyone knows of some, by any chance ?
When I want to download something in Safari, like http://foo.com/bar.zip, all I have to do is paste that link into the dowloads window. Is there a way to do this in Chrome?
I've gotten used to Safari, hitting cmd-alt-L (dowloads window), and then pasting. It's quick, neat, and saves me going to FileSave As...
I like to keep my hands on the…
I'm writing a user manual to a card game and there is a looot of linked images. Open Office is working so slow because every time I flip to a page with linked images it starts to update them.
Is it possible to tell Open Office to NOT update the links until I tell it to do so?
I would like it to display the same snapshot it showed the last time…
Hello,
I'm using the AtomFeedHelper and everything is working fine except for one feed where I need to link each entry to a URL which is not the default polymorphic_url for the record.
Per the documentation I've specified an :url option for the entry. This correctly renders a <url> tag in the atom node but the <link rel="alternate"…
I click on a link from one page that does a redirect to another page (Response.Redirect(page.aspx)).
The browser churns for about 30 seconds and the page displays. I'm trying to track down why it takes so long to load the page.
The page hosts two other custom controls.
I have commented out the lines of code for each and both controls,…
Hi,
So I am using Zend frameworks Gdata extension to parse xml data from google base.
http://framework.zend.com/manual/en/zend.gdata.gbase.html
Working fine minus one damn important thing I cant seem to parse, the link to the actual page, because there are two elements and its returned as an array.
Anyways Ive tried vardumping the…
Is there a way to dynamically change the hyperlink associated with an ECB menu in WSS 3.0? For instance, I have a list with 2 fields. One field is hidden and is a link, the other is the title field which has the ECB menu. The title field currently links to the item's view page - but we want it to link to the link-field's url. Is…
Hi! I've some question about this router.
Before starting, some configurations, specified by my provider.
Wan1
VPN
IP - 192.168.172.84
Mask - 255.255.255.0
Gateway - 192.168.172.253
DNS - 195.110.6.7
Wan2
Dynamic IP
DHCP - 168.120.1.34
Mask - 255.255.255.0
Router IP 192.168.1.1
Computer IP 192.168.1.7
Routes:
route -p add…
I'm have a need to show the most up to date version of a certain file in a directory to users who access a folder on my site (lets call this folder logs). I can't just move the file into the folder as another process relies on being able to find and edit this file while it is running.
At first I had thought I could just…
Codeplex is my favorite site. CodePlex is Microsoft’s free open source project hosting site. You can create projects to share with the world, collaborate with others on their projects, and download open source software. It is great place to find so many open source project available to explore. All the softwares are…
I though returning false would be enough to cancel the link action, but apparently it isn't. When I click the link in the code below I do get the 'click' message, which is expected. But I also end up at google.com, which is unexpected.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"…
Hi,
We've created the email validation part of our site. We built the site using CakePHP BTW.
The problem is that it doesn't work when we click on the link in the email. The email is sent as plain text.
A weird thing is that when we paste the link on the address bar, it works. Also…
***Special thanks to Adam Cogan for asking this question and to Andrew Bragdon for answering this question on the ALM Champs list.*** 1. Problem – The link to demo videos will disappear once you have watched the video Learning Visual Studio has become easier than ever with the Visual…
I've got a website project under version control that relies on files from an unversioned directory on the same server via Symbolic Links.
I'm currently storing the symbolic links in the repository. The idea is that if someone checks out a working copy on to the same server they can…
Good morning,
I would like it so when a link is clicked on the homepage it would load a particular xml file into the next page (the page is called category-list.apsx).
This category list page uses the Repeater Control method to display the xml details on the page. I used the…
On my server (over which I have little control), directories are listed by default, so for mysite.com/images I get:
Index of /images
Parent Directory
BirdsAreHere.png
CanYouSpot-AdBlank.jpg
etc. Is putting an index.html in that directory enough to prevent…
i have stored the txtfile in the database.i need to show the txtfile when i clik the link. and this link has to be created dynamically.
my code below:
aspx code:
aspx.cs
protected void Page_Load(object sender, EventArgs e)
{
…
My Windows 7 Enterprise computer has been crashing fairly frequently recently, so I decided to boot up in safe mode and run the TrendMicro client I have installed. It froze about 10 minutes into the full system scan, so in the spirit of…
I'm working on a new theme for an existing Magento installation, and I've got a rogue link. The last guy apparently decided to hard code a link to the AW Blog extension he was using in the top navigation. See here: derm2go.com - link…
I have a bunch of files in one directory and links to each one of those files in another directory. So ls -l looks something like this:
lrwxrwxrwx 1 rembol rembol 89 Jan 25 10:00 copyright.txt ->…
We have a majority of mac users but we'd rather support their file sharing using a Windows server with an ntfs drive, or at least a Linux server with ext3. We've had trouble, much trouble, utilizing…
I recently formatted my Windows 7 computer and lost my client's config files for OpenVPN. I recovered the certificates and default config that were left on the server but I haven't managed to make…
Hi there,
This is a two-part question. I'm using jQuery for a project and wanting to click a link and toggle the class name "highlight" to that link and also to the div with the same id as the…
hi,
i'm using php wordwrap for my comment box.
This is my clickable function,
function clickable_link($text)
{
$ret = ' ' . $text;
$ret = preg_replace("#(^|[\n…