You are here

links to downloads...

10 posts / 0 new
Last post
powerjuce
powerjuce's picture
Offline
Last seen: 13 years 7 months ago
Developer
Joined: 2007-09-20 21:34
links to downloads...

this is mostly for the devtest template

where it says

<a href="www.somesite.com/downloads.exe">Download</a>

can we change it to

<a href="www.somesite.com/downloads.exe" target="_blank">Download</a>

that way the download page pops up in a new window/tab.
(sorry for the dot, but i could not get the html to pop up without it

Simeon
Simeon's picture
Offline
Last seen: 9 years 11 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
good idea

and to get it done without the dot, replace ">" with " &gt;" and "

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 9 months ago
Developer
Joined: 2006-12-06 18:07
I tried using the

I tried using the target="_blank" in a few places and was asked to remove it.

The developer formerly known as ZGitRDun8705

John T. Haller
John T. Haller's picture
Offline
Last seen: 9 hours 3 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
No

We don't use links that pop open new windows here. Any individual user that wants a link in a new window is free to right-click and select it from the context window or middle click a link.

Sometimes, the impossible can become possible, if you're awesome!

Patrick Patience
Offline
Last seen: 4 years 9 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
I Agree

I'm with you completely on this one. Especially on browers that open it in a new window apposed to tab, it's really annoying. Let the user decide. And in addition, Ctrl+Left Click (in Firefox, at least).

ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 9 months ago
Developer
Joined: 2006-12-06 18:07
or if your mouse has a

or if your mouse has a clickable scroll wheel, clicking the link with that works too.

The developer formerly known as ZGitRDun8705

powerjuce
powerjuce's picture
Offline
Last seen: 13 years 7 months ago
Developer
Joined: 2007-09-20 21:34
tat is true...

but, you make it hard for an user because each time they have to click back to get back to your site.

A common rule the most programmers are taught (or at least I was) if you link to a site that is not yours (for ex. not PortableApps.com) make it in a new window, so the user has your site open.

Please search before posting. ~Thanks

Patrick Patience
Offline
Last seen: 4 years 9 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Yeabbut

They're beta tests. Most of the people testing these applications will know how to open a new tab if they want to. Otherwise, when someone does have it open in a new tab / window, it annoys the hell out of me.

So for development tests, I don't think there's a large need to worry about it.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 15 years 1 week ago
Joined: 2006-01-06 21:27
No.

(I realise I'm 3 days late, but bear with me here)
User interface and usability studies have been done by many people and the result is always that not having it open in a new window by default is more accessible. If I click on a link, I expect it to open in the same window/tab where I clicked on it, not a new window.

"If you're not part of the solution, you're part of the precipitate."

LOGAN-Portable
LOGAN-Portable's picture
Offline
Last seen: 11 years 8 months ago
Developer
Joined: 2007-09-11 12:24
Good idea!

Good idea!

Log in or register to post comments