-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
The title of this post could also have been "Move over Hyperlink, here comes Actionlink" or "Creating interactive text in Silverlight." But alas, there can be only one.
Hyperlinks are very useful. However, they are also limited because their action is fixed: browse to a URL. This may have been adequate…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm working on a link control in WPF which fits the text with icon links case in the Windows UX Guide. What I want is to have some text within a hyperlink that appears to the right of some image.
In my case I started off by using a TextBlock that contained a Hyperlink which then contained my image…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
For the past few days, we are facing issue with the chrome browser behavior. This is related to opening links set to open in new tab/window. The details are as follow:
I have a collection of links and each link points to different resource to be opened in a new tab/window. The code is as follow:
<a…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
When linking pages, does google give higher value to href="http://www.mydomain.com" than href="/"?
I am wondering because I have heard that (for SEO) it is better to provide the full http address when linking to the sites homepage.
As I thought about it, I wondered why that would be. Would google…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
How do you set up the domain (Im using godaddy) to mask the server url but to append the sub-page link.
Im thinking something like the wikipedia en.wikipedia.org/wiki/something (or, if it would require httpd.conf access, setting it to append the default subpage link eg. '?page_id=2')
Currently I…
>>> More