Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
300 views

UpdatePanel seems to re-encode characters in the page title?

I have pages with special characters in the title for proper typography, for example it says Exchange ‘07 Groups" with a proper apostrophe, not a single quote. The HTML entity for the apostrophe ...
6
votes
7answers
2k views

Get title of website via link

Notice how Google News has sources on the bottom of each article excerpt. The Guardian - ABC News - Reuters - Bloomberg I'm trying to imitate that. For example, upon submitting the URL ...
4
votes
1answer
103 views

I'd like my page titles to automatically scale to fill the available space (horizontally)

I'm creating a blog (via tumblr) and I'd like my page titles to automatically scale to fill the available space horizontally, and perhaps to push the content down a little at the same time. (by ...
3
votes
2answers
265 views

Prepend to the title tag using jQuery?

I want to have my title tag look like this: My Website - Name of Page I want to prepend the My Website - part so that I don't have to type it on every new page I make. So the title tag that I ...
2
votes
3answers
135 views

ASP.NET Setting Page title doesn't work

I've got a strange problem that setting the Title property of my ASP.NET page does not have any effect, in code level. It doesn't throw an exception either. My class is a derived class of Page class ...
2
votes
2answers
50 views

Page.Title equivalent in PHP

I want to change the title of my PHP pages dynamically but since the headers and footer sections are include files so I cannot use <title><?php echo $title;?></title> kind of ...
2
votes
4answers
135 views

Change Title With Jquery

How can I modify the existing title to the document with Jquery as mouseover title change like that on facebook title link.
2
votes
1answer
111 views

How to remove portions of Web page title using Javascript

I'm new at this Javascript stuff, so please excuse my basic question. I'm trying to find a way to remove some portion of a web page title using Javascript in a userscript. Take for example the title ...
2
votes
3answers
501 views

ASP.NET MVC - How To Design Dynamic H1/Title Scheme?

If i have an ASP.NET MVC 2 Web Application with the following Views: Main.aspx Page1.aspx Page2.aspx And all Views inherit from a MasterView called Site.master, I want to be able to have a ...
2
votes
1answer
95 views

change title name

i want to change the title of my page.aspx through its control webcontrole.ascx
2
votes
1answer
3k views

How to use Eval in codebehind to set Page.Title

I have a SQLDataSource that is bound to a ListView control but I want to place parts of the bound record into the HTML TITLE attribute. Here is my codebehind file that I want to change so it can use ...
2
votes
4answers
836 views

Is the meta type=“title” tag needed and what's the best format for the title tag?

I have seen some websites use the following tag: <meta type="title" content="Title of the page" /> Is it needed when you have a <title>? Also, what's the best formatting for a page ...
1
vote
1answer
30 views

Fetch twitter page title,description and keywords in java

I want to fetch Twitter page title, description and keywords in Java. I goggling many times for this but I could not get solution. All gave response me in some ISO-8859 charset format. Please help me ...
1
vote
0answers
134 views

Set Page Title for a PDF inside the Action

I have an action that displays a pdf public ActionResult MyPdf() { var response = pdfService.MyPdf(new PdfRequest() { SiteId = siteSession.ActiveSiteId }); return File(response.Pdf, ...
1
vote
1answer
190 views

Drupal 7 Module “Page Title” Malfunctioning

I have installed and configure a module called Page Title in Drupal 7. The problem is when I edit a page and set the page title from the option provided by the respective module, the title doesn't ...
1
vote
1answer
145 views

Wordpress: error in callback function when applying filter to customize page title

I have some templates where I need to customize the page title according to user selection. I have added a filter hook to 'wp_title' tag following Codex docs but when the filter is applied I'm ...
1
vote
3answers
153 views

google indexing text retrieved by ajax or javascript after page load

a couple of google questions: 1 - is there ANY chance that google will "see" text retrieved using ajax? the user selects from a chain of select boxes and some text from the Db is displayed. 2 - if ...
1
vote
4answers
441 views

Zend: How to add webpage title in all my views?

For now I have to add title in all my views separately like this: <head> <title>TestProject - Home</title> </head> and <head> <title>TestProject ...
1
vote
2answers
110 views

Using an explicit localization expression for a page title?

I am trying to get an explicit localization expression for a page title, but can't seem to figure out how, and a google search comes up with nothing. With a control, it's nice and easy: ...
1
vote
1answer
118 views

IE changes the title value, if there is a # present in the URL

If a '#' value is present in the URL, Internet explorer replaces the title text with the URL Steps to Reproduce: In Internet Explorer, Go www.store.apple.com/us, have a look the title, it will say ...
1
vote
2answers
402 views

asp.net derived master pages, page titles and dynamic css links

Not sure if the derived page is actually relevant to the problem here, but ran into an interesting gotcha on some code I'm working through at the moment. I have a custom masterpage class, which ...
1
vote
2answers
206 views

Add special Character to All Wordpress Titles

Is there a way to force a "#" sign to automatically be added to the beginning of all wordpress post titles? I know you can force it to be capitalized or lowercase, etc.. but can you add a special ...
1
vote
2answers
302 views

Setting multilanguage Page title from aspx

I had asked a couple of question about multilanguage in asp.net and I am very grateful because the answers have been of much help. I now face another problem. I have the page directive: <%@ ...
1
vote
2answers
220 views

Page title structure: SEO and accessibility

I am choosing a page title structure for my website and am unsure what to choose in terms of accessibility and SEO. Is there a benefit to putting site title after the page title because of the unique ...
1
vote
1answer
505 views

custom pages give 404 error title in Wordpress

I'm running a site powered by WordPress with extra pages... To integrate these pages with the WordPress theme I use this code: <?php $blog_longd='Title'; // page title define('WP_USE_THEMES', ...
1
vote
5answers
490 views

Title on Master Page on ASP.Net MVC

To manage page title on page's,I have a master page where i am taking ContentPlaceHolder. <title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /> </title> and on ...
1
vote
2answers
801 views

asp.net mvc - setting meta tags & page title

I have my asp.net mvc project setup which passes strongly typed view models to every view using a BaseViewModel. The base view model includes information such as page title & meta tag information. ...
1
vote
4answers
667 views

Setting the Page-Title in .Net using C# from a Class

Question, How do i set the title of a page from a class. Is it even possible? I can and have set the page title from a page itself and a usercontrol. Can I, How Do I do this via a class using C# ...
1
vote
1answer
559 views

How to change the Page Title in ASP.Net 1.1?

With ASP.Net 2.0 you can use the Title property to change the page title : Page.Title = "New Title"; But since in ASP.Net 1.1 there isn't a Title property in the Page class, how can I change the ...
0
votes
1answer
11 views

Changing CodeIgniter url_title from Czech characters to standard English characters

What's the best way to save CodeIgniter url_title's originally written using Czech characters as standard English characters? For example: Currently this: ...
0
votes
2answers
18 views

Does img alt-attribute have equal relevance as normal text in h1?

There is a question that bothers me for quite some time. I have read quite a few articles, but gotten no fully satisfying answer. The Problem: I have an Image with the Company Logo placed at the top ...
0
votes
2answers
43 views

Retrieving page title from master page

To manage the page title on my pages, I have a master page with a ContentPlaceHolder in the header. <head runat="server"> <asp:ContentPlaceHolder runat="server" ID="headContent"> ...
0
votes
1answer
18 views

Cached sharing information

For some reason the share link title is NOT updating, even though the og:title and share query var &t="" value is correct. The URL with the problem is... ...
0
votes
2answers
29 views

Google Not Scanning Title Tag Properly

If you do a Google Search for Ferret Beds you will find the website I am working on: www.ferretbeds.co.uk You will notice the title tag in the Google serps is "Ferret Beds UK" however when you into ...
0
votes
1answer
111 views

Change Structure of Magento Product Meta Title

I am having some difficulty at the minute with Magento developing a site for my client. Currently, the product title is [PRODUCT_NAME] | [PRODUCT_CATEGORY] I would like to change this to say ...
0
votes
1answer
74 views

dynamic page titles with adobe omniture

I have the omniture script at the footer of my page included from my velocity template. My page is such that its got two tabs namely 'Personal Profile' and 'Company Profile' and on load the page loads ...
0
votes
2answers
112 views

Typo3: How to insert the Page Title dynamically into the Description meta tag

Using the Introduction Package 4.5 (Not templa voila) The page.meta template sets the meta tag 'description' in Setup: page.meta { description = {$plugin.meta.description} } . . . and the ...
0
votes
1answer
48 views

How to refresh navbar so that latest title is displayed?

In my implementation, I will change the title of the page after triggering some method //In viewdidload of my view controller which resides in a navigation controller -(void)viewDidLoad { ...
0
votes
1answer
58 views

Unable to set ViewController's title in Delegate method

I have implemented an optionTable with stores a list of options for my app to execute I have defined a protocol method within the option table so that the main table knows when the user has selected ...
0
votes
1answer
89 views

Change Page Title on Canvas App

This is a shot in the dark, but is it possible to update the page title of a canvas app using Javascript? While the page title does seem to reflect the app, is it possible to update it once the page ...
0
votes
1answer
171 views

Customizing the edit page title in ActiveAdmin

I am trying to change the page title to be the name of the item you are actually editing when you are on the edit page. I read in the active admin docs that you should use @page_title. The problem is ...
0
votes
1answer
66 views

Dynamically changing page titles w/ PHP & MySQL

The way my website is set up, every page includes header.php to connect to our mysql database, and set up the header/boring html stuff (head, styles, scripts, etc). After header.php is included, each ...
0
votes
1answer
473 views

Website title is wrong when sharing link on facebook, or liking website

Ever since adding the code for facebook like buttons and the meta tags, my website now has a problem when being shared on facebook. If you put the link "http://podawful.com" into facebook it comes up ...
0
votes
0answers
25 views

How do I grab text from a php? query string content for page title/description?

I have a website that displays various search results on 1 static page... How do I select certain bits of text (e.g. the first text) and use it as a unique page , and insert the same text at the ...
0
votes
1answer
136 views

CakePHP set pageTitle not working

When i tried to set page title in my controller using pageTitle variable it not work. My controller code: class UsersController extends AppController { var $name = 'Users'; function index() ...
0
votes
3answers
146 views

How do I extract title of a website? [closed]

Possible Duplicate: Best methods to parse HTML How do I extract title of a website using PHP?
0
votes
2answers
185 views

how to move data's from one page to the other in Android

Hi in my app i have placed two edit boxes and on OK button. In the edit boxes i am getting the values such as the first name and second name. Now i want to do the following process 1. When i click ...
0
votes
2answers
137 views

access children page's title from masterpage aspx

I have a bunch of child pages relating to the same masterpage in VB.NET. Now I need to update database records depending upon child page's title, and since the code-behind is the same for each page ...
0
votes
3answers
74 views

facebook “i like” question

I'm using facebook "i like" on my site. facebook uses the title tag of the page as what the person likes. is there a way to add a different title instead of defaulting to the title tag of the page?
0
votes
1answer
232 views

How to use special characters when setting pageTitle?

I tried both &rsquo; and ’ but they show up as &rsquo; in the browser title bar.

1 2