Tagged Questions
The dynamic-links tag has no wiki summary.
3
votes
2answers
44 views
how to do exect match on mysql_query?
How to do absolute MySQL query match. Since I seem getting collision if a user is trying to call a url or a file via short link domain.ltd/NGV which collides with domain.ltd/ngv forcing the fetch ...
2
votes
2answers
867 views
ASP.NET MVC: Get lowercase links (instead of Camel Case)
All my dynamically generated action links etc. are creating links like /Account/Setup. It looks strange.
I'd like all my links to be lowercase (meaning /account/setup). Any way to do this?
2
votes
7answers
565 views
SEO and hard links with dynamic URLs
With ASP.NET MVC (or using HttpHandlers) you can dynamically generate URLs, like the one in this question, which includes the title.
What happens if the title changes (for example, editing it) and ...
1
vote
2answers
99 views
Dynamic Image Links Depending on Excerpt/'Single Post' View in Wordpress
I'm working on a new Wordpress theme; the default index view displays the excerpts of recent posts. Some posts will be regarding file downloads, and include an image, description, and link to the ...
1
vote
1answer
517 views
Need to load jQuery UI Tabs dynamic content links through Ajax
I have this jQuery UI Tabs model with only 2 tabs and I need the content to load through Ajax. The problem is that these tabs are loaded inside a jQuery UI Dialog and mid is dynamic. I mean, the ...
1
vote
2answers
312 views
Use gprof on a .so library?
I'm building a .so plugin and would like to profile it using gprof. At the moment, I don't have the ability to rebuild (with the -pg option) the executable that links to it. Is it possible to use ...
1
vote
3answers
267 views
Is there a way of making normal links automatically load through ajax, rather than normally?
I haven't explained this well.
But what i mean is, if I have an ajax script that loads the content of a page in a DIV element, through the function 'loadpage('whatever.php');, instead of going around ...
0
votes
1answer
388 views
jQuery -> XML -> Array - dynamically created buttons and links
Is or is not simple, but need your help with this:
I need to dynamically create buttons and links in jQuery.
Data loaded from XML is put in an array and now:
You might click on one of the buttons ...
0
votes
0answers
27 views
Making HTML links a file containing PDF's
Well I want to make a something that would dynamically update a list of links on a webpage according to what files are inside a subdirectory. I have several questions regarding the matter.
What ...
0
votes
1answer
598 views
Adding dynamic links to JavaDoc within Maven Site generated html
I am wondering if there is a way through the maven site plugin to have it automatically create a link to some JavaDoc structure (like a class) within the html it generates.
As an example of what I ...