title

changed page title in hook _ menu section of Drupal module but no change seen on page

I changed page title in hook _ menu section of a Drupal module, re-installed, and cleared caches, but this did not change title on web page. Finally I renamed the whole module, files, and relevant function names in files and then re-installed. This did the trick. I suspect that there is a duplicate entry in mysql table that holds tit...

Writing text on icon of Menu in Android?

Hi, Can we set Title for a Menu Item in Android if it has an icon from drawable? I have a icon for a Menu Item and if I set the icon then the title that is set for that Menu item is not visible. Is this possible or not? Hope to get a reply soon. Regards Sunil ...

R: ggplot2, can I set the plot title to wrap around and shrink the text to fit the plot?

library(ggplot2) my_title = "This is a really long title of a plot that I want to nicely wrap \n and fit onto the plot without having to manually add the backslash n, but at the moment it does not" r <- ggplot(data = cars, aes(x = speed, y = dist)) r + geom_smooth() + #(left) opts(title = my_title) can I set the plot title to wrap a...

Add a version number to the title of a LaTeX document.

Hi. The title section of my LaTeX documents usually look like \title{Title} \author{Me} %\date{} %// Today's date will appear when this is commented out. \begin{document} \maketitle I'd really like to add another line in the title section for a version number: \title{Title} \author{Me} \version{v1.2} %\date{} %// Today's d...

why sitecolumn title is blank after feature activation....

After installing using stsadmin, and activating using site UI "Site Collection Feature" these columns shows up but no title is showing for them. So no link is attached. It looks like this. Site Column Type Source Car Custom Columns Single line of text SiteCol1 Single line of text SiteCol1 Single line of text SiteCol1 ...

Get first word in string php the_title WordPress

Hi, I'm trying to shorten a wordpress title to just the first word. For a page named "John Doe" I want to have a sub title somewhere on the page that says "About John" so I want to just get the first word from the title. Is there a way to do this with PHP? Thanks! ...

Change title of UINavigationBar created by Interface Builder

All is in the title. I want to change the title of my UINavigationBar that I created with Interface Builder ( Navigation Bar + Navigation Item ) in the "awakeFromNib" methode of my view class. But I don't know how to create the link with Interface Builder. Can you help me? ...

Adding titles and descriptions to images in Refinerycms-Portfolio

I'm using the Refinery content management system with a the Portfolio plugin see http://github.com/resolve/refinerycms I wanted to create a title and description for images uploaded to Refinery using Refinerycms-Portfolio so far I have done the following; added the columns to the images table; $script/generate migration AddTitleToImage...

Window title for a console application

In Visual Studio's Attach to Process dialog, one of the columns in the Available Processes list is "Title", which lists the title of the topmost window owned by each process. We spawn multiple instances of several server processes in order to compartmentalize the work. For these console processes, the Title field is blank, so currently...

Change UISearchBar/Keyboard Search Button Title

In the UISearchBar control, is the a way to change the Search key title for the keyboard to Done? ...

How to hide/show title bar using Carbon

How to hide/show title bar using Carbon in Mac? ...

Dynamic page titles in Symfony 1.4

Hi, I'm wondering if anyone's got any good advice/experience regarding setting dynamic meta titles in Symfony? Currently, the solution I'm aware of would be to use the following code to set a title individidually in each action: $this->getResponse()->setTitle('This is a title'); Because I also need translated titles, I could call th...

WebDesign: Header file, but with custom Page titles?

I've been using headers to create templates for websites. It's easy, and very convenient for debugging. I now face the problem of using head BUT with custom page titles. If this is my header.php > <html> <head> <title> My Site : ??? </html> </head> <body> </body> </html> I need ??? to be replaced for every page. I...

How to exclude the title from theme applied to the application?

I'm using a theme for my app to set some common layout features. One of the things I change in this theme is the text style. I change the color and the size of the text in the whole app. Sadly the text in the titlebar is also changed and the result is a somewhat blurry ugly style. I don't know if it is the color or the size of the text...

ASP.NET Line Breaks in Title Element

I'm trying to optimize SEO readability on our websites and one issue I've come across is ASP.NET butchering the title element of my MasterPage. Entered as such in my MasterPage (manually reformatted to remove line breaks caused by the <% %> tags): <title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /> - <%=WebsiteSettings.We...

Python: replace urls with title names from a string

Hello I would like to remove urls from a string replace them with their titles of the original contents. For example: mystring = "Ah I like this site: http://www.stackoverflow.com. Also I must say I like http://www.digg.com" sanitize(mystring) # it becomes "Ah I like this site: Stack Overflow. Also I must say I like Digg - The Latest ...

How to remove Dot Net Nuke Version from title

For some reason all my DNN pages (I have installed DNN automatically using Godaddy) have the DNN version (Alpha Version 5.2.000) at the end of every page title automatically how can I disable this? ...

How to define the title link of a Google Gadget?

I am designing a simple Google Gadget, and I would like the Gadget title to be a link (like the GMail gadget where the title link points toward the originating GMail app). Does anyone know how to achieve such a behavior? ...

iPhone Title and Subtitle in Navigation Bar

Hi there, In my application, I'd like to have the navigation bar display a title and subtitle. To that extent, I added the following code to my view controller: // Replace titleView CGRect headerTitleSubtitleFrame = CGRectMake(0, 0, 200, 44); UIView* _headerTitleSubtitleView = [[[UILabel alloc] initWithFrame:headerTitleSubtitleFra...

Header how to modify title of the page "on the fly"

Hello, My header is called as you can imagine, on each pages. it means that on each pages i've the same title (bad for SEO) Is there a workaround to set pages title outside the header.php ? Thanks ...